Skip to content

Commit 1cc7aff

Browse files
committed
first cut at v0.12.2 release notes
1 parent a5fb38e commit 1cc7aff

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/docs/releasenotes.mdx

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

77
# Release Notes
88

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+
929
### v0.12.1 — Oct 20, 2025
1030

1131
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

Comments
 (0)