Releases: HaShiShark/codex-context-editor-proxy
v0.7.1
v0.7.0
Updates:
- Fix compact summary duplication.
- Improve manual and automatic compact prompts.
- Improve auto compact detection during running assistant turns.
v0.6.0
Updates:
- Fix compact summary duplication.
- Improve manual and automatic compact prompts.
- Improve auto compact detection during running assistant turns.
v0.5.0
What's Changed
- Added shared Codex context classification helpers so proxy and backend agree on context-control, environment, and conversation records.
- Improved local loopback handling by honoring
HASH_CONTEXT_HOSTacross the Electron window, proxy, backend, Vite dev proxy, hooks, and launcher scripts. - Made
codex ctx proxy on/offstart and stop the persistent desktop proxy services too, so CLI and desktop behavior stay aligned. - Improved small-window/context refresh behavior while Codex is still streaming a pending assistant response.
- Avoided replacing an existing session transcript with prefix-only context-control input, and added regression coverage for that path.
Downloads
- Windows: download
Codex.Context.Proxy.Setup.0.5.0.exe. - macOS Apple Silicon: download the
mac-arm64DMG or ZIP after the macOS workflow finishes. - macOS Intel: download the
mac-x64DMG or ZIP after the macOS workflow finishes.
v0.4.0
What's Changed
- Updated Codex hook config to the newer
features.hooksfield. - Added a small-window fallback trigger: type
ctx,/ctx,context, or/contextto open the workbench from Codex. - Improved desktop/CLI service startup checks and fallback behavior.
Downloads
- Windows: download
Codex.Context.Proxy.Setup.0.4.0.exe. - macOS Apple Silicon: download the
mac-arm64DMG or ZIP after the macOS workflow finishes. - macOS Intel: download the
mac-x64DMG or ZIP after the macOS workflow finishes.
Codex Context Proxy v0.3.0
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:pythonfor creating and updating the local.venv- Test scripts now prefer the project
.venvwhen 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 onThen use Codex normally:
codexDisable anytime:
codex ctx proxy offNotes
- 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.
Codex Context Proxy v0.2.0
Codex Context Proxy v0.2.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
- 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.2.0.exe
After installation, open a new terminal and enable the proxy:
codex ctx proxy onThen use Codex normally:
codexDisable anytime:
codex ctx proxy offNotes
- 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.
Codex Context Proxy v0.1.0
Codex Context Proxy v0.1.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
- 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
- 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.1.0.exe
After installation, open a new terminal and enable the proxy:
codex ctx proxy onThen use Codex normally:
codexDisable anytime:
codex ctx proxy offNotes
- 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.