Releases: yaadata/codex.nvim
Releases · yaadata/codex.nvim
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
v0.2.2
What's Changed
- release: v0.2.2 (07af42e)
- enhance: bump default for startup.grace_ms to 700ms (3c75560)
- docs: add LuaDoc comments for snacks provider (930bea9)
- docs: add LuaDoc comments for native provider (c0120b6)
- docs: add LuaDoc comments for provider loader (4434df1)
- docs: add LuaDoc comments for nvim keymaps (be7e222)
- docs: add LuaDoc comments for nvim commands (74b40a5)
- docs: add LuaDoc comments in selection context (a114d35)
- docs: add LuaDoc summary for path helper (a3eb604)
- docs: improve LuaDoc in context formatter (511553c)
- docs: add LuaDoc comments for send queue (c85090c)
- docs: add LuaDoc comments for session store (00adb1d)
- docs(project): ci scope in pre-commit and contributing.md (1e81b88)
- docs: add function explainations for logger.lua (8bd6da0)
- docs: add link to current tagged version (995f037)
- docs: add caution when reading readme (48dbd3e)
- fix(ci): make release workflows idempotent (#7) (1c18b80)
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- release: v0.2.1 (4d2c9c1)
- fix(core): send selections and mentions as bracketed paste (4c4b71f)
- chore(project): parallelize just test-unit (98f2e00)
- ci: simplify stages, pre build images with node (#6) (933a5e1)
- feat(codex): add clear_input command and terminal keymap (#5) (d257148)
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- release: v0.2.0 (91c1a2c)
- chore(project): add ci conventional commit type (fec9efc)
- chore(project): add github release workflow (#4) (e34da9b)
- refactor(config): consolidate startup keys and harden terminal config (#3) (ebdeab9)
- refactor: move send_queue logic to runtime module (#2) (547019f)
- docs(project): update docs on commit convention (58594d3)
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/yaadata/codex.nvim/commits/v0.1.0