@kendoo.agentdesk/agentdesk 0.4.7 → 0.4.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 +3 -2
- package/bin/agentdesk.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# AgentDesk
|
|
2
2
|
|
|
3
|
-
AI team orchestrator. Run collaborative agent sessions from your terminal and watch them live on [agentdesk.live](https://agentdesk.live).
|
|
3
|
+
AI team orchestrator for [Claude Code](https://claude.ai/code). Run collaborative agent sessions from your terminal and watch them live on [agentdesk.live](https://agentdesk.live).
|
|
4
4
|
|
|
5
|
-
AgentDesk spawns a team of 7 specialized AI agents that collaborate on your tasks:
|
|
5
|
+
AgentDesk spawns a team of 7 specialized AI agents inside Claude Code that collaborate on your tasks:
|
|
6
6
|
|
|
7
7
|
| Agent | Role |
|
|
8
8
|
|-------|------|
|
|
@@ -122,5 +122,6 @@ agentdesk team -d "..." Describe what you want — task created a
|
|
|
122
122
|
|
|
123
123
|
## Requirements
|
|
124
124
|
|
|
125
|
+
- [Claude Code](https://claude.ai/code) installed and configured
|
|
125
126
|
- [Node.js](https://nodejs.org/) 18+
|
|
126
127
|
- An AgentDesk account at [agentdesk.live](https://agentdesk.live)
|
package/bin/agentdesk.mjs
CHANGED
|
@@ -33,7 +33,7 @@ const command = args[0];
|
|
|
33
33
|
|
|
34
34
|
if (!command || command === "help" || command === "--help") {
|
|
35
35
|
console.log(`
|
|
36
|
-
AgentDesk — AI team orchestrator
|
|
36
|
+
AgentDesk — AI team orchestrator for Claude Code
|
|
37
37
|
|
|
38
38
|
Getting started:
|
|
39
39
|
1. agentdesk login Sign in to your account
|