docs: add runtime-fallback and fallback_models documentation

This commit is contained in:
youming.tang
2026-02-03 15:52:35 +09:00
committed by YeonGyu-Kim
parent 7aafa13b21
commit 0ef17aa6c9
3 changed files with 115 additions and 16 deletions
+1
View File
@@ -352,6 +352,7 @@ Hooks intercept and modify behavior at key points in the agent lifecycle.
| **session-recovery** | Stop | Recovers from session errors - missing tool results, thinking block issues, empty messages. |
| **anthropic-context-window-limit-recovery** | Stop | Handles Claude context window limits gracefully. |
| **background-compaction** | Stop | Auto-compacts sessions hitting token limits. |
| **runtime-fallback** | Stop | Automatically switches to fallback models on API errors (429, 503, 529). Configurable via `runtime_fallback` and `fallback_models`. |
#### Truncation & Context Management