Releases: yaadata/codex.nvim
Releases · yaadata/codex.nvim
v1.0.0
v1.0.0-rc2
v1.0.0-rc1
v0.6.2
What's Changed
- release: v0.6.2 (ac57365)
- docs: removed stub markdown file (212b8b1)
- fix: remove usage of deprecated api (4810dae)
- docs: add doc tags for :help codex.nvim (2799364)
- docs(codex): add help textfile and consolidate docs where needed (16e7d48)
- release: v0.6.1 (6bcbacf)
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- release: v0.6.1 (6bcbacf)
- fix(codex): hide visible native terminal on toggle (f41e48f)
- fix(codex): defer native restored auto-close cleanup (59266a0)
- refactor(codex): defer restored attach side effects (0d36c1c)
- fix(codex): improve restored session recovery (5029f9d)
- test: enforce AAA in commands_spec.lua (5996ed2)
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- release: v0.6.0 (185f49e)
- refactor(core): remove mention command opts (e600dbc)
- docs: update recipes.md to include sample lazy configs (30849bd)
- fix: unfocus tracked via autocmd (d0b82de)
- refactor: rename
:CodexSendand:CodexAddBuffer(908fbad) - refactor(codex): rename send_buffer to send_file (fdf05bf)
- feat(codex): add unfocus and is_focusing api methods (04a1e44)
- refactor(codex): replace built-in slash commands with execute api (df04986)
- feat(codex): add copy_input lua api (4902816)
- feat(codex): add submit_input lua api (499b3b0)
- refactor(context): extract selection send orchestration (ef0f269)
- docs: refine api reference formatting (a5348b8)
- docs: consolidate lua api reference (07f5d24)
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- release: v0.5.0 (372b839)
- test(project): refactor specs to semantic AAA sections (f7c33bd)
- test(nvim): cover native non-zero exit close path (df8cb6e)
- fix(nvim): avoid snacks non-zero close notification (293c88e)
- chore: update defaults and align docs to 0.4.1 (4296be1)
- refactor(config): invert terminal keymaps API (6e0afc9)
- refactor(config)!: scope terminal window config by provider (23f49a3)
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- release: v0.4.1 (5f2d0a9)
- feat(context): support explicit path in send_buffer (458b011)
- feat(context): improve send buffer and selection trailing suffixes (3f00730)
- feat(context): add mention post_execute hook and autosubmit fix (1413e20)
- docs: update architecture for visual.lua file (1f2c92f)
- refactor(codex): move helpers out of init.lua (f09c922)
- refactor(codex): rename internal function (4bb7e9b)
- fix(core): exit visual mode before selection send (d8f750b)
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- release: v0.4.0 (004c97c)
- docs: toggle in readme (a984599)
- fix: visual selection on send (de1729a)
- fix(context): stabilize multiline prompt capture and clear flow (c0b46e2)
- fix: ensure split terminal focus before auto-submit (6299f1e)
- feat(config): group launch settings under launch (7a246db)
- docs: document lazy.nvim cmd+opts setup pattern (0c70c65)
- refactor(providers): cache provider detection (bc716ba)
- docs: add command to copy to system clipboard (f0a4b74)
- feat: add structured logging config and troubleshooting capture APIs (2230520)
- refactor(nvim): move global keymaps to lazy.nvim keys (2575bad)
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- release: v0.3.0 (13c8868)
- feat(codex): add buffer send flow and CodexAddBuffer command (d19c73f)
- refactor(context): adopt ACP selection refs and path warnings (3fd7f11)
- test: split init_spec.lua into smaller files (94f8f35)
- fix(codex): make wrapper slash commands mention-style with capture-aware submit (0e2a867)
- fix(context): normalize mention path handling (bce7144)
- refactor(codex): init is mainly a facade, no behavior change (#10) (af87a8b)
- feat(codex): rename CodexAdd to CodexMentionFile, add CodexMentionDirectory (#9) (f913c52)
- docs: simplify README.md and refer back to detailed docs/ (6258880)
- docs: README should share more available public lua apis (d1b9202)
- docs: add detailed command interactions in markdown (58d612e)
- docs: README should mention main branch (56545ab)
- fix(codex): auto-submit mention and restore prompt draft (#8) (bd7b331)
Full Changelog: v0.2.2...v0.3.0