Wave v0.14.1 fixes several high-impact terminal bugs (Claude Code scrolling, IME input) and adds new config options: focus-follows-cursor, cursor style customization, workspace-scoped widgets, and vim-style block navigation.
Terminal Improvements:
- Claude Code Scroll Fix - Fixed a long-standing bug that caused terminal windows to jump to the top unexpectedly, affecting many Claude Code users
- IME Fix - Fixed Korean/CJK input where characters were lost or stuck in composition and only committed on Space
- Scroll Position Preserved on Resize - Terminal now stays scrolled to the bottom across resizes when it was already at the bottom
- Better Link Handling - Terminal URLs now have improved context menus and tooltips for easier navigation
- Terminal Scrollback Save - New context menu item and
wshcommand to save terminal scrollback to a file
New Features:
- Focus Follows Cursor - New
app:focusfollowscursorsetting (off/on/term) for hover-based block focus - Terminal Cursor Style & Blink - New settings for cursor style (block/bar/underline) and blink, configurable per-block
- Tab Close Confirmation - New
tab:confirmclosesetting to prompt before closing a tab - Workspace-Scoped Widgets - New optional
workspacesfield inwidgets.jsonto show/hide widgets per-workspace - Vim-Style Block Navigation - Added Ctrl+Shift+H/J/K/L to navigate between blocks
- New AI Providers - Added Groq and NanoGPT as built-in AI provider presets
Other Changes:
- Fixed intermittant bugs with connection switching in terminal blocks
- Widgets.json schema improvements for better editor validation
- Package updates and dependency upgrades
- Internal code cleanup and refactoring
What's Changed
- minor changes by @sawka in #2962
- Add Onboarding Flows to Preview Server by @Copilot in #2960
- Centralize proxy HTTP client creation in aiutil and remove redundant backend tests by @Copilot in #2961
- Complete onboarding preview coverage for init/telemetry-star flow and align preview state wiring by @Copilot in #2965
- Add native 2+ arg RPC support and wire a concrete
TestMultiArgCommandthrough server, generated clients, and CLI by @Copilot in #2963 - v0.14.1 Release Notes and Onboarding by @sawka in #2966
- Stabilize vertical-tab drag visuals: overlay drop marker + post-drop hover reset by @Copilot in #2964
Full Changelog: v0.14.1-beta.0...v0.14.1-beta.1