claw-code/rust/crates
zhaoyanchao 1c7927357e refactor: 将 main.rs 拆分为模块以提升可维护性
将庞大的 main.rs 文件按功能拆分为多个模块:models.rs 包含数据结构,error.rs 包含错误处理逻辑,render.rs 包含渲染逻辑,repl.rs 包含交互式循环。main.rs 现在仅作为精简的入口点。所有现有测试均通过,功能保持不变。
2026-04-30 15:13:42 +08:00
..
api 修改 2026-04-30 10:58:25 +08:00
claw-cli refactor: 将 main.rs 拆分为模块以提升可维护性 2026-04-30 15:13:42 +08:00
commands Restore Rust formatting compliance 2026-04-28 09:19:16 +00: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 chore: 添加 IntelliJ IDEA 项目配置文件 2026-04-29 17:18:40 +08:00
rusty-claude-cli refactor: 将 main.rs 拆分为模块以提升可维护性 2026-04-30 15:13:42 +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 chore: 添加 IntelliJ IDEA 项目配置文件 2026-04-29 17:18:40 +08:00