You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/releasenotes.mdx
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,33 @@ sidebar_position: 200
6
6
7
7
# Release Notes
8
8
9
+
### v0.13.0 — Dec 8, 2025
10
+
11
+
**Wave v0.13 Brings Local AI Support, BYOK, and Unified Configuration**
12
+
13
+
Wave v0.13 is a major release that opens up Wave AI to local models, third-party providers, and bring-your-own-key (BYOK) configurations. This release also includes a completely redesigned configuration system and several terminal improvements.
14
+
15
+
**Local AI & BYOK Support:**
16
+
-**OpenAI-Compatible API** - Wave now supports any provider or local server using the `/v1/chat/completions` endpoint, enabling use of Ollama, LM Studio, vLLM, OpenRouter, and countless other local and hosted models
17
+
-**Google Gemini Integration** - Native support for Google's Gemini models with a dedicated API adapter
18
+
-**Provider Presets** - Simplified configuration with built-in presets for OpenAI, OpenRouter, Google, Azure, and custom endpoints
19
+
-**Multiple AI Modes** - Easily switch between different models and providers with a unified interface
20
+
- See the new [Wave AI Modes documentation](https://docs.waveterm.dev/waveai-modes) for configuration examples and setup guides
21
+
22
+
**Unified Configuration Widget:**
23
+
-**New Config Interface** - Replaced the basic JSON editor with a dedicated configuration widget accessible from the sidebar
24
+
-**Better Organization** - Browse and edit different configuration types (general settings, AI modes, secrets) with improved validation and error handling
25
+
-**Integrated Secrets Management** - Access Wave's secret store directly from the config widget for secure credential management
26
+
27
+
**Terminal Improvements:**
28
+
-**Bracketed Paste Mode** - Now enabled by default to improve multi-line paste behavior and compatibility with tools like Claude Code
29
+
-**Windows Paste Fix** - Ctrl+V now works as a standard paste accelerator on Windows
30
+
-**SSH Password Management** - Store SSH connection passwords in Wave's secret store to avoid re-typing credentials
31
+
32
+
**Other Changes:**
33
+
- Package updates and dependency upgrades
34
+
- Various bug fixes and stability improvements
35
+
9
36
### v0.12.5 — Nov 24, 2025
10
37
11
38
Quick patch release to fix paste behavior on Linux (prevent raw HTML from getting pasted to the terminal).
0 commit comments