每日 Harness 开源 · Source
返回本期 · Back to 2026-07-20

开源 / 项目 · Projects2026-07-20 · Monday, July 20, 2026

Bothread, multiple AI coding agents talk, share one repo, no collisions

github.com原文 ↗

Bothread, multiple AI coding agents talk, share one repo, no collisions
Bothread 是一个本地 MCP 协调层,让多个 AI coding agent 在同一仓库里共享上下文但减少文件冲突。它不调用模型、不要 API key、也不上云,而是给 Claude Code、Cursor、Gemini CLI、Codex、OpenCode 等 agent 提供共享线程、文件 claim、任务板、决策记录、handoff、风险动作审批和 diff 可见性。README 写到它暴露 19 个 MCP tools,本地存储采用 SQLite/WAL。这个项目把“多 agent 并行写代码”的问题落在协作协议和冲突管理上,而不是试图用更聪明的模型自动化解决所有 merge 风险。
浏览

评论 · Comments