@kimuson/claude-code-viewer 0.7.0 → 0.7.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.
Files changed (29) hide show
  1. package/README.md +22 -0
  2. package/dist/main.js +1694 -1401
  3. package/dist/main.js.map +4 -4
  4. package/dist/migrations/20260403053302_nappy_night_thrasher/migration.sql +28 -0
  5. package/dist/migrations/20260403053302_nappy_night_thrasher/snapshot.json +318 -0
  6. package/dist/static/assets/{AuthProvider-BKc7q7ka.js → AuthProvider-Ds-c4CWc.js} +1 -1
  7. package/dist/static/assets/{ProtectedRoute-Clw5r4X-.js → ProtectedRoute-BTfjJdM-.js} +1 -1
  8. package/dist/static/assets/{dist-DiGJ7VFi.js → dist-Cartj9I0.js} +3 -3
  9. package/dist/static/assets/index-DPQFjjdS.css +2 -0
  10. package/dist/static/assets/index-Dd_UGB4w.js +20 -0
  11. package/dist/static/assets/{login-pLhQHKNI.js → login-CKSjZM5v.js} +1 -1
  12. package/dist/static/assets/messages-BIF6nUZW.js +1 -0
  13. package/dist/static/assets/messages-BLphVEYK.js +1 -0
  14. package/dist/static/assets/messages-CuPsU53l.js +1 -0
  15. package/dist/static/assets/{projects-BVPr5gWf.js → projects-DH0K12HM.js} +1 -1
  16. package/dist/static/assets/routes-CzLZwWu9.js +1 -0
  17. package/dist/static/assets/session-CJWdf6N4.js +12 -0
  18. package/dist/static/assets/session-vY-62UKf.js +1 -0
  19. package/dist/static/index.html +4 -4
  20. package/dist/static/sw.js +1 -1
  21. package/package.json +3 -1
  22. package/dist/static/assets/index-26yPYMZp.css +0 -2
  23. package/dist/static/assets/index-BO-D9mWo.js +0 -20
  24. package/dist/static/assets/messages-Cq0t_Ljz.js +0 -1
  25. package/dist/static/assets/messages-DJ70MfCl.js +0 -1
  26. package/dist/static/assets/messages-DRdgpO3i.js +0 -1
  27. package/dist/static/assets/routes-9aZugTrf.js +0 -1
  28. package/dist/static/assets/session-BkAg5Fs5.js +0 -1
  29. package/dist/static/assets/session-D-iyWO70.js +0 -8
package/README.md CHANGED
@@ -10,6 +10,28 @@ A full-featured web-based Claude Code client that provides complete interactive
10
10
 
11
11
  https://github.com/user-attachments/assets/090d4806-163f-4bac-972a-002c7433145e
12
12
 
13
+ ## Important Notice: Agent SDK and Subscription Usage
14
+
15
+ > [!WARNING]
16
+ > As of April 2026, Anthropic's [Terms of Service](https://code.claude.com/docs/en/legal-and-compliance#authentication-and-credential-use) prohibit using the Agent SDK to **send chat messages** with a subscription account. While Anthropic's X/Twitter announcements suggested personal use may be acceptable, the boundary between permitted and prohibited use remains ambiguous.
17
+ >
18
+ > In response, **chat sending, session resuming, permission approval, and `AskUserQuestion`** have been made opt-in.
19
+ >
20
+ > Note that real-time conversation log viewing, session history browsing, Git operations, and all other read-oriented features are implemented independently of the Agent SDK and remain fully available regardless of your authentication mode. You can start a Claude Code session from the CLI (or the built-in terminal) and watch it live in Claude Code Viewer without any restrictions.
21
+
22
+ ### Choosing Your Authentication Mode
23
+
24
+ On first launch (or from the Settings screen), you will be prompted to select your authentication method:
25
+
26
+ - **API Key** (default) — Uses the Anthropic API directly. All features, including chat sending, are fully available.
27
+ - **Subscription** — Opts out of Agent SDK chat features. The chat input switches to a copy mode: configure your session options in the form, then click the **Copy** button to get the equivalent `claude` CLI command with the corresponding arguments already set. Paste and run it in any terminal to start or resume your session. Once the session is running, Claude Code Viewer will display the conversation in real-time as usual.
28
+
29
+ ### Built-in Terminal
30
+
31
+ Claude Code Viewer includes an integrated terminal emulator accessible via the **panel at the bottom of the screen**. Open it, paste the copied command, and launch Claude Code without ever leaving the browser.
32
+
33
+ ---
34
+
13
35
  ## Introduction
14
36
 
15
37
  Claude Code Viewer is a web-based Claude Code client focused on **comprehensive session log analysis**. It preserves and organizes all conversation data through strict schema validation and a progressive disclosure UI that reveals details on demand.