@teddysc/claude-run 0.14.0 → 0.15.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 CHANGED
@@ -30,12 +30,27 @@ bun install -g @teddysc/claude-run@latest
30
30
 
31
31
  The browser will open automatically at http://localhost:12001.
32
32
 
33
+ ## Deep links
34
+
35
+ You can link directly to a session using URL query params:
36
+
37
+ - `?session=<uuid>` selects that session.
38
+ - `?session=<uuidPrefix>` also works (e.g. `?session=3e47321c`); the app picks the newest matching session and rewrites the URL to the full UUID.
39
+ - `?s=<...>` is a short alias for `session` and is expanded to `session` on load.
40
+
33
41
  ## Specifications
34
42
 
35
43
  See [spec.md](spec.md)
36
44
 
37
45
  ## Changelog
38
46
 
47
+ ### 0.15.0
48
+ - Add support for selecting sessions with partial UUIDs
49
+ - Add URL aliasing (`?s=` short alias for `?session=`)
50
+
51
+ ### 0.14.1
52
+ - Include spec.md in npm package files
53
+
39
54
  ### 0.14.0
40
55
  - Add session deletion preview endpoint to see what files will be removed
41
56
  - Enhance session deletion to remove related files and directories from disk