claude-relay 1.0.0 → 1.0.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Run `npx claude-relay` in any directory. Access Claude Code on that directory from any device.
4
4
 
5
+ ![claude-relay demo](screenshot.gif)
6
+
5
7
  ```
6
8
  $ cd ~/my-project
7
9
  $ npx claude-relay
@@ -74,7 +76,7 @@ claude-relay automatically detects [Tailscale](https://tailscale.com) and uses y
74
76
  ## Limitations
75
77
 
76
78
  - Permission prompts (tool approval) are not yet relayed to the browser
77
- - Image/file attachments from the browser are not yet supported
79
+ - File attachments from the browser are not yet supported
78
80
  - Session persistence is unstable
79
81
 
80
82
  These are planned for future releases. Contributions welcome.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-relay",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Access Claude Code on your machine, from anywhere. One command, no config.",
5
5
  "bin": {
6
6
  "claude-relay": "./bin/cli.js"