Skip to content

Releases: leohenon/opencode-vim

v1.4.1-ocv.3.22

09 Apr 09:54

Choose a tag to compare

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

08 Apr 08:39

Choose a tag to compare

v1.4.0-ocv.3.2

08 Apr 03:39

Choose a tag to compare

Based on opencode v1.4.0

v1.3.13-ocv.3.2

03 Apr 12:55

Choose a tag to compare

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_height in 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

01 Apr 07:01

Choose a tag to compare

Based on opencode v1.3.13

v1.3.9-ocv.3.1

31 Mar 06:10

Choose a tag to compare

Based on opencode v1.3.9 and ocv v 3.1.

ocv patch:

  • Fixed Anthropic OAuth loading

v1.3.9-ocv.3.0

31 Mar 03:22

Choose a tag to compare

Based on opencode v1.3.9

v1.3.2-ocv.3.0

26 Mar 04:25

Choose a tag to compare

Based on opencode v1.3.2 with ocv v3.0.

ocv patch:

  • Add copy mode #19

v1.3.0-ocv.2.7

23 Mar 06:24

Choose a tag to compare

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

21 Mar 10:38

Choose a tag to compare

Based on opencode v1.2.27 with vim mode v2.6

vim mode patch:

  • Fixed npm install by switching postinstall to CommonJS