@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 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-cli
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://claude.ai/code) must be installed on your system
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
-
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diggerhq/catty",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A Claude Code wrapper with centralized streaming for cross-device access",
5
5
  "bin": {
6
6
  "catty": "./bin/catty"