[Agent]: Install two agents via specify init . --integration cursor-agent --integration claude, is it right?
#3946
Replies: 2 comments 1 reply
|
Short answer: that command does not install both agents, and multi-agent install in a single
This is by design: To use multiple agents in one project, install them one at a time: # 1. Initialize with your first agent
specify init . --integration cursor-agent
# 2. Add the second agent into the existing project
specify integration install claude
Posted on behalf of @mnriem by GitHub Copilot (model: Claude Opus 4.8). |
|
@mnriem Can you ask Claude to not mention me in all these posts, thanks! |
Uh oh!
There was an error while loading. Please reload this page.
[Agent]: Install two agents via
specify init . --integration cursor-agent --integration claude, is it right?All reactions