Gigai Chronicle — for VS Code, Cursor & Windsurf
Git records what changed. Gigai Chronicle records what was asked — the
prompts, the AI's responses, the tools it ran, the code it produced — as a
plain-text journey that lives inside your repository and travels by No account. No server. No network. It never calls a model. What it adds to your editor🔍 Why is this file like this?Right-click any file → Chronicle: Why is this file like this? ▶️ Replay a sessionStep through what actually happened: prompts, responses, tool runs, and commits interleaved in order. Code review with the intent attached. 🕘 Sessions sidebarEvery AI session in the current repo, with provider and model badges — see which AI did which work, grouped by day. 📚 Prompt version historyYour saved prompts as a git-style graph — versions, diffs in the native diff editor, and a Save prompt button to keep the one that just worked (no retyping). ⏪ One-click restoreEvery captured prompt snapshots your working tree into a hidden git ref. Jump back to how the code was at any prompt — always safety-checkpointed, so nothing is ever lost. Commands
Also on the right-click menu for any file (editor and Explorer). SetupThe extension shows your journey; the
Then work normally — sessions appear in the sidebar. Already have history?
Provider support today: Claude Code. Other tools are on the roadmap — the extension will show their sessions as providers land. Works everywhere VS Code doesOne codebase for VS Code, Cursor, and Windsurf. In untrusted workspaces it runs read-only — it shows the journey (reading committed files is what an editor does) but never captures. Privacy
⚠️ By default your journey is shared — it commits and pushes with your repo. That's the point (a teammate clones and inherits the story), but it means your prompts are as public as your repo. See the privacy model. LicenseMIT. Free and open — source & spec. |