Windows Improvements and Wave AI Enhancements
This release focuses on significant Windows platform improvements, Wave AI visual updates, and better flexibility for local AI usage.
Windows Platform Enhancements:
- Integrated Window Layout - Removed separate title bar and menu bar on Windows, integrating controls directly into the tab-bar header for a cleaner, more unified interface
- Git Bash Auto-Detection - Wave now automatically detects Git Bash installations and adds them to the connection dropdown for easy access
- SSH Agent Fallback - Improved SSH agent support with automatic fallback to
\\.\pipe\openssh-ssh-agenton Windows - Updated Focus Keybinding - Wave AI focus key changed to Alt:0 on Windows for better consistency
- Config Schemas - Improved configuration validation and schema support
- Ctrl-V now works as standard paste in terminal on Windows
Wave AI Updates:
- Refreshed Visual Design - Complete UI refresh removing blue accents and adding transparency support for better integration with custom backgrounds
- BYOK Without Telemetry - Wave AI now works with bring-your-own-key and local models without requiring telemetry to be enabled
- [bugfix] Fixed tool type "function" compatibility with providers like Mistral
Terminal Improvements:
- New Scrolling Keybindings - Added Shift+Home, Shift+End, Shift+PageUp, and Shift+PageDown for better terminal navigation
Other Changes:
- Package updates and dependency upgrades
PRs
- default tool type to "function" (sometimes APIs omit this from deltas) by @sawka in #2662
- fix windows shortcut for waveai focus by @sawka in #2655
- QoL and Layout Fixes for Windows by @sawka in #2661
- Bump the dev-dependencies-minor group with 2 updates by @dependabot[bot] in #2673
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.92.1 to 1.93.2 by @dependabot[bot] in #2670
- Bump github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11 by @dependabot[bot] in #2669
- Bump golang.org/x/term from 0.37.0 to 0.38.0 by @dependabot[bot] in #2668
- update colors and transparency for Wave AI and secrets config by @sawka in #2665
- windows, have a new "local" conn option for Git Bash if installed by @sawka in #2666
- Add manual refresh buttons to file preview by @stevenvo in #2680
- update streamdown (lazy loads katex + shiki) by @sawka in #2675
- feat: implement SSH agent for Windows with tests by @andya1lan in #2644
- Add Cmd+Up/Down keyboard shortcuts for terminal scrolling by @stevenvo in #2679
- updates to allow wave ai panel to function without telemetry with BYOK/local models by @sawka in #2685
- Docs and v0.13.1 release notes by @sawka in #2687
- add ssh-agent named pipe windows fix by @sawka in #2688
New Contributors
- @stevenvo made their first contribution in #2680
- @andya1lan made their first contribution in #2644
Full Changelog: v0.13.0...v0.13.1-beta.0