claw-code/rust/crates/rusty-claude-cli
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
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src refactor: 将 main.rs 拆分为模块以提升可维护性 2026-04-30 15:13:42 +08:00
tests Restore Rust formatting compliance 2026-04-28 09:19:16 +00:00
Cargo.toml Close the clawability backlog with deterministic CLI output and lane lineage 2026-04-05 18:41:02 +00:00
RUN.md feat: 增强模型支持和错误处理 2026-04-28 13:51:09 +08:00
build.rs Remove the deprecated Claude subscription login path and restore a green Rust workspace 2026-04-11 17:24:44 +00:00