fix: abort model retries immediately on user cancellation
This commit is contained in:
+16
-1
@@ -5408,10 +5408,25 @@
|
||||
"docs/plans/state.json"
|
||||
],
|
||||
"test_status": "pnpm test:run src/config/schema.test.ts src/cli/setup/config.test.ts src/cli/setup/sections.test.ts + pnpm typecheck passing"
|
||||
},
|
||||
"model-retry-cancel-abort-immediacy": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-18",
|
||||
"updated": "2026-02-18",
|
||||
"summary": "Fixed cancellation responsiveness for model retries: `/cancel` now aborts model-router retry backoff loops immediately via abort-aware retry execution and router abort signaling, preventing long waits through remaining retries/fallback steps.",
|
||||
"files_modified": [
|
||||
"src/models/retry.ts",
|
||||
"src/models/retry.test.ts",
|
||||
"src/models/router.ts",
|
||||
"src/models/router.test.ts",
|
||||
"src/backends/native/agent.ts",
|
||||
"docs/plans/state.json"
|
||||
],
|
||||
"test_status": "pnpm test:run src/models/retry.test.ts src/models/router.test.ts src/backends/native/agent.test.ts + pnpm typecheck passing"
|
||||
}
|
||||
},
|
||||
"overall_progress": {
|
||||
"total_test_count": 1927,
|
||||
"total_test_count": 1930,
|
||||
"all_tests_passing": true,
|
||||
"p0_completion": "3/3 (100%)",
|
||||
"p1_completion": "4/4 (100%)",
|
||||
|
||||
Reference in New Issue
Block a user