seedeep
实时查看 Claude Code 在你输入提示词和获得回答之间所做的操作,直接读取其已写入的日志:每次模型调用、每个工具、每个子代理及其上下文窗口和模型,以及会话产出。本地只读——你的会话内容不会离开本机。
What Claude Code is doing between your prompt and its answer, drawn live from the logs it already writes: every model call, every tool, each subagent on its own context window and its own model, and what the session produced. Local and read-only — your session content never leaves the machine.
怎么安装
git clone https://github.com/duqaXxX/seedeep ~/.claude/skills/seedeep 简介
seedeep *See deep into what Claude Code is doing.* Claude Code writes a session log to disk as it runs. seedeep tails that log and rebuilds the turn while it is still happening: the context window filling, every API call with its latency and token split, every tool call and its result, and each subagent folded under the spawn that launched it. The same view is there afterwards to walk through. Read-only. No proxy, no daemon, no session content leaves the machine. sh npm i -g seedeep && seedeep # Node or Bun; binaries below for neither *One turn, from 3% to 26% of the window: six subagents on t…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 3
- 月下载
- –
- 最近更新
- 2026-08-25
- 创建于
- 2026-08-07
基础安全检查
- 检查结果
- package.json 含 postinstall 脚本
- 收录来源
- curated:hesreallyhim/awesome-claude-code
- 主题标签
- agent-observability, agentic-coding, ai-agents, ai-coding, anthropic, bun, claude, claude-code, context-engineering, context-window, cost-tracking, developer-tools, llm, llm-observability, node, observability, subagents, token-usage, typescript, usage-tracking
同类推荐
firecrawl-mcp-server
firecrawl/firecrawl-mcp-server
🔥 官方Firecrawl MCP服务器 - 为Cursor、Claude及任何其他LLM客户端添加强大的网页抓取和搜索功能。
get-shit-done
gsd-build/get-shit-done
由 TÂCHES 开发的轻量且强大的元提示、上下文工程和规格驱动开发系统,适用于 Claude Code。