github wavetermdev/waveterm v0.14.1-beta.1
Wave Terminal v0.14.1-beta.1 Release

latest release: v0.14.1
pre-release9 hours ago

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 wsh command to save terminal scrollback to a file

New Features:

  • Focus Follows Cursor - New app:focusfollowscursor setting (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:confirmclose setting to prompt before closing a tab
  • Workspace-Scoped Widgets - New optional workspaces field in widgets.json to 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 TestMultiArgCommand through 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

Don't miss a new waveterm release

NewReleases is sending notifications on new releases.