Skip to content

Releases: Tarquinen/opencode-vim

v0.0.17 - OpenTUI compatibility

Choose a tag to compare

@Tarquinen Tarquinen released this 25 Jun 04:15

What's Changed

  • Update vim prompt keyboard handling for opencode 1.17.10 and OpenTUI 0.4.x.

Full Changelog: v0.0.15...v0.0.17

v0.0.15 - File completion navigation

Choose a tag to compare

@Tarquinen Tarquinen released this 18 May 02:14

What's Changed

  • Add normal-mode j/k navigation for @ file mention completions, matching slash command completion behavior.

Full Changelog: v0.0.14...v0.0.15

v0.0.14 - Fix stale prompt session context

Choose a tag to compare

@Tarquinen Tarquinen released this 14 May 22:31

What's Changed

  • Fix stale prompt context after switching sessions so prompts submit to the current session.
  • Inline prompt ref ownership into PromptRoot.
  • Add Bun type definitions for local typechecking.

Thanks to Lucas (@mirsella) for the original PR #4.

Full Changelog: v0.0.13...v0.0.14

v0.0.13 - Prompt performance fixes

Choose a tag to compare

@Tarquinen Tarquinen released this 10 May 01:09

What's Changed

  • Avoid vimee prompt mapping during insert-mode typing and simple insert keybinds.
  • Remove redundant renders for pass-through prompt keys.
  • Optimize snippet prompt polling and trailing hashtag detection.

Full Changelog: v0.0.12...v0.0.13

v0.0.12 - keymap navigation fixes

Choose a tag to compare

@Tarquinen Tarquinen released this 09 May 21:52

What's Changed

  • Migrate TUI commands to the OpenTUI keymap API
  • Fix Enter autocomplete selection
  • Fix normal-mode slash command selection
  • Fix normal-mode snippet navigation and focus handling

Full Changelog: v0.0.11...v0.0.12

v0.0.11 - Text objects

Choose a tag to compare

@Tarquinen Tarquinen released this 05 May 00:58

What's Changed

  • Add prompt-local Vim text objects for any quotes, paragraphs, and block aliases.
  • Keep the cursor stable after custom yank text objects while retaining yank highlighting.
  • Refresh README/demo assets and supported-key examples.

Full Changelog: v0.0.10...v0.0.11

v0.0.10 - Vim toggle command

Choose a tag to compare

@Tarquinen Tarquinen released this 04 May 23:32

What's Changed

  • Add a persisted /vim command to toggle Vim key handling.
  • Hide Vim status content while Vim mode is disabled.

Full Changelog: v0.0.9...v0.0.10

v0.0.9 - Visual mode and editing fixes

Choose a tag to compare

@Tarquinen Tarquinen released this 01 May 01:39

What's Changed

  • Add visual selection mode
  • Add yank highlight flash
  • Fix o newline mapping
  • Fix x wrap deletion

Full Changelog: v0.0.8...v0.0.9

v0.0.8 - wrapped e motion fix

Choose a tag to compare

@Tarquinen Tarquinen released this 30 Apr 20:51

What's Changed

  • Fix normal-mode e motion across terminal soft-wrap rows.

Full Changelog: v0.0.7...v0.0.8

v0.0.7 - auto update cache fix

Choose a tag to compare

@Tarquinen Tarquinen released this 30 Apr 20:34

What's Changed

  • Fix auto-update removal for OpenCode npm wrapper caches.

Full Changelog: v0.0.6...v0.0.7