Skip to content

Codex Context Proxy v0.3.0

Choose a tag to compare

@HaShiShark HaShiShark released this 07 May 11:05

Codex Context Proxy v0.3.0

A visual, editable context layer for Codex. Let AI edit AI's context with surgical precision, giving you more control and freedom over what Codex sees.

What's Included

  • Fixes for Python environment setup and dependency installation
  • npm run setup:python for creating and updating the local .venv
  • Test scripts now prefer the project .venv when available
  • Added Brotli and zstandard runtime dependencies for compressed responses
  • Visual context map for Codex sessions
  • Token overview for current context usage
  • Manual context inspection and editing panel
  • AI-assisted context compression for noisy tool output
  • More reliable compact/override handling after Codex /compact
  • Safer whole-node compression for tool-heavy assistant turns
  • Codex CLI support through codex ctx proxy on/off/status
  • Experimental Codex Desktop support through codex ctx desktop on/off/status
  • Windows installer with bundled Electron app and Python backend

Download

Download and run:

Codex Context Proxy Setup 0.3.0.exe

After installation, open a new terminal and enable the proxy:

codex ctx proxy on

Then use Codex normally:

codex

Disable anytime:

codex ctx proxy off

Notes

  • This project does not replace Codex.
  • It does not modify the official Codex CLI source code.
  • CLI support is the primary path.
  • Codex Desktop support is experimental because it modifies local Codex configuration.