Skip to content

Releases: seabearDEV/codexCLI

v1.12.2

16 Apr 20:03

Choose a tag to compare

v1.12.1

16 Apr 16:28

Choose a tag to compare

What's Changed

  • build(deps): bump hono from 4.12.12 to 4.12.14 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #85

Full Changelog: v1.12.0...v1.12.1

v1.12.0

16 Apr 15:08

Choose a tag to compare

Full Changelog: v1.11.0...v1.12.0

v1.11.0

08 Apr 20:37

Choose a tag to compare

What's Changed

  • fix(store): tighten epoch validation, README no-clobber atomicity, and test mtime determinism by @seabearDEV in #58
  • fix(paths): W_OK|X_OK for writability probe; add info test for CODEX_DATA_DIR annotation by @seabearDEV in #64
  • docs(codex) + test: align --raw removal wording and rename stale test variable by @seabearDEV in #65
  • fix(config): close remaining defaultConfig mutation escapes + saveConfig cache isolation by @seabearDEV in #66
  • fix(pager): avoid double-counting responseBytes on pager spawn failure by @seabearDEV in #67

Full Changelog: v1.10.0...v1.11.0

v1.10.0

08 Apr 03:11

Choose a tag to compare

What's Changed

  • build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #55
  • fix: address v1.10.0 review feedback — security, atomicity, and correctness by @seabearDEV in #56

Full Changelog: v1.9.2...v1.10.0

v1.9.0

07 Apr 00:49

Choose a tag to compare

Full Changelog: v1.8.0...v1.9.0

v1.8.0

06 Apr 21:21

Choose a tag to compare

What's Changed

  • build(deps): bump vite from 8.0.3 to 8.0.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #38

Full Changelog: v1.7.0...v1.8.0

v1.7.0

06 Apr 19:08

Choose a tag to compare

Staleness Awareness

  • Inline warnings: codex_get and codex_context now tag stale entries with [untracked] or [Nd] so agents know when to verify before trusting
  • CLI warning: ccli get prints a yellow warning for stale/untracked entries
  • Sorted stale output: codex_stale lists untracked entries first (most suspect)
  • FRESHNESS guidance added to built-in LLM instructions

Exploration-Weighted Token Savings

  • Namespace multipliers: codex_stats now estimates tokens saved based on the exploration cost an agent would have incurred — not just bytes returned
  • Per-namespace breakdown: --detailed shows which namespaces deliver the most value (e.g., arch lookups save ~3K tokens each, files ~2K)
  • Tiered display: headline exploration estimate + delivery floor for full transparency
  • Token Savings doc: every metric explained, methodology with Mermaid diagrams, honest limitations section

Import Fix

  • Flat dot-notation keys (e.g., {"a.b": "val"}) are now auto-expanded to nested structure during import, preventing orphaned entries

LLM Instructions

  • All 19 MCP tools now documented (was 8), organized into 6 groups
  • Agents can now discover alias management, data import/export, config, and observability tools

Documentation

  • Removed stale Go rewrite plan and redundant docs index
  • README updated for staleness tags, stats output, tool descriptions
  • Roadmap updated through v1.7.0
  • Cleaned stale global store entries

Full Changelog: v1.6.0...v1.7.0

v1.6.0

06 Apr 17:45

Choose a tag to compare

Full Changelog: v1.5.1...v1.6.0

v1.5.0

06 Apr 16:10

Choose a tag to compare

Full Changelog: v1.4.2...v1.5.0