Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Phistory

中文

Phistory tracks how system prompts change across popular coding-agent CLIs like Claude Code, Codex, Antigravity, Grok Build, Kimi Code, MiMo Code, OpenClaw, Hermes, Kimi CLI, opencode, Pi, and Oh My Pi.

Open the web viewer to compare prompt snapshots across versions and see how agent design changes through prompts, tools, policies, and runtime instructions.

Start here: phistory.cc

Checks for new releases hourly. Archive last updated: 2026-07-19 04:53 UTC.

Phistory prompt diff viewer

Why Use It

  • Follow how Anthropic, OpenAI, and other agent builders iterate on system prompts over time.
  • See when new tools, permission checks, model defaults, and user-confirmation rules are added.
  • Compare how different CLIs structure agent behavior, tool use, and developer-facing constraints.
  • Cite stable prompt snapshots in posts, research notes, audits, or debugging reports.

How It Works

For each supported release, Phistory installs the exact CLI package, runs it once through claude-tap, captures the prompt-bearing HTTP request without calling the real model provider, and stores the result under captures/<agent>/<version>/ with prompt.md, trace.jsonl, and meta.json.

For recent Claude Code releases, Phistory also extracts static prompt-like strings from the installed package and stores them as static-prompts.md, static-prompts.json, and static-candidates.json. The candidate archive keeps the raw extraction input so matching rules can be improved later without reinstalling every historical package.

GitHub Actions checks supported CLI releases every hour and commits new snapshots when they appear.

Local Development

Use the hosted viewer at phistory.cc. These commands are for local development, capture reproduction, historical backfills, and regenerating generated files.

# Install the locked development environment.
uv sync --all-groups

# Capture the latest supported CLI releases.
uv run phistory capture --latest --agents claude-code,codex,antigravity,grok,kimi-code,mimo,openclaw,hermes,kimi,opencode,pi,omp

# Capture a historical version range for one agent.
uv run phistory backfill claude-code --from 2.1.113 --to latest

# Rebuild static prompt files for the latest 10 captured Claude Code versions.
uv run phistory extract-static claude-code --latest-captured 10

# Regenerate README.md, README_zh.md, docs/captures.md, and captures/index.json.
uv run phistory render-index

# Regenerate the static web viewer at index.html.
uv run phistory render-site

Supported Agents

  • Claude Code (@anthropic-ai/claude-code)
  • Codex CLI (@openai/codex)
  • Antigravity CLI (google-antigravity/antigravity-cli)
  • Grok Build (@xai-official/grok)
  • Kimi Code (@moonshot-ai/kimi-code)
  • MiMo Code (@mimo-ai/cli)
  • OpenClaw (openclaw)
  • Hermes Agent (hermes-agent)
  • Kimi CLI (MoonshotAI/kimi-cli)
  • opencode (opencode-ai)
  • Pi (@earendil-works/pi-coding-agent)
  • Oh My Pi (@oh-my-pi/pi-coding-agent)

Capture Status

Last capture update: 2026-07-19 04:53 UTC

AgentLatestCapturesLast Captured
Claude Code2.1.215 - 2026-07-193712026-07-19 04:53 UTC
Codex CLI0.144.6 - 2026-07-18702026-07-18 13:59 UTC
Antigravity CLI1.1.4 - 2026-07-18182026-07-18 00:58 UTC
Grok Build0.2.103 - 2026-07-171202026-07-17 18:36 UTC
Kimi Code0.27.0 - 2026-07-17482026-07-17 14:59 UTC
MiMo Code0.1.6 - 2026-07-1562026-07-15 12:54 UTC
OpenClaw2026.7.1-2 - 2026-07-18692026-07-18 04:30 UTC
Hermes Agentv2026.7.7.2 - 2026-07-08192026-07-08 03:49 UTC
Kimi CLI1.49.0 - 2026-07-16212026-07-16 11:21 UTC
opencode1.18.3 - 2026-07-16892026-07-16 16:51 UTC
Pi0.80.10 - 2026-07-16332026-07-16 22:33 UTC
Oh My Pi17.0.5 - 2026-07-18252026-07-18 22:26 UTC

Project Trend

Phistory star history

关于 About

Phistory automatically archives versioned system prompt snapshots from agent CLIs like Claude Code, Codex, OpenClaw, and Hermes.

语言 Languages

HTML69.2%
Python30.8%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
244
Total Commits
峰值: 46次/周
Less
More

核心贡献者 Contributors