claw-code/rust/crates
zhaoyanchao 2a985c1cc7 feat(runtime): 为上下文超限错误添加自动重试机制
添加 RuntimeError::is_retryable_context_error 方法,用于识别可重试的上下文错误(如令牌超限、上下文窗口超限等)。当对话执行遇到此类错误时,自动触发会话压缩并重试,而非直接失败,提高系统的鲁棒性。
2026-04-28 14:53:57 +08:00
..
api style: 应用 rustfmt 格式化代码并调整部分代码风格 2026-04-28 14:26:16 +08:00
claw-cli 初始化 2026-04-13 22:06:48 +08:00
commands refactor(commands): 简化函数签名并移除多余括号以提升代码整洁性 2026-04-28 14:38:34 +08:00
compat-harness 初始化 2026-04-13 22:06:48 +08:00
lsp style: 应用 rustfmt 格式化代码并调整部分代码风格 2026-04-28 14:26:16 +08:00
mock-anthropic-service feat(harness+usage): add auto_compact and token_cost parity scenarios 2026-04-03 22:41:42 +09:00
plugins Merge remote-tracking branch 'origin/main' (787 commits) - accepted remote version for all conflicted files 2026-04-13 22:20:02 +08:00
runtime feat(runtime): 为上下文超限错误添加自动重试机制 2026-04-28 14:53:57 +08:00
rusty-claude-cli style: 应用 rustfmt 格式化代码并调整部分代码风格 2026-04-28 14:26:16 +08:00
server 初始化 2026-04-13 22:06:48 +08:00
telemetry feat: anthropic SDK header matching + request profile 2026-04-01 05:55:25 +00:00
tools ROADMAP #133: Blocked-state subphase contract — implement §6.5 2026-04-20 15:04:08 +09:00