fix: 更新 CLI 调用后说明,移除不必要的轮询建议

This commit is contained in:
catlog22
2026-01-16 09:40:21 +08:00
parent 9b4fdc1868
commit dde39fc6f5

View File

@@ -29,9 +29,8 @@ Available CLI endpoints are dynamically defined by the config file:
``` ```
Bash({ command: "ccw cli -p '...' --tool gemini", run_in_background: true }) Bash({ command: "ccw cli -p '...' --tool gemini", run_in_background: true })
``` ```
- **After CLI call**: Stop immediately - let CLI execute in background, do NOT - **After CLI call**: Stop immediately - let CLI execute in background
poll with TaskOutput
### CLI Analysis Calls ### CLI Analysis Calls
- **Wait for results**: MUST wait for CLI analysis to complete before taking any write action. Do NOT proceed with fixes while analysis is running - **Wait for results**: MUST wait for CLI analysis to complete before taking any write action. Do NOT proceed with fixes while analysis is running
- **Value every call**: Each CLI invocation is valuable and costly. NEVER waste analysis results: - **Value every call**: Each CLI invocation is valuable and costly. NEVER waste analysis results: