Extended Thinking 可视化
Claude 的思考过程完整展示 —— 你看到的不只是答案,还有推理的每一步。
RabbitDocs 把整个项目目录交给 Claude Agent —— 你已经写好的 Markdown 与 Git 仓库,就是 AI 唯一需要的事实之源。
$ rabbitdocs init
→ scanning 247 files in /docs + 1 git repo
→ indexing code graph via GitNexus
→ ready · claude-sonnet-4 attached
$ rabbitdocs ask "Create a README from /docs"
claude ▌ thinking
→ read 12 files · 1,847 tokens · 1.2s
→ wrote /README.md (3 sections, 412 words)01 / Context
打开项目,Claude Agent 立刻看到你的全部 Markdown 与 Git 仓库代码,无需手动喂知识。
02 / Truth
文档以真实文件存储于文件系统,可被 Git 跟踪、可被任意外部工具读写,告别黑盒数据库。
03 / Action
选中的代码片段可在隔离的云沙箱中安全执行,结果回传到对话,完成完整回路。
把 AI 协作需要的每一块拼图都放在你的文件系统里。
Claude 的思考过程完整展示 —— 你看到的不只是答案,还有推理的每一步。
接入 GitHub、Jira、Notion 或任何 MCP Server,AI 能力按需扩展,不锁死在单一供应商。
代码片段在隔离环境运行,产出回传对话,AI 不再是嘴炮工程师。
任何对话可一键保存为 Markdown 入库;反向,任何文档可作为 Chat 上下文。
WebAuthn 现代化认证,告别密码管理烦恼,登录只需指纹或面容。
TPM/RPM 1h 到 30d 趋势图,Token 成本清晰可见,套餐选择心中有数。
01 · Filesystem as Source of Truth
传统知识库把文档锁在数据库里,既不能被 Git 跟踪,也不能被 VS Code 编辑。RabbitDocs 走另一条路 —— 文档以 .md 文件存在,Claude Agent 直接读这些文件作为上下文。
.project.json# .project.json (auto-generated, source of truth)
{
"name": "rabbitdocs",
"root": "/Users/you/projects/rabbitdocs",
"git": { "remote": "git@github.com:you/rabbitdocs" },
"agent": { "model": "claude-sonnet-4", "extendedThinking": true }
}$ rabbitdocs init
→ scanning 247 files in /docs + 1 git repo
→ indexing code graph via GitNexus
→ ready · claude-sonnet-4 attached
$ rabbitdocs ask "Create a README from /docs"
claude ▌ thinking
→ read 12 files · 1,847 tokens · 1.2s
→ wrote /README.md (3 sections, 412 words)02 · Extended Thinking
默认开启 Extended Thinking。Claude 在给出答案前,先把它读到的文件、推理的步骤、考虑的方案全部展开 —— 你不只看到结果,还能审计推理链。
chat · thinking visible> How should I structure the auth middleware?
<thinking>
The user wants advice on auth middleware structure.
Let me check their existing codebase patterns first...
- They use Next.js 16 middleware
- They have proxy.ts already
- jose is already a dependency
</thinking>
I see you're using proxy.ts. Here's a minimal
auth wrapper that validates the JWT and forwards
user context to your route handlers...proxy.ts. Here's a minimal auth wrapper...早期使用者的反馈
< 2s
平均首 token 延迟
12k+
已索引文件数
99.9%
ACP 会话可用性
以前要把代码喂给 AI 得复制粘贴,现在打开项目它自己就看到了。Filesystem as Source of Truth 这个理念让我的工作流彻底不一样了。
陈明
独立开发者 / SaaS 创始人
我们 5 人的小团队用 Workspace 共享同一套仓库和 MCP 配置,新人第一天就能上手,MCP 工具也只配一次全队复用。
Lina K.
Engineering Lead @ 早期初创
做技术写作时最痛苦的是代码示例与文档脱节,这里对话里跑的代码片段能直接保存为文档,源永远对得上。
Yuki S.
Developer Advocate