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.
- package/README.md +3 -1
- 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
|
+

|
|
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
|
-
-
|
|
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.
|