Codex Stash
A quiet inbox for the prompts you think of while Codex is working. Codex Stash is a small VS Code extension inspired by the session-level “stash” proposal for Codex. It gives follow-up ideas a temporary home beside your code, so you can keep reviewing and return to each question at the right moment.
Why Stash?While Codex is working, useful thoughts arrive at inconvenient times:
These ideas belong to the current review rather than to a permanent project backlog. Stash keeps them close, editable, mergeable, and ready when you are. Queue, Steer, or Stash?The original Codex proposal separates three different follow-up workflows:
Codex Stash brings the third workflow into VS Code as an independent extension, alongside Codex’s native queue and steer behavior. The workflow
The archive keeps the same prompt identity and usage history. Restore a sent prompt to bring it back to the active list, or permanently delete it when it is no longer useful. Sending to CodexThe extension uses the integrated terminal as the handoff point to the Codex TUI. This keeps the visible terminal session in the developer’s control and avoids coupling the extension to a particular Codex thread or app-server writer. When you send a prompt:
In practice, this is a controlled copy/paste into the terminal selected by you. The prompt remains yours until you decide to send it. Install from a VSIXCodex Stash is currently distributed as a local VSIX rather than through the Marketplace.
After installation, reload VS Code if prompted and open the Stash Activity Bar view. Requirements
The terminal choice stays explicit because a VS Code workspace can contain several terminals at once. LicenseMIT |