@@ -15,7 +15,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
1515> [ !CAUTION]
1616> You are reading the ` main ` branch README. Install and configuration details
1717> may differ from tagged releases. The current latest release tag is
18- > [ ` v0.5 .0 ` ] ( https://codeberg.org/yaadata/codex.nvim/src/tag/v0.5 .0 ) . For
18+ > [ ` v0.6 .0 ` ] ( https://codeberg.org/yaadata/codex.nvim/src/tag/v0.6 .0 ) . For
1919> version-accurate instructions, read the README for your target tag from
2020> [ Codeberg releases] ( https://codeberg.org/yaadata/codex.nvim/releases ) .
2121
@@ -24,7 +24,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
2424``` lua
2525{
2626 url = " https://codeberg.org/yaadata/codex.nvim.git" ,
27- version = " 0.5 .0" ,
27+ version = " 0.6 .0" ,
2828 cmd = {
2929 " Codex" ,
3030 " CodexFocus" ,
@@ -108,7 +108,8 @@ opts = {
108108- ` :CodexFocus ` focuses the terminal (opens it if needed)
109109- ` :CodexClose ` closes the active Codex terminal session
110110- ` :CodexClearInput ` clears the active Codex terminal input line
111- - ` :CodexSendSelection ` sends the active visual selection with path and range context.
111+ - ` :CodexSendSelection ` sends the active visual selection with path and range
112+ context.
112113- ` :CodexSendFile ` sends current buffer path as ACP file reference (` @path ` ).
113114- ` :CodexMentionFile [path] ` sends ` /mention ` for a file path, normalized to
114115 cwd-relative.
@@ -143,7 +144,7 @@ in your lazy.nvim plugin spec `keys`:
143144``` lua
144145{
145146 url = " https://codeberg.org/yaadata/codex.nvim.git" ,
146- version = " 0.5 .0" ,
147+ version = " 0.6 .0" ,
147148 main = " codex" ,
148149 cmd = {
149150 " Codex" ,
0 commit comments