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
docs: update changelog, open-source licenses, and telemetry (v0.2026.04.29) (#31)
* docs: update changelog, open-source licenses, and telemetry table
Co-Authored-By: Oz <oz-agent@warp.dev>
* fix: remove broken oniguruma/COPYING relative link in open-source-licenses
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>
Copy file name to clipboardExpand all lines: src/content/docs/changelog/index.mdx
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@ description: >-
6
6
---
7
7
8
8
Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose)
9
+
### 2026.04.29 (v0.2026.04.29.08.57)
10
+
11
+
**Improvements**
12
+
13
+
* New AI setting to control whether Oz adds an attribution co-author line to commit messages and pull requests it creates.
14
+
* Git operation buttons now show tooltips explaining why they're disabled (e.g. "No changes to commit", "Enter a commit message").
15
+
* Long-running shell command indicator now shows a countdown to the agent's next snapshot (e.g. "Next check in 12s") instead of how long it's been since the last one.
16
+
17
+
**Bug fixes**
18
+
19
+
* warp://action/new_tab?path=~/foo (and /new_window) now expand ~ to your home directory.
20
+
* Tab configs in the + menu and default session mode dropdown are now sorted alphabetically by name instead of appearing in random order.
21
+
* Fixed an issue where slash commands sent while an agent was still responding were silently dropped. Now, slash commands like /pr-comments run as follow-ups, just like typed messages.
22
+
* Disabled the commit message editor while a git commit is being performed in the git operations dialog.
23
+
* Project-scoped file-based MCP servers now spawn from the repo root by default (and global ones from ~), so configs with relative commands/args (and workspace launchers like pnpm/npm) work without an explicit working_directory.
24
+
* Stopped spamming agent-run metadata fetches on the WASM shared-session viewer, eliminating a flood of 403 responses on `/api/v1/agent/runs/{id}` for non-owner viewers.
25
+
* Fixed dropped keystrokes when typing into a command block that started from a queued/typeahead command.
26
+
* Fixed double-line visual artifacts between workspace panels in all panel arrangements.
27
+
* Fixed a small memory leak on macOS that could accumulate Core Graphics objects during text rendering.
28
+
* Fixed settings popup items (View as / Density) being unclickable (thanks @leozeli!).
9
29
10
30
### 2026.04.27 (v0.2026.04.27.15.32)
11
31
@@ -2532,7 +2552,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n
2532
2552
2533
2553
**New features**
2534
2554
2535
-
* App links of the form Warp://launch/\<launch\_configuration\_name> directly open a launch configuration
2555
+
* App links of the form Warp://launch/\<launch\_configuration\_name> directly open a launch configuration
2536
2556
* Added a new setting for creating new windows with a specific size in terms of rows and columns.
2537
2557
2538
2558
**Improvements**
@@ -3054,7 +3074,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n
3054
3074
3055
3075
**Bug fixes**
3056
3076
3057
-
* Properly send C0 control codes for \<ctrl-\[2-8]> keystrokes
3077
+
* Properly send C0 control codes for \<ctrl-\[2-8]> keystrokes
3058
3078
* Session restoration now also persists bold, underline, italic, and strikethrough formatting
3059
3079
* Inspect mode now works for the changelog modal
3060
3080
* Fixed a crash when highlighting a link
@@ -3277,7 +3297,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n
3277
3297
3278
3298
**Bug fixes**
3279
3299
3280
-
* Improved completions support for arguments nested under options (e.g. git branch -D \<branch\_name...>)
3300
+
* Improved completions support for arguments nested under options (e.g. git branch -D \<branch\_name...>)
3281
3301
* Modified files are now included (in addition to commit SHAs) for `git diff`
0 commit comments