Integration of Claude Code agents into Cursor or similar #107
Unanswered
andrei-micuda
asked this question in
Q&A
Replies: 1 comment
-
|
Unfortunately, subagents are a Claude Code-only thing. I removed the fallback logic because it added bloat and confusion, resulting in inconsistent useage of the agents. When using Cursor, it should simply ignore the instructions to use agents and proceed normally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am trying to use Agent OS in an existing project using Cursor, but I do not understand how the Claude Code agents that were recently introduced are supposed to function with Cursor. A minimal example would be the creation of a spec using the
create-specrule, the instruction file forcreate-specreferences thedate-checkersub-agent in order to determine the current date (step 4 of the instructions), but since this sub-agent does not exist for Cursor installations, this step just assumes a wrong current date (2025-01-27 in my case).I can see that previous versions of the instruction files had comprehensive fallback instructions for non-Claude Code use, but these seem to be completely removed in the latest version (1.4.1).
Beta Was this translation helpful? Give feedback.
All reactions