Skip to content

feat #29: expand agent support with agent registry#93

Open
blueberrycongee wants to merge 1 commit intomainfrom
feat/issue-29-expand-agent-support
Open

feat #29: expand agent support with agent registry#93
blueberrycongee wants to merge 1 commit intomainfrom
feat/issue-29-expand-agent-support

Conversation

@blueberrycongee
Copy link
Owner

Summary

  • Create data-driven agent registry (src/terminal/agentRegistry.ts) as the single source of truth for agent definitions (label, color, CLI command, detection pattern)
  • Add support for additional agents: Aider, Amp, Roo Code
  • Existing agents (Claude, Codex, Kimi, Gemini, OpenCode) unchanged
  • All consuming code (process detector, terminal tile, sidebar, settings, slash commands, terminal state) updated to reference the registry

Test plan

  • Existing agents still detected and displayed correctly
  • New agents appear in Settings > Agents tab
  • TypeScript compiles without errors (npx tsc --noEmit)
  • All agent-related tests pass (process-detector, terminal-adapters, terminal-state)

Create a centralized agent registry (agentRegistry.ts) as the single
source of truth for agent definitions (label, color, CLI command,
detection pattern). Add support for Aider, Amp, and Roo Code.

Existing agents (Claude, Codex, Kimi, Gemini, OpenCode) unchanged.
All consuming code (process detector, terminal tile, sidebar, settings,
slash commands, terminal state) updated to reference the registry.
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant