Skip to content

Commit 128a786

Browse files
committed
first cut at v0.13 release notes
1 parent 323db7f commit 128a786

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

docs/docs/releasenotes.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ sidebar_position: 200
66

77
# Release Notes
88

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+
936
### v0.12.5 — Nov 24, 2025
1037

1138
Quick patch release to fix paste behavior on Linux (prevent raw HTML from getting pasted to the terminal).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)