Add cKimi Warp alias and continuation fallback rule

This commit is contained in:
hotwa
2026-03-17 20:06:03 +08:00
parent 2f2d23592a
commit bf12bc2b37
3 changed files with 51 additions and 2 deletions

View File

@@ -102,6 +102,25 @@ For `opencode-warp-infini-glm`:
- fallback candidate: `infini / kimi-k2.5`
- fallback candidate: `infini / minimax-m2.5`
## Continuation Rule for Limited / Failed ACP Runs
If an ACP `opencode` run is interrupted by provider-side request limits or similar provider failures, the replacement run should continue with context rather than restart from zero.
Required operator behavior:
1. classify the failure as provider-side (rate limit / quota / upstream unavailable) vs task-side
2. summarize the interrupted task before switching agents
3. start a new ACP run with the next fallback Warp agent
4. provide the summary so the new run can continue remaining work
Minimum summary fields:
- original task objective
- work completed so far
- files touched
- relevant error / provider limit signal
- remaining work
## Testing Checklist (for later execution)
1. Confirm `~/.openclaw/.env` exists on each machine