claw-code/rust/crates/runtime
zhaoyanchao 2a985c1cc7 feat(runtime): 为上下文超限错误添加自动重试机制
添加 RuntimeError::is_retryable_context_error 方法,用于识别可重试的上下文错误(如令牌超限、上下文窗口超限等)。当对话执行遇到此类错误时,自动触发会话压缩并重试,而非直接失败,提高系统的鲁棒性。
2026-04-28 14:53:57 +08:00
..
src feat(runtime): 为上下文超限错误添加自动重试机制 2026-04-28 14:53:57 +08:00
tests Stop repo lanes from executing the wrong task payload 2026-04-12 07:00:07 +00:00
Cargo.toml feat: b5-max-token-plugin — batch 5 upstream parity 2026-04-07 14:51:26 +09:00