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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,28 @@ sidebar_position: 200
6
6
7
7
# Release Notes
8
8
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
+
9
31
### v0.12.2 — Nov 4, 2025
10
32
11
33
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