mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
The Claude Code auth probe wrapped every error as "authentication is not usable", so a subscription session limit told users to re-authenticate — which cannot help, since auth already succeeded and only a reset clears it. Discriminate probe failures with describeClaudeProbeFailure: session-limit and rate-limit hits get their own messages (preserving the upstream reset text), and genuine auth errors keep the original guidance. Also add the session/usage-limit markers to the shared rate-limit classifier so the governor stops treating a cap as a generic error. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ai-sdk-runtime.test.ts | ||
| claude-code-env.test.ts | ||
| claude-code-models.test.ts | ||
| claude-code-runtime.test.ts | ||
| codex-exec-events.test.ts | ||
| codex-isolation.test.ts | ||
| codex-mcp-runtime-server.test.ts | ||
| codex-models.test.ts | ||
| codex-runtime-config.test.ts | ||
| codex-runtime.test.ts | ||
| codex-sdk-runner.test.ts | ||
| debug-request-recorder.test.ts | ||
| embedding-port.test.ts | ||
| local-config.test.ts | ||
| rate-limit-governor.test.ts | ||
| runtime-local-config.test.ts | ||
| runtime-tools.test.ts | ||