Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Codex ExtrasNew to Visual Studio Code? Get it now.
Codex Extras

Codex Extras

Netroforge

|
2 installs
| (0) | Free
Convenient toolbar actions and workflow enhancements for Codex in Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Codex Extras

CI Visual Studio Marketplace License: MIT

Small, focused workflow improvements for the official Codex extension in Visual Studio Code.

Codex Extras icon

Features

Codex Chats panel

Adds a Codex Chats icon to the Activity Bar. Open it to see local Codex conversations ordered by their most recent activity.

  • Chats for the current workspace appear first in an expanded section.
  • Chats from other workspaces stay in a separate collapsed section and show their workspace name.
  • Select a chat to open it as a pinned Codex editor tab.
  • Start a new chat or refresh the list from the panel toolbar.
  • New and renamed chats appear automatically while VS Code is running.

The panel reads Codex's local session index from $CODEX_HOME/session_index.jsonl when CODEX_HOME is set, or from ~/.codex/session_index.jsonl otherwise. It reads only the small metadata prefix needed to identify each chat's workspace; transcript contents are not parsed or copied.

New Codex Agent toolbar button

Adds a visible code-brackets-and-plus action to the editor toolbar. Select it to open a new Codex agent. If an empty Codex agent is already open, selecting the button again opens another empty agent instead of focusing the existing one.

The button is available without assigning a keyboard shortcut.

Requirements

  • Visual Studio Code 1.96.2 or newer
  • Codex – OpenAI's coding agent

The official Codex extension is declared as a dependency and is installed automatically when Codex Extras is installed from the Marketplace.

Settings

Setting Default Description
codexExtras.showNewAgentButton true Shows the New Codex Agent button in the editor toolbar.

Install

Install Codex Extras from the Visual Studio Marketplace, or use:

code --install-extension netroforge.codex-extras

For an unpublished development build:

npm ci
npm run package
code --install-extension codex-extras-1.1.0.vsix

Privacy

Codex Extras contains no telemetry or network requests. It reads the local Codex session index to populate the chat list and opens editor panels provided by the official Codex extension.

Contributing

Contributions and feature proposals are welcome. See CONTRIBUTING.md.

Disclaimer

Codex Extras is an independent, unofficial open-source project. It is not affiliated with, endorsed by, or sponsored by OpenAI. Codex, OpenAI, ChatGPT, and related marks are trademarks of their respective owners.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft