Skip to content

release

v0.5.0

Custom Agent Support

This release introduces the ability to configure your own custom CLI coding agent.

How to use

  1. Go to Settings/Preferences > Tools > LLM Brains
  2. Enable the Custom Agent checkbox
  3. Fill in the details:
  4. Name: The display name shown in the dropdown menu
  5. Command: The CLI command to execute (must be in your PATH)
  6. URL: Optional documentation URL for reference

Your custom agent will appear in the toolbar dropdown alongside the built-in agents.

Use cases

  • Private or enterprise CLI tools: Add your company's internal coding assistant
  • Experimental agents: Try out new CLI tools before they're officially supported
  • Alternative configurations: Run the same agent with different aliases or wrappers

Other changes

  • Now with 14 built-in agents: Amp, Claude Code, Codex, Copilot, Crush, Droid, Gemini, Goose, Grok, OpenCode, Qodo, Qwen Code, VT Code, and Warp

v0.4.5

  • added support for amp, droid, warp, goose, grok CLI coding agents
  • some source code cleanup

v0.3.7

  • added opencode agent
  • disable/enable agents in Settings/LLM Brains
  • script (bash/powershell) for checking versions
  • scripts (bash/powershell) for updating active agents