Remix.run Logo
pjm331 2 days ago

I love how I am learning about a new claude code feature in a comment on HN - nowhere to be found on their release notes https://docs.anthropic.com/en/release-notes/claude-code

Thanks for the tip!

I've been attempting to do this kind of thing manually w/ mcp - took a look at "claude swarm" https://github.com/parruda/claude-swarm - but in the short time I spent on it I wasn't having much success - admittedly I probably went a little too far into the "build an entire org chart of agents" territory

[EDIT]: looks like I should be paying attention to the changelog on the gh repo instead of the release notes

https://github.com/anthropics/claude-code/blob/main/CHANGELO...

[EDIT 2]: so far this seems to suffer from the same problem I had in my own attempts which is that I need to specifically tell it to use an agent when I would really like it to just figure that out on its own

like if I created an agent called "code-reviewer" and then I say - "review this code" ... use the agent!