Skip to content

Releases: elara-labs/code-context-engine

v0.4.24

21 Jun 21:07
144332b

Choose a tag to compare

What's Changed

Full Changelog: v0.4.23...v0.4.24

v0.4.23

15 Jun 20:14
d30d8a1

Choose a tag to compare

What's Changed

Multi-model pricing (#101)

  • Static pricing for OpenAI, Google, and Anthropic models
  • pricing.model, pricing.input, pricing.output config overrides
  • Dashboard and CLI show cost savings estimates
  • No network fetch on hot paths (dashboard requests, session hooks)

Codex detection improvements (#102)

  • Detect Codex via VS Code extension directory (~/.vscode/extensions/openai.*)
  • cce init --agent auto "Not detected" hint only lists valid --agent choices

Dollar savings display (#103)

  • "$X saved" shown in session start, MCP index_status, and cce status --oneline
  • Savings clamped to non-negative to prevent confusing output

Session FK resilience (#104)

  • Out-of-order hooks (e.g. UserPromptSubmit before SessionStart) now backfill the sessions row with correct project name
  • SQLite busy timeout explicitly set to reduce "database is locked" errors

Storage path collision fix (#106)

  • Per-project storage uses <basename>-<6hex> slug to prevent collisions between projects with the same directory name (e.g. git worktrees)
  • One-time migration from legacy bare-basename directories
  • Deduplicated slug algorithm between editors.py and utils.py

v0.4.22

19 May 19:52
8bd6905

Choose a tag to compare

What's Changed

Full Changelog: v0.4.21...v0.4.22

v0.4.21

16 May 19:29
8ce27ce

Choose a tag to compare

What's Changed

Full Changelog: v0.4.20...v0.4.21

v0.4.20

12 May 19:49
5b584e4

Choose a tag to compare

What's Changed

Full Changelog: v0.4.19...v0.4.20

v0.4.19

08 May 12:46
ae833d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.18...v0.4.19

v0.4.16

03 May 21:53

Choose a tag to compare

Full Changelog: v0.4.15...v0.4.16

v0.4.15

03 May 21:48

Choose a tag to compare

Full Changelog: v0.4.14...v0.4.15

v0.4.14

03 May 21:46

Choose a tag to compare

Full Changelog: v0.4.13...v0.4.14

v0.4.13

03 May 21:26

Choose a tag to compare

Full Changelog: v0.4.12...v0.4.13