Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions src/content/docs/changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ description: >-
---

Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose)
### 2026.04.29 (v0.2026.04.29.08.57)

**Improvements**

* New AI setting to control whether Oz adds an attribution co-author line to commit messages and pull requests it creates.
* Git operation buttons now show tooltips explaining why they're disabled (e.g. "No changes to commit", "Enter a commit message").
* 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.

**Bug fixes**

* warp://action/new_tab?path=~/foo (and /new_window) now expand ~ to your home directory.
* Tab configs in the + menu and default session mode dropdown are now sorted alphabetically by name instead of appearing in random order.
* 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.
* Disabled the commit message editor while a git commit is being performed in the git operations dialog.
* 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.
* 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.
* Fixed dropped keystrokes when typing into a command block that started from a queued/typeahead command.
* Fixed double-line visual artifacts between workspace panels in all panel arrangements.
* Fixed a small memory leak on macOS that could accumulate Core Graphics objects during text rendering.
* Fixed settings popup items (View as / Density) being unclickable (thanks @leozeli!).

### 2026.04.27 (v0.2026.04.27.15.32)

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

**New features**

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

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

**Bug fixes**

* Properly send C0 control codes for \<ctrl-\[2-8]> keystrokes
* Properly send C0 control codes for \&lt;ctrl-\[2-8]> keystrokes
* Session restoration now also persists bold, underline, italic, and strikethrough formatting
* Inspect mode now works for the changelog modal
* Fixed a crash when highlighting a link
Expand Down Expand Up @@ -3277,7 +3297,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n

**Bug fixes**

* Improved completions support for arguments nested under options (e.g. git branch -D \<branch\_name...>)
* Improved completions support for arguments nested under options (e.g. git branch -D \&lt;branch\_name...>)
* Modified files are now included (in addition to commit SHAs) for `git diff`

### 2022.06.01 (v0.2022.05.30.09.10)
Expand Down
Loading
Loading