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. 📋 Copy context packRight-click any file → Chronicle: Copy context pack. Chronicle assembles the prompts that shaped that file plus the decisions from those sessions into a paste-ready brief — so your next AI session starts with what was already asked and decided, instead of re-explaining the project. Pure assembly: it never calls a model, it briefs the one you do. 📊 Dashboard: Commits, Files & SettingsThe timeline is a workspace with tabs over one session. Commits and Files show what the session actually changed — sourced from your real git history and timed to the session's window (never fabricated). Settings is a read-only view of your capture config and privacy posture — the dashboard only reads; changing config stays a deliberate CLI action. 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 (live capture) and Codex (import
your existing 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. |