Releases: leohenon/opencode-vim
Releases · leohenon/opencode-vim
v1.4.1-ocv.3.22
Based on opencode v1.4.1 and ocv v3.22
ocv patch:
- Bumped the built-in op-anthropic-auth plugin to v0.1.0.
- Keeps Claude OAuth working as before.
v1.4.0-ocv.3.21
Based on opencode v1.4.0
v1.4.0-ocv.3.2
Based on opencode v1.4.0
v1.3.13-ocv.3.2
Based on opencode v1.3.13 and ocv v3.2
ocv patch:
- Fix visual mode delete silently failing when selection end offset
exceeds native buffer bounds. - Show selection highlight on empty lines in visual mode
- Add configurable prompt input height via
prompt_max_heightin tui.json. - Add prompt input scrollbar
- Show pending state operator indicator in footer
- Add Tilde (~) case toggle
- Make enter behavior configurable
v1.3.13-ocv.3.1
Based on opencode v1.3.13
v1.3.9-ocv.3.1
Based on opencode v1.3.9 and ocv v 3.1.
ocv patch:
- Fixed Anthropic OAuth loading
v1.3.9-ocv.3.0
Based on opencode v1.3.9
v1.3.2-ocv.3.0
v1.3.0-ocv.2.7
Based on opencode v1.3.0 and ocv v2.7
ocv patch:
- Add replace mode with shift + R
- Update future version suffixes from -vim to -ocv and drop leading ocv from release titles in auto release workflow.
ocv v1.2.27-vim.2.6
Based on opencode v1.2.27 with vim mode v2.6
vim mode patch:
- Fixed npm install by switching postinstall to CommonJS