Comment on Toad is a unified experience for AI in the terminalparentComments−anentropic8moJust installed it...How are new agents added? Do you have to write a dedicated plugin for each one? Or there's some kind of discovery mechanism?(I was looking for Copilot, but I guess that will depend on https://github.com/github/copilot-cli/issues/222 ?)−willm8moIt’s stored statically in the Codebase. In the future, I suspect there will be enough compatible agents that there might be a web service to search them.I think they are working in the Copilot ACP layer. Doubt it will take long.−NSPG9118moIt's more like just a simple toml file. https://github.com/batrachianai/toad/tree/main/src%2Ftoad%2F... gets you the currently supported ACP clientsAnd Copilot isn't supported for now because, well, there is no ACP support
Comments
Just installed it...
How are new agents added? Do you have to write a dedicated plugin for each one? Or there's some kind of discovery mechanism?
(I was looking for Copilot, but I guess that will depend on https://github.com/github/copilot-cli/issues/222 ?)
It’s stored statically in the Codebase. In the future, I suspect there will be enough compatible agents that there might be a web service to search them.
I think they are working in the Copilot ACP layer. Doubt it will take long.
It's more like just a simple toml file. https://github.com/batrachianai/toad/tree/main/src%2Ftoad%2F... gets you the currently supported ACP clients
And Copilot isn't supported for now because, well, there is no ACP support