Docs

Supported tools

Nine tools, one fallback order. keepitmovin detects what's installed during setup; you pick which ones to use and their order. Limit-message detection is curated per tool and verified against tool source code and published reports where possible — where a tool's banner can't be confirmed, keepitmovin falls back to its generic limit detection and says so.

Claude Code claude

  • Install: Install Claude Code, then run claude auth.
  • Sign in: claude auth opens a browser login.
  • Official docs ↗

Codex codex

  • Install: Install the Codex CLI.
  • Sign in: codex login, or configure an OpenAI API key.
  • Official docs ↗

Kimi CLI kimi

  • Install: curl -fsSL https://code.kimi.com/kimi-code/install.sh | bash, brew install kimi-code, or npm i -g @moonshot-ai/kimi-code.
  • Sign in: Run kimi then /login (browser or API key), kimi login (device code), or set KIMI_API_KEY.
  • Official docs ↗

Google Antigravity agy

  • Install: curl -fsSL https://antigravity.google/cli/install.sh | bash, then verify with agy --version.
  • Sign in: Sign in by running agy, or set GEMINI_API_KEY / ANTIGRAVITY_API_KEY for headless use.
  • Official docs ↗

opencode opencode

  • Install: npm i -g opencode-ai@latest, or Homebrew.
  • Sign in: opencode providers to configure model providers and credentials.
  • Official docs ↗

Grok Build grok

  • Install: curl -fsSL https://x.ai/cli/install.sh | bash, then verify with grok --version.
  • Sign in: grok login (browser OAuth), or set XAI_API_KEY.
  • Note: A third-party CLI may also install as grok — use the official xAI installer and confirm grok --version reports Grok Build.
  • Official docs ↗

Cursor Agent agent

  • Install: curl https://cursor.com/install -fsS | bash, then verify with agent --version.
  • Sign in: agent login (browser OAuth), or set CURSOR_API_KEY.
  • Note: The binary is named agent, which can collide with other tools — confirm agent --version is Cursor Agent.
  • Official docs ↗

GitHub Copilot CLI copilot

  • Install: npm install -g @github/copilot (Node 22+), or brew install --cask copilot-cli.
  • Sign in: Run /login on first launch, or set COPILOT_GITHUB_TOKEN / GH_TOKEN.
  • Note: Requires an active GitHub Copilot subscription.
  • Official docs ↗

Ollama ollama

  • Install: Install from ollama.com/download, then ollama pull llama3.2.
  • Sign in: No login — models run entirely on your machine.
  • Note: The local fallback for advice and planning when every cloud tool is blocked. It's a chat session, not an autonomous agent — it won't edit files.
  • Official docs ↗

Run kim doctor --all to see the same catalog with setup notes on your own machine.