Skip to content

Releases: HaShiShark/codex-context-editor-proxy

v0.7.1

19 May 12:37

Choose a tag to compare

Updates:

  • Fix compact summary duplication.
  • Improve manual and automatic compact prompts.
  • Improve auto compact detection during running assistant turns.

v0.7.0

18 May 10:55

Choose a tag to compare

Updates:

  • Fix compact summary duplication.
  • Improve manual and automatic compact prompts.
  • Improve auto compact detection during running assistant turns.

v0.6.0

10 May 09:31

Choose a tag to compare

Updates:

  • Fix compact summary duplication.
  • Improve manual and automatic compact prompts.
  • Improve auto compact detection during running assistant turns.

v0.5.0

09 May 09:08

Choose a tag to compare

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_HOST across the Electron window, proxy, backend, Vite dev proxy, hooks, and launcher scripts.
  • Made codex ctx proxy on/off start 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-arm64 DMG or ZIP after the macOS workflow finishes.
  • macOS Intel: download the mac-x64 DMG or ZIP after the macOS workflow finishes.

v0.4.0

08 May 06:08

Choose a tag to compare

What's Changed

  • Updated Codex hook config to the newer features.hooks field.
  • Added a small-window fallback trigger: type ctx, /ctx, context, or /context to 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-arm64 DMG or ZIP after the macOS workflow finishes.
  • macOS Intel: download the mac-x64 DMG or ZIP after the macOS workflow finishes.

Codex Context Proxy v0.3.0

07 May 11:05

Choose a tag to compare

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.

Codex Context Proxy v0.2.0

06 May 13:46

Choose a tag to compare

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 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.

Codex Context Proxy v0.1.0

06 May 12:08

Choose a tag to compare

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 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.