@diggerhq/catty 0.2.32 → 0.2.33

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,6 +41,7 @@ catty login # Authenticate (required before first use)
41
41
  catty logout # Remove stored credentials
42
42
  catty new # Start Claude Code (default)
43
43
  catty new --no-upload # Don't upload current directory
44
+ catty new --dangerously-skip-permissions=false # Re-enable Claude's interactive tool permission prompts
44
45
  catty list # List active sessions
45
46
  catty stop <session-id> # Stop a session
46
47
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diggerhq/catty",
3
- "version": "0.2.32",
3
+ "version": "0.2.33",
4
4
  "description": "Run Claude Code sessions remotely",
5
5
  "keywords": [
6
6
  "ai",