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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@ sidebar_position: 200
6
6
7
7
# Release Notes
8
8
9
+
### v0.12.2 — Nov 4, 2025
10
+
11
+
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.
12
+
13
+
**Wave AI Updates:**
14
+
-**File Write Tool** - Wave AI can now create and modify files with your approval
15
+
-**Visual Diff Preview** - See exactly what will change before approving edits, rendered in Monaco Editor
16
+
-**Easy Rollback** - Revert file changes with a simple "Revert File" button
17
+
-**Drag & Drop Files** - Drag files from the preview viewer directly to Wave AI
18
+
-**Directory Listings** - `wsh ai` can now attach directory listings to chats
19
+
-**Adjustable Settings** - Control thinking level and max output tokens per chat
20
+
21
+
**Bug Fixes & Improvements:**
22
+
- Fixed a significant memory leak in the RPC system
23
+
- Schema validation working again for config files
24
+
- Improved tool descriptions and input validations (run before tool approvals)
25
+
- Fixed issue with premature tool timeouts
26
+
- Fixed regression with PowerShell 5.x
27
+
- Fixed prompt caching issue when attaching files
28
+
9
29
### v0.12.1 — Oct 20, 2025
10
30
11
31
Patch release focused on shell integration improvements and Wave AI enhancements. This release fixes syntax highlighting in the code editor and adds significant shell context tracking capabilities.
0 commit comments