Add cKimi Warp alias and continuation fallback rule
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user