Skip to content

Commit 349629f

Browse files
committed
first cut at v0.12.3 release notes
1 parent b20f3ba commit 349629f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/docs/releasenotes.mdx

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

77
# Release Notes
88

9+
### v0.12.3 — Nov 14, 2025
10+
11+
Patch release with Wave AI model upgrade, new secret management features, and improved terminal input handling.
12+
13+
**Wave AI Updates:**
14+
- **GPT-5.1 Model** - Upgraded to use OpenAI's GPT-5.1 model for improved responses
15+
- [bugfix] Fixed path mismatch issue when restoring AI write file backups
16+
17+
**New Features:**
18+
- **Secret Store** - New secret management widget for storing and managing sensitive credentials. Access secrets via CLI with `wsh secret list/get/set` commands
19+
20+
**Terminal Improvements:**
21+
- **Enhanced Input Handling** - Better support for interactive CLI tools like Claude Code. Shift+Enter now inserts newlines by default for multi-line commands
22+
- **Image Paste Support** - Paste images directly into terminal (saved to temp files with path inserted). Works great in Claude Code!
23+
- **IME Fix** - Fixed duplicate text issue when switching input methods during Chinese/Japanese/Korean composition
24+
25+
**Other Changes:**
26+
- Improved backend panic tracking for better debugging
27+
- Fixed memory leak around sysinfo events
28+
- WIP: New WaveApps builder framework (not yet released)
29+
- Package updates and dependency bumps
30+
931
### v0.12.2 — Nov 4, 2025
1032

1133
Wave v0.12.2 adds file editing ability to Wave AI. Before approving a file edit you can easily see a diff (rendered in the Monaco Editor diff viewer), and after approving an edit you can easily roll back the change using a "Revert File" button.

0 commit comments

Comments
 (0)