agent-dag 1.46.1 → 1.46.3
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
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# ccdeck
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**An agent session is a tree. Your terminal shows it as a scroll.**
|
|
6
|
+
|
|
7
|
+
**ccdeck draws the tree** — Claude Code and OpenAI Codex on one live canvas, with every Claude Code subagent on a node of its own.
|
|
6
8
|
|
|
7
9
|
[](https://www.npmjs.com/package/ccdeck)
|
|
8
10
|
[](https://www.npmjs.com/package/agents-deck)
|
|
@@ -10,15 +12,18 @@
|
|
|
10
12
|
[](https://nodejs.org)
|
|
11
13
|
[](#requirements)
|
|
12
14
|
|
|
13
|
-
[What you get](#what-you-get) · [Quick start](#quick-start) · [How it works](#how-it-works) · [What it touches](#what-it-touches) · [Accounts](#accounts) · [Options](#options)
|
|
14
|
-
|
|
15
15
|
```bash
|
|
16
16
|
npx ccdeck
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
[](assets/canvas.png)
|
|
20
20
|
|
|
21
|
-
*
|
|
21
|
+
*A generated session, drawn by the deck itself — see `assets/canvas-demo.mjs`. Click through for full size.*
|
|
22
|
+
|
|
23
|
+
tool calls · cost · quota · who is blocked on you · one canvas · local · no telemetry
|
|
24
|
+
|
|
25
|
+
[What you get](#what-you-get) · [Quick start](#quick-start) · [How it works](#how-it-works) · [What it touches](#what-it-touches) · [Accounts](#accounts) · [Options](#options)
|
|
26
|
+
|
|
22
27
|
|
|
23
28
|
</div>
|
|
24
29
|
|
|
@@ -52,7 +57,7 @@ One canvas. No tabs. No kanban.
|
|
|
52
57
|
npx ccdeck # or: npx agents-deck · npx agent-dag — same deck
|
|
53
58
|
```
|
|
54
59
|
|
|
55
|
-
Opens **http://127.0.0.1:4317** and registers the Claude Code hook on first run. Start any Claude Code or Codex session and the graph fills in live. `Ctrl+C` stops it.
|
|
60
|
+
Opens **http://127.0.0.1:4317** and registers the Claude Code hook on first run. If something else already holds 4317, the deck takes a port between 4318 and 4400 instead and prints the address it ended up on — that line in the terminal is the one to trust. Start any Claude Code or Codex session and the graph fills in live. `Ctrl+C` stops it.
|
|
56
61
|
|
|
57
62
|
No config file. No account. No telemetry — nothing about your sessions is reported anywhere.
|
|
58
63
|
|