Extract and compare system prompts and tools from different Claude Code versions.
-p "hey" request to Claude, which may incur costs if you're on a pay-per-token plan instead of Claude Maxnpm install -g @mariozechner/cchistory
cchistory <version> [--latest]
Examples:
# Extract prompts from a single version
cchistory 1.0.0
# Extract prompts from version 1.0.0 to latest
cchistory 1.0.0 --latest
-p "hey") to trigger an API callprompts-{version}.mdExisting prompt files are automatically skipped to avoid redundant downloads and API calls.
Each prompts-{version}.md file contains:
- User Message: The format of user messages sent to Claude
- System Prompt: The system instructions Claude receives
- Tools: Available tools with their descriptions and input schemas (excluding MCP tools)
$ claude mcp add cchistory \
-- python -m otcore.mcp_server <graph>