@diggerhq/catty 0.5.0 → 0.5.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 -4
- package/bin/catty-darwin-amd64 +0 -0
- package/bin/catty-darwin-arm64 +0 -0
- package/bin/catty-linux-amd64 +0 -0
- package/bin/catty-linux-arm64 +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A Claude Code wrapper with centralized streaming for cross-device access.
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g catty
|
|
8
|
+
npm install -g @diggerhq/catty
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
@@ -35,7 +35,7 @@ catty version
|
|
|
35
35
|
# View configuration
|
|
36
36
|
catty config get
|
|
37
37
|
|
|
38
|
-
# Set server URL
|
|
38
|
+
# Set server URL (for self-hosted instances)
|
|
39
39
|
catty config set server <url>
|
|
40
40
|
|
|
41
41
|
# Logout
|
|
@@ -44,10 +44,9 @@ catty logout
|
|
|
44
44
|
|
|
45
45
|
## Requirements
|
|
46
46
|
|
|
47
|
-
- [Claude Code](https://
|
|
47
|
+
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) must be installed on your system
|
|
48
48
|
- Node.js 16+ (for npm installation)
|
|
49
49
|
|
|
50
50
|
## License
|
|
51
51
|
|
|
52
52
|
MIT
|
|
53
|
-
|
package/bin/catty-darwin-amd64
CHANGED
|
Binary file
|
package/bin/catty-darwin-arm64
CHANGED
|
Binary file
|
package/bin/catty-linux-amd64
CHANGED
|
Binary file
|
package/bin/catty-linux-arm64
CHANGED
|
Binary file
|