Codex Bumper
Visual Studio Marketplace | Open VSX Registry | Latest VSIX Codex Bumper is an unofficial VS Code and Antigravity IDE extension for people who need to search local Codex chat history or recover precious context after an older chat falls out of the visible recent list. Codex may keep older saved sessions locally while only showing a recent subset in the picker or app history. When that happens, a chat can feel missing even though the conversation file is still in What It Does
Why This ExistsSome Codex conversations contain hard-won debugging context: a VM recovery, a payer investigation, an EOB fetch flow, a long code review, or an exact sequence of decisions. If the chat is not visible in the latest history window, finding it manually is slow. This extension is for bringing that context back to the surface without hand-editing JSONL files. InstallCodex Bumper is published in both major VS Code extension registries:
Antigravity IDE uses Open VSX as its extension registry, so the Open VSX listing is the normal install and update path for Antigravity IDE users. Registry installations can receive new Codex Bumper versions through the editor's usual extension update mechanism. VS Code users can also install it from a terminal:
Requirements
For WSL, containers, and remote workspaces, Codex Bumper must run where the Codex history files are visible. Set Usage
The first content search builds a local index and can take longer for large histories. Later searches only reindex session files that changed. Search stays on the local machine and indexes user and assistant messages, not tool calls, injected editor context, or workspace files. Codex does not currently expose a supported command for refreshing its history list. Codex Bumper therefore does not force-reload Codex webviews; doing so can destabilize the Codex extension in some compatible editors. If the already-open list is stale, reload Codex once and the persisted bump will appear. Settings
Safety NotesCodex Bumper only edits local Codex history files when you explicitly bump a chat:
Search creates an extension-local SQLite index containing searchable copies of user and assistant message text. The editor stores that index in Codex Bumper's private global storage. Codex Bumper does not call Codex models, send network requests, read workspace source files, or modify any project repository. Using the extension does not create model or API charges. Codex's local history format can change between releases, so a future Codex update may require a matching Codex Bumper update. Development
The generated
Publishing a GitHub release runs the repository's publish workflow for both Visual Studio Marketplace and Open VSX. An ordinary push to GitHub does not publish a marketplace update. LicenseMIT |