You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
Thank you for your work on this project — it’s been fun to explore!
I’ve created a fork of grok-cli and added support for loading the Composio and xAI API keys from a local .env file instead of requiring manual input via CLI.
This approach improves security and developer experience by:
• Avoiding key exposure in command history
• Enabling easier automation or local reuse
• Aligning with .env usage patterns common in CLI tooling
I’m happy to open a pull request if this change is of interest.