@kendoo.agentdesk/agentdesk 0.6.7 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,22 +99,16 @@ The CLI fetches settings from the server at runtime. If the server is unreachabl
|
|
|
99
99
|
|
|
100
100
|
### Custom agents
|
|
101
101
|
|
|
102
|
-
Add custom agents
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"when": "Review code before PR, participate in discussions",
|
|
111
|
-
"how": "Comment and review PR"
|
|
112
|
-
}
|
|
113
|
-
]
|
|
114
|
-
}
|
|
115
|
-
```
|
|
102
|
+
Add custom agents via your project settings at [agentdesk.live](https://agentdesk.live):
|
|
103
|
+
|
|
104
|
+
1. Select your project and click the gear icon
|
|
105
|
+
2. Under **Project Agents**, click "Add agent" and fill in the name, role, when, and how
|
|
106
|
+
3. Under **Team Composition**, toggle the new agent on
|
|
107
|
+
4. Save
|
|
108
|
+
|
|
109
|
+
Custom agents participate in all phases alongside built-in agents — brainstorm, planning, execution, and review.
|
|
116
110
|
|
|
117
|
-
|
|
111
|
+
You can also define them in `.agentdesk.json` as a local override if preferred.
|
|
118
112
|
|
|
119
113
|
AgentDesk also auto-discovers agents from `.claude/agents/`, `.claude/commands/`, `.mcp.json`, GitHub Actions workflows, Dependabot, and Renovate configs.
|
|
120
114
|
|