Releases: kitepon/codex-sidecar
Releases · kitepon/codex-sidecar
Release list
codex-sidecar v0.3.9
Full Changelog: v0.3.8...v0.3.9
codex-sidecar v0.3.8
Full Changelog: v0.3.7...v0.3.8
codex-sidecar v0.3.7
Full Changelog: v0.3.6...v0.3.7
codex-sidecar v0.3.6
Full Changelog: v0.3.5...v0.3.6
codex-sidecar v0.3.5
Full Changelog: v0.3.4...v0.3.5
codex-sidecar v0.3.4
Full Changelog: v0.3.3...v0.3.4
codex-sidecar v0.3.3
Full Changelog: v0.3.1...v0.3.3
v0.3.1
Anchors the published codex-sidecar-mcp@0.3.1 npm package.
Fixed
- Start the MCP stdio server when
codex-sidecar-mcpis invoked through an npm globalbinsymlink — 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
binstartup as part of the supported MCP distribution path.
See CHANGELOG.md for full history.
codex-sidecar v0.3.0
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
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.