co-mono/packages/coding-agent/docs
Mario Zechner bb445d24f1 Auto-retry on transient provider errors (overloaded, rate limit, 5xx)
- Add retry logic with exponential backoff (2s, 4s, 8s) in AgentSession
- Disable Anthropic SDK built-in retries (maxRetries: 0) to allow app-level handling
- TUI shows retry status with Escape to cancel
- RPC mode: add set_auto_retry, abort_retry commands and auto_retry_start/end events
- Configurable via settings.json: retry.enabled, retry.maxRetries, retry.baseDelayMs
- Exclude context overflow errors from retry (handled by compaction)

fixes #157
2025-12-10 23:36:46 +01:00
..
compaction.md fix: normalize OpenAI token counting, add branch source tracking 2025-12-03 17:11:22 +01:00
gemini.md Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
hooks.md Fix branch selector for single message and --no-session mode 2025-12-10 22:41:32 +01:00
rpc.md Auto-retry on transient provider errors (overloaded, rate limit, 5xx) 2025-12-10 23:36:46 +01:00
session.md Add bash mode for executing shell commands 2025-12-08 22:40:32 +01:00
theme.md Release v0.8.0 2025-11-21 03:12:42 +01:00
truncation.md Implement tool result truncation with actionable notices (#134) 2025-12-07 01:11:31 +01:00
undercompaction.md docs: add under-compaction analysis 2025-12-06 14:53:05 +01:00