moeba-claude-channel 0.0.7 → 0.0.8
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,6 +85,14 @@ To enable Claude Code to auto-respond to incoming messages:
|
|
|
85
85
|
claude --dangerously-load-development-channels server:moeba
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
+
For fully unattended operation (no permission prompts — Claude can read/write files, run commands, etc.):
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
claude --dangerously-load-development-channels server:moeba --dangerously-skip-permissions
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
> **Warning:** Only use `--dangerously-skip-permissions` in trusted environments. Any message from an authenticated Moeba user can trigger file operations and command execution.
|
|
95
|
+
|
|
88
96
|
## Requirements
|
|
89
97
|
|
|
90
98
|
- [Claude Code](https://claude.ai/code) v2.1.80+
|