fix: 收敛 stale thread 和 tool-call 错误归因

This commit is contained in:
Codex
2026-06-02 12:08:38 +08:00
parent 0092f55249
commit 40a274d52b
6 changed files with 55 additions and 26 deletions
+2
View File
@@ -12,9 +12,11 @@ export type FailureKind =
| "backend-spawn-failed"
| "backend-json-parse-error"
| "backend-response-invalid"
| "thread-resume-failed"
| "backend-timeout"
| "provider-auth-failed"
| "provider-rate-limited"
| "provider-invalid-tool-call"
| "provider-unavailable"
| "infra-failed"
| "cancelled";