Skip to content

Releases: kitepon/codex-sidecar

codex-sidecar v0.3.9

Choose a tag to compare

@quolu quolu released this 15 Aug 02:40

Full Changelog: v0.3.8...v0.3.9

codex-sidecar v0.3.8

Choose a tag to compare

@quolu quolu released this 18 Jul 23:15

Full Changelog: v0.3.7...v0.3.8

codex-sidecar v0.3.7

Choose a tag to compare

@quolu quolu released this 13 Jul 22:56

Full Changelog: v0.3.6...v0.3.7

codex-sidecar v0.3.6

Choose a tag to compare

@quolu quolu released this 13 Jul 05:31

Full Changelog: v0.3.5...v0.3.6

codex-sidecar v0.3.5

Choose a tag to compare

@quolu quolu released this 12 Jul 17:06

Full Changelog: v0.3.4...v0.3.5

codex-sidecar v0.3.4

Choose a tag to compare

@quolu quolu released this 12 Jul 14:52

Full Changelog: v0.3.3...v0.3.4

codex-sidecar v0.3.3

Choose a tag to compare

@quolu quolu released this 12 Jul 14:27

Full Changelog: v0.3.1...v0.3.3

v0.3.1

Choose a tag to compare

@quolu quolu released this 03 Jun 09:26

Anchors the published codex-sidecar-mcp@0.3.1 npm package.

Fixed

  • Start the MCP stdio server when codex-sidecar-mcp is invoked through an npm global bin symlink — the normal launch path for Claude Code and other MCP clients.
  • Added a symlinked-bin regression test so distributed MCP installs keep listing all six sidecar tools.

Documentation

  • Documented npm symlinked bin startup as part of the supported MCP distribution path.

See CHANGELOG.md for full history.

codex-sidecar v0.3.0

Choose a tag to compare

@quolu quolu released this 06 May 11:02

Added

  • Explicit Codex model policy for config defaults, presets, CLI flags, and MCP inputs.
  • App Server startup now receives resolved model and reasoning effort overrides when policy is explicit.
  • Diagnostics, lifecycle logs, and structured results report resolved model policy.

Verified

  • CI run 25431264843 passed.
  • Published codex-sidecar-core@0.3.0, codex-sidecar-cli@0.3.0, and codex-sidecar-mcp@0.3.0 to npm.
  • Fresh global install smoke verified codex-sidecar-cli and codex-sidecar-mcp resolve codex-sidecar-core@0.3.0.
  • Caveat advisory diagnostics verified gpt-5.4-mini with low reasoning effort.

v0.1.0

Choose a tag to compare

@quolu quolu released this 05 May 10:41

Initial functional release of the Codex sidecar execution spine.

Highlights:

  • Generic core config loading, preset resolution, safety profiles, and path policy checks.
  • Stable SidecarRequest and SidecarResult types.
  • CLI workflows for review, explore, work, opinion, risk-check, and diagnostics.
  • MCP tool descriptors, schemas, and core-backed handlers.
  • Codex App Server stdio execution for read-only workflows.
  • Structured output normalization and raw App Server JSONL event logs.
  • Turn timeouts, optional interruption, and worktree-backed codex_work execution.
  • Usage docs, README polish, CI, MIT license, and GitHub presentation assets.