8000
Skip to content

v0.8.0

Latest

Choose a tag to compare

@milanglacier milanglacier released this 14 Dec 03:56
· 37 commits to main since this release
v0.8.0
1922bc3

Version 0.8.0 (2025-12-13)

Breaking Change

  • Rename config.enabled to config.enable_predicates

Features

  • Virtual Text:
    • Continuous Line-by-Line Acceptance: The accept_line command now preserves
      partial accepted suggestion state. This allows users to accept multi-line
      suggestions incrementally by invoking the command repeatedly.
    • Preserved Suggestions During Multi-line Typing: Prefix-matched suggestions
      persist even while the user is typing multi-line text, to avoid unnecessary
      LLM requests and conserving resources.
0