@teddysc/claude-run 0.4.0 → 0.4.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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,12 +23,18 @@ bunx @teddysc/claude-run
23
23
 
24
24
  The browser will open automatically at http://localhost:12001.
25
25
 
26
+ ## Changelog
27
+
28
+ ### 0.4.0
29
+ - Add copy message buttons to chat messages
30
+
26
31
  ## Features
27
32
 
28
33
  - **Real-time streaming** - Watch conversations update live as Claude responds
29
34
  - **Search** - Find sessions by prompt text or project name
30
35
  - **Filter by project** - Focus on specific projects
31
36
  - **Resume sessions** - Copy the resume command to continue any conversation in your terminal
37
+ - **Copy messages** - Click the copy button on any message to copy its text content
32
38
  - **Collapsible sidebar** - Maximize your viewing area
33
39
  - **Dark mode** - Easy on the eyes
34
40
  - **Clean UI** - Familiar chat interface with collapsible tool calls
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teddysc/claude-run",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A beautiful web UI for browsing Claude Code conversation history",
5
5
  "type": "module",
6
6
  "bin": {