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
- **A live canvas for your AI agents.** Watch Claude Code and OpenAI Codex call tools and finish — every Claude Code subagent on a node of its own — all on one calm graph, in real time.
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
  [![npm](https://img.shields.io/npm/v/ccdeck?color=cb3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/ccdeck)
8
10
  [![agents-deck downloads](https://img.shields.io/npm/dm/agents-deck?color=blue&label=agents-deck%20downloads)](https://www.npmjs.com/package/agents-deck)
@@ -10,15 +12,18 @@
10
12
  [![Node.js >=18](https://img.shields.io/badge/node-%3E%3D18-brightgreen?logo=node.js&logoColor=white)](https://nodejs.org)
11
13
  [![macOS · Linux · Windows](https://img.shields.io/badge/macOS%20·%20Linux%20·%20Windows-supported-6aa9f7)](#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
  [![ccdeck — live agent DAG](assets/canvas.png)](assets/canvas.png)
20
20
 
21
- *An older shot the deck was still called `agents-deck` then. Click through for full size.*
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