Better Harness Tools, not merely storing the archive of leaked Claude Code but also make real things done. Now rewriting in Rust.
Go to file
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
.github ci: 删除冗余工作流并优化CI触发策略 2026-04-28 14:08:53 +08:00
.port_sessions 初始化 2026-04-13 22:06:48 +08:00
.trae/documents refactor(commands): 简化函数签名并移除多余括号以提升代码整洁性 2026-04-28 14:38:34 +08:00
assets Merge remote-tracking branch 'origin/main' (787 commits) - accepted remote version for all conflicted files 2026-04-13 22:20:02 +08:00
docs US-010: Add model compatibility documentation 2026-04-16 10:55:58 +00:00
rust feat(worker): 添加工具权限提示检测与状态处理 2026-04-28 23:33:31 +08:00
scripts Resolve fmt wrapper path from its own directory 2026-04-28 09:38:40 +00:00
src 初始化 2026-04-13 22:06:48 +08:00
tests 初始化 2026-04-13 22:06:48 +08:00
.DS_Store feat: 增强模型支持和错误处理 2026-04-28 13:51:09 +08:00
.claude.json feat: default OAuth config for API endpoint, merge UI polish rendering 2026-04-01 03:20:26 +00:00
.claw.json ROADMAP #4.44.5: Ship/provenance opacity — filed from dogfood 2026-04-20 14:35:07 +09:00
.gitignore 初始化 2026-04-13 22:06:48 +08:00
CLAUDE.md Make Rust formatting guidance runnable from repo root 2026-04-28 09:38:08 +00:00
CLAW.md 初始化 2026-04-13 22:06:48 +08:00
Containerfile Document a repeatable container workflow for the Rust workspace 2026-04-05 18:11:25 +00:00
PARITY.md 初始化 2026-04-13 22:06:48 +08:00
PHILOSOPHY.md docs: add philosophy document for autonomous claw development 2026-04-04 16:51:51 +00:00
README-old.md docs: 将README.md替换为中文项目简介 2026-04-28 22:49:22 +08:00
README.md docs: 将README.md替换为中文项目简介 2026-04-28 22:49:22 +08:00
ROADMAP.md Expose tool permission gates as structured worker blockers 2026-04-27 09:28:09 +00:00
USAGE.md docs: #155 — add USAGE.md documentation for /ultraplan, /teleport, /bughunter commands 2026-04-21 21:49:04 +09:00
debug.sh feat: 增强模型支持和错误处理 2026-04-28 13:51:09 +08:00
install.sh feat: b6-codex-session — batch 6 2026-04-07 15:52:30 +09:00
prd.json US-024: Add token limit metadata for kimi models 2026-04-17 04:15:38 +00:00
progress.txt Expose tool permission gates as structured worker blockers 2026-04-27 09:28:09 +00:00
系统升级指令.md feat: 增强模型支持和错误处理 2026-04-28 13:51:09 +08:00

README.md

项目介绍

本项目是claude code 的rust 版本,基于