Documentation
README
Add a New Agent Adapter
The full, current guide is docs/agent-adapter.md. It is the single source of truth for this task. Read it and follow it step by step.
Do not add an agent adapter from memory. The adapter pattern touches 13 or more files across agent/, config/, cli/, and tui/. A missed file breaks detection, registration, or the security response path. The doc lists every file and the exact change each one needs.
How to use this skill
- Read
docs/agent-adapter.mdin full. - Follow each step in order. Use the wiring table in the doc to change every listed file.
- Use an existing adapter as your reference. The
agent/gemini/package is the recommended model for thesettings.jsonpattern. - Run the verify commands from the doc's final step before you finish.
This is the opening of the README. Read the full README on GitHub.