@unitsvc/cc-helper 1.4.1 → 1.4.2
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-zh.md +2 -4
- package/README.md +2 -4
- package/package.json +1 -1
package/README-zh.md
CHANGED
|
@@ -56,7 +56,7 @@ npx @unitsvc/cc-helper enable keybindings
|
|
|
56
56
|
npx @unitsvc/cc-helper enable toolsearch
|
|
57
57
|
npx @unitsvc/cc-helper enable context1m # 别名: 1m, 1M
|
|
58
58
|
npx @unitsvc/cc-helper enable automode # 所有模型的自动模式
|
|
59
|
-
npx @unitsvc/cc-helper enable monitor # 流式事件监控(v2.1.
|
|
59
|
+
npx @unitsvc/cc-helper enable monitor # 流式事件监控(v2.1.98+)
|
|
60
60
|
|
|
61
61
|
# 查看状态
|
|
62
62
|
npx @unitsvc/cc-helper status
|
|
@@ -391,8 +391,6 @@ npx @unitsvc/cc-helper enable automode
|
|
|
391
391
|
|
|
392
392
|
启用 Monitor 工具用于流式事件监控。
|
|
393
393
|
|
|
394
|
-
**为什么启用?** Claude Code 通过远程配置(`tengu_amber_sentinel` 标志)控制 Monitor 功能。此 patch 绕过远程控制,在本地启用该功能。
|
|
395
|
-
|
|
396
394
|
**优势:**
|
|
397
395
|
|
|
398
396
|
- **流式监控**:实时监控日志、文件变化、API 事件
|
|
@@ -401,7 +399,7 @@ npx @unitsvc/cc-helper enable automode
|
|
|
401
399
|
|
|
402
400
|
**要求:**
|
|
403
401
|
|
|
404
|
-
- Claude Code v2.1.
|
|
402
|
+
- Claude Code v2.1.98 或更高版本
|
|
405
403
|
|
|
406
404
|
```bash
|
|
407
405
|
npx @unitsvc/cc-helper enable monitor
|
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ npx @unitsvc/cc-helper enable keybindings
|
|
|
56
56
|
npx @unitsvc/cc-helper enable toolsearch
|
|
57
57
|
npx @unitsvc/cc-helper enable context1m # or: 1m, 1M
|
|
58
58
|
npx @unitsvc/cc-helper enable automode # auto-mode for all models
|
|
59
|
-
npx @unitsvc/cc-helper enable monitor # streaming event monitoring (v2.1.
|
|
59
|
+
npx @unitsvc/cc-helper enable monitor # streaming event monitoring (v2.1.98+)
|
|
60
60
|
|
|
61
61
|
# Check status
|
|
62
62
|
npx @unitsvc/cc-helper status
|
|
@@ -391,8 +391,6 @@ npx @unitsvc/cc-helper enable automode
|
|
|
391
391
|
|
|
392
392
|
Enable the Monitor tool for streaming event monitoring.
|
|
393
393
|
|
|
394
|
-
**Why Enable?** Claude Code controls the Monitor feature via remote config (`tengu_amber_sentinel` flag). This patch bypasses remote control and enables it locally.
|
|
395
|
-
|
|
396
394
|
**Benefits:**
|
|
397
395
|
|
|
398
396
|
- **Streaming monitoring**: Watch logs, file changes, API events in real-time
|
|
@@ -401,7 +399,7 @@ Enable the Monitor tool for streaming event monitoring.
|
|
|
401
399
|
|
|
402
400
|
**Requirements:**
|
|
403
401
|
|
|
404
|
-
- Claude Code v2.1.
|
|
402
|
+
- Claude Code v2.1.98 or higher
|
|
405
403
|
|
|
406
404
|
```bash
|
|
407
405
|
npx @unitsvc/cc-helper enable monitor
|