feat: 移除 CLI 工具使用文档中的流式输出和缓存相关内容,简化说明

This commit is contained in:
catlog22
2025-12-25 22:30:09 +08:00
parent 3b842ed290
commit 90852c7788
2 changed files with 0 additions and 29 deletions

View File

@@ -27,7 +27,6 @@ Available CLI endpoints are dynamically defined by the config file:
Bash({ command: "ccw cli -p '...' --tool gemini", run_in_background: true })
```
- **After CLI call**: Stop immediately - let CLI execute in background, do NOT poll with TaskOutput
- **View output later**: Use `ccw cli output <id>` to view cached execution results
## Code Diagnostics