claw-code/rust/crates/rusty-claude-cli
zhaoyanchao cf5264a7a5 feat(worker): 添加工具权限提示检测与状态处理
- 在 worker 启动过程中添加对 MCP/工具权限提示的检测
- 新增 WorkerStatus::ToolPermissionRequired 状态和相应事件分类
- 扩展 StartupEvidenceBundle 以记录工具权限提示信息
- 在 readiness 快照中将工具权限阻塞的 worker 标记为 blocked
- 修复 allowedTools 空列表验证,防止无效的 --allowedTools 参数
- 更新 CLAUDE.md 文档,统一使用 scripts/fmt.sh 进行代码格式化
- 在 trust_resolver 中添加模式匹配和序列化支持
2026-04-28 23:33:31 +08:00
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src feat(worker): 添加工具权限提示检测与状态处理 2026-04-28 23:33:31 +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