agent-dag 3.21.4 → 3.22.1

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.
@@ -40,8 +40,8 @@
40
40
  document.documentElement.setAttribute("data-theme", stored === "light" ? "light" : "dark");
41
41
  })();
42
42
  </script>
43
- <script type="module" crossorigin src="/assets/index-B2F4h_0M.js"></script>
44
- <link rel="stylesheet" crossorigin href="/assets/index-CnnFEm4k.css">
43
+ <script type="module" crossorigin src="/assets/index-Ifm23DDC.js"></script>
44
+ <link rel="stylesheet" crossorigin href="/assets/index-CJYsv0lr.css">
45
45
  </head>
46
46
  <body>
47
47
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-dag",
3
- "version": "3.21.4",
3
+ "version": "3.22.1",
4
4
  "description": "Live deck of Claude Code and Codex agents — watch tool calls, token spend and every Claude Code subagent on one calm canvas. Run it with npx ccdeck.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,9 @@
15
15
  "dist/web",
16
16
  "release-notes.json",
17
17
  "LICENSE",
18
- "README.md"
18
+ "README.md",
19
+ "THIRD_PARTY_NOTICES.md",
20
+ "LICENSING.md"
19
21
  ],
20
22
  "scripts": {
21
23
  "dev:web": "vite",
@@ -46,7 +48,7 @@
46
48
  "live"
47
49
  ],
48
50
  "author": "Bargan Constantin",
49
- "license": "MIT",
51
+ "license": "AGPL-3.0-only",
50
52
  "repository": {
51
53
  "type": "git",
52
54
  "url": "git+https://github.com/BarganConstantin/ccdeck.git"
@@ -388,5 +388,11 @@
388
388
  "title": "⚠️ Both machines have to be on this version",
389
389
  "body": "The two decks no longer speak the old protocol, and there is no fallback: a 3.15 deck and a 3.16 deck cannot see each other at all. Update both.\n\nThe group passphrase is gone. If you had one set, that pairing is not carried over — make an invite and pair again. It was replaced because a passphrase that differs by one character produced a closed socket and no other symptom on either machine, and a secret is the one thing a panel must never print, so neither person could check theirs against the other's."
390
390
  }
391
+ ],
392
+ "3.22.1": [
393
+ {
394
+ "title": "🖥️ A first run now opens This machine too",
395
+ "body": "Accounts and usage already opened themselves the first time you ran the deck; the machine panel did not, and now does. It is the panel that answers \"is this box coping\" — cores, memory, load, temperature — and somebody meeting the deck for the first time cannot ask for a panel they do not know is there.\n\nIt only does this when you have never said otherwise. Close it once and it stays closed, on that browser, for good — the same rule the other two panels have always followed. Nothing reopens it behind you.\n\nWhile it is open it polls this machine once every few seconds, and it stops the moment you close it or switch tabs."
396
+ }
391
397
  ]
392
398
  }