Discover and explore top open-source AI tools and projects—updated daily.
WEIFENG2333AI agent system prompt evolution tracker and analyzer
Top 83.9% on SourcePulse
Phistory automatically archives versioned system prompt snapshots from popular AI coding agent CLIs like Claude Code, Codex, and Hermes. It targets researchers, auditors, and developers needing to track prompt evolution, understand changes in agent behavior, tool usage, and constraints over time, offering a historical record and a web viewer for detailed analysis.
How It Works
The system captures prompts by installing specific CLI packages, running them once via claude-tap to intercept HTTP requests without invoking real model providers, and storing prompt artifacts (prompt.md, trace.jsonl, meta.json) under captures/<agent>/<version>/. For Claude Code, it additionally extracts static prompt strings from packages. GitHub Actions perform hourly checks for new releases, committing new snapshots automatically.
Quick Start & Requirements
uv for environment and command execution.
uv sync --all-groupsuv run phistory capture --latest --agents claude-code,codex,openclaw,hermes,kimi,opencode,piuv run phistory backfill claude-code --from 2.1.113 --to latestuv.phistory.cc.Highlighted Details
phistory.cc) enables comparison of prompt snapshots, detailing tools, policies, and runtime instructions.claude-tap without actual model provider calls.Maintenance & Community
The README provides no specific details regarding contributors, sponsorships, community channels (e.g., Discord/Slack), or a public roadmap. The project indicates active maintenance with the last capture update on 2026-06-25.
Licensing & Compatibility
The provided README content does not specify the software license or offer compatibility notes for commercial use or integration with closed-source projects.
Limitations & Caveats
No explicit limitations, alpha status, known bugs, or deprecation warnings are mentioned in the provided text. The project focuses on its core functionality of capturing and archiving prompt versions.
19 hours ago
Inactive
ServiceNow
Piebald-AI