claudedesk 1.0.4 → 1.0.5

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 (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,13 @@ A web interface for Claude Code with session persistence, visual tool activity,
8
8
 
9
9
  **See what Claude does. Review before you ship.**
10
10
 
11
- ![ClaudeDesk Terminal](docs/screenshot.png)
11
+ ### Screenshots
12
+
13
+ ![ClaudeDesk Home](docs/home.png)
14
+ *Welcome screen - start a new session, resume existing work, or import conversations*
15
+
16
+ ![ClaudeDesk Session](docs/session.png)
17
+ *Active session with conversation panel, activity timeline, and change tracking*
12
18
 
13
19
  ## Important Security Information
14
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudedesk",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "AI-powered development platform with CLI and web interface for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",