Skip to content

Commit b1c2f95

Browse files
dannyneiraoz-agent
andauthored
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>
1 parent a47f378 commit b1c2f95

4 files changed

Lines changed: 818 additions & 54 deletions

File tree

src/content/docs/changelog/index.mdx

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ description: >-
66
---
77

88
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!).
929

1030
### 2026.04.27 (v0.2026.04.27.15.32)
1131

@@ -2532,7 +2552,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n
25322552

25332553
**New features**
25342554

2535-
* App links of the form Warp://launch/\<launch\_configuration\_name> directly open a launch configuration
2555+
* App links of the form Warp://launch/\&lt;launch\_configuration\_name> directly open a launch configuration
25362556
* Added a new setting for creating new windows with a specific size in terms of rows and columns.
25372557

25382558
**Improvements**
@@ -3054,7 +3074,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n
30543074

30553075
**Bug fixes**
30563076

3057-
* Properly send C0 control codes for \<ctrl-\[2-8]> keystrokes
3077+
* Properly send C0 control codes for \&lt;ctrl-\[2-8]> keystrokes
30583078
* Session restoration now also persists bold, underline, italic, and strikethrough formatting
30593079
* Inspect mode now works for the changelog modal
30603080
* 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
32773297

32783298
**Bug fixes**
32793299

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 \&lt;branch\_name...>)
32813301
* Modified files are now included (in addition to commit SHAs) for `git diff`
32823302

32833303
### 2022.06.01 (v0.2022.05.30.09.10)

0 commit comments

Comments
 (0)