agent-dag 3.9.0 → 3.10.0
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 +1 -1
- package/dist/web/assets/{index-CLkhZk3Y.js → index-BBEG2BX8.js} +30 -30
- package/dist/web/assets/{index-IAX04wVV.css → index-BJsEM-0j.css} +1 -1
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
- package/release-notes.json +6 -0
- package/src/server/browser-profiles.mjs +13 -1
- package/src/server/browser-watch.mjs +109 -1
- package/src/server/index.mjs +8 -19
- package/src/server/open-url.mjs +7 -12
- package/src/server/relay-guard.mjs +5 -0
- package/src/server/system-metrics.mjs +17 -0
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ The Accounts panel reads the store [claude-swap](https://pypi.org/project/claude
|
|
|
147
147
|
|
|
148
148
|
**`+` → Sign in** runs `claude auth login`, shows you the link, takes the code your browser gives back, and hands the result to `cswap add`. The account you were using **stays active** — signing in replaces the live credentials, so the previous one is switched back the moment the new one is recorded. The code goes straight into the CLI's stdin on this machine; it is never stored, logged, or sent anywhere else.
|
|
149
149
|
|
|
150
|
-
**`share`** on an account produces a `
|
|
150
|
+
**`share`** on an account produces a `ccdeck2:…` blob to paste into another deck's **`+` → Paste a share**.
|
|
151
151
|
|
|
152
152
|
**`↗`** in the panel header does the same for a set of them, which is what moving your accounts from home to work actually is. Tick the ones to send — all of them to start — and one blob carries the set. The dialog counts sign-in tokens rather than rows, and an account that cannot be exported is named rather than quietly dropped, so the number on the copy button is always the number in the blob.
|
|
153
153
|
|