Skip to content

Release 0.18.3: prompt history and pointer-aware wheel scrolling - #80

Merged
mostlydev merged 2 commits into
masterfrom
release/0.18.3
Sep 16, 2026
Merged

mostlydev merged 2 commits into
masterfrom
release/0.18.3

Conversation

@mostlydev

Copy link
Copy Markdown
Owner

Fixes the 0.18.2 regression and adds pointer-aware wheel scrolling.

Summary

  • Up/Down recall submitted prompts again at an empty draft, and still choose suggestions or move through multi-line drafts. Ctrl+P / Ctrl+N also recall prompts.
  • With --mouse, SGR wheel events are routed by their exact row: over the conversation they scroll history, over the composer they move through the draft or prompt history. Fixed bars are ignored.
  • No guessing from arrow-key chunks; the default mode keeps native text selection with keyboard scrolling.

Verification

  • npm run typecheck, npm test (575 passed, 1 skipped), npm run build, git diff --check
  • Live: an injected wheel event over the transcript scrolled history with the draft untouched; over the composer it recalled a prior prompt.

@mostlydev
mostlydev merged commit e0abe0a into master Sep 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant