-
Notifications
You must be signed in to change notification settings - Fork 88
Custom subagents and output style #28
Copy link
Copy link
Open
Description
Thank you, great project!
Any guidance on how to use custom agents? And also custom output styles? Claude Code CLI allows passing the agent for a specific sessions and I'm looking something similar:
--agent Specify an agent for the current session (overrides the agent setting) claude --agent my-custom-agent
--agents Define custom [subagents](https://code.claude.com/docs/en/sub-agents) dynamically via JSON (see below for format) claude --agents '{"reviewer":{"description":"Reviews code","prompt":"You are a code reviewer"}}'
So my goal is to be able to easily start a session with a specific agents. And of course somehow manage the available agents.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels