All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[0.2.0] - 2026-07-13
Added
- Current Codex GPT-5.6 Sol, Terra, and Luna catalog entries plus the public
GPT-5.3-Codex-Spark ChatGPT Pro preview, including model-specific reasoning
defaults and
max/ultravalidation. - Cursor Agent CLI (
:cursor) first-party provider profile with stream-json parsing, live fixture evidence, model catalog entries, and provider feature metadata. - Documentation updates for Cursor as the fifth built-in profile, including invocation shape, permission metadata, governed posture, and capability hints.
- Atom-safety guardrail:
.credo.exswithCredo.Check.Warning.UnsafeToAtomenabled (scoped tolib/) plus ascripts/atom_guard.shCI backstop wired intomix ci(which now runscredo --strict). - Secrets guardrail:
scripts/secrets_guard.shinmix ci;.envfiles gitignored. - README documents registry ownership and hex publish-ordering: this package
publishes first, then
claude_agent_sdk/agent_session_manager.
Changed
- Restricted the Hex archive to runtime source, model data, dependency-source support, consumer guides/examples, and public release documentation/assets.
- Replaced separate Execution Plane core, JSON-RPC, and process package
dependencies with the single generated
execution_plane ~> 0.1.0package. - Local development now consumes the generated monolith artifact and clean
clones fall back to the durable
projection/execution_planebranch. - The Codex catalog now follows an authenticated live
codex-cli 0.144.1model/listprobe from 2026-07-10:gpt-5.6-solis the default, Spark is public but non-API,codex-auto-reviewremains internal, and backend-absentgpt-5.2stays excluded. - Refreshed compatible dependencies, including Zoi 0.18.5.
Security
Commandenv validation returns offending keys (or:not_a_map) in{:invalid_env, ...}error tuples instead of echoing the full env map, whose values routinely include credentials.
Removed
- Retired the Gemini CLI profile, catalog, discovery/fallback path, feature manifest, and model-selection workflow target. Google coding-agent support now uses the Antigravity profile only.
[0.1.0] - 2026-04-06
Added
- Initial release.
- Governed CLI launch authority for command, cwd, env, config-root, auth-root, base-URL, target, and clear-env materialization without ambient provider CLI env discovery.