feat(dashboard): /config — add-agent-type wizard (clone template) #460
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#460
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As an operator, I want an "+ Add agent type" button in
/configthat opens a wizard to create a new agent type by cloning an existing one, naming it, picking a Forgejo user, and choosing a role, so that I can spin up custom roles (e.g.qa,translator,release-manager) without hand-editingagents.json.Acceptance criteria
Wizard
mcp__forgejo__search_userslookup), display_name/config/agents, then triggerjust agents-sync-equivalent server-side reconciliation to create the containerServer
/config/agents: when a new type appears in the resolved config, container reconciler picks it up on next pass (no extra plumbing needed if reconciler already diffs)Tests
devproduces a valid new type with all required fields populatedOut of scope
References
#456docs/agents-architecture.mddocs/credentials.md(forgejo_user wiring)