Skip to content

Commit 895f888

Browse files
committed
updated changelog based on the latest channel versions
1 parent f8d246b commit 895f888

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

src/content/docs/changelog/index.mdx

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,58 @@ description: >-
77

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

10+
### 2026.04.27 (v0.2026.04.27.15.32)
11+
12+
**New features**
13+
14+
* Warp is now open source.
15+
* Warp is now configurable via a TOML settings file. Access the file from the settings page or ask Warp's agent to update settings for you.
16+
17+
**Improvements**
18+
19+
* Add setting to disable suggested rules.
20+
* Added a `/feedback` slash command for submitting feedback about Warp.
21+
* The `oz run get` and `oz run list` commands now support JSON output, along with filtering via the `--jq` flag.
22+
* Feedback from the user menu, Help menu, Resource Center footer, and command palette now opens a guided `/feedback` agent flow when AI is available, and falls back to the GitHub issue form otherwise.
23+
* Middle-clicking a vertical tab now closes it, matching horizontal tabs.
24+
* Slash commands in the terminal are now available even when AI is disabled.
25+
* The network log viewer now opens as an in-app read-only pane backed by a 50-item in-memory buffer instead of writing `warp_network.log` to disk.
26+
* Added a "Check now" button next to the "Last seen by agent" indicator for long-running commands, letting users immediately deliver a fresh snapshot to the agent without waiting for its poll timer.
27+
* The agent mode input placeholder now reflects conversation state: "Warp anything" for new conversations, "Steer the running agent" while streaming, and "Ask a follow up" once finished.
28+
* The `/feedback` skill now supports attaching screenshots. When you run `/feedback` with one or more images attached, Warp drafts the issue with per-screenshot captions and opens GitHub's new-issue page so you can drop the images into the issue body before submitting.
29+
* Pasting an absolute file path (e.g. from "Copy file path" in the Code Review pane) into the Command Palette file picker now correctly finds and opens the file.
30+
31+
**Bug fixes**
32+
33+
* Fixed wide Markdown table scrollbars in block list responses rendering over the terminal input.
34+
* Fixed vertical tabs close button appearing on the left side when the panel is positioned on the right.
35+
* Onboarding autonomy selections (Full / Partial / None) now correctly apply to the default execution profile, and existing users' stored cloud profiles are preserved when logging in at the end of onboarding.
36+
* Fixed a crash that could occur in the project explorer while file-tree metadata was being updated.
37+
* Fixed issue where clicks in the vertical tabs settings panel were being ignored.
38+
* Fixed "View in Oz" button in the conversation details panel not responding to clicks.
39+
* \[Windows] WSL panes in restored sessions have the same PWD when you exited.
40+
* Restored the API Keys (BYOK) and AWS Bedrock sections in the Agents > Oz settings subpage.
41+
* Fixed a small memory leak on macOS when reading or writing user preferences.
42+
* Usernames with an apostrophe no longer break PowerShell sessions.
43+
* Fixed a hang that could occur when exiting an SSH session with the remote-server feature enabled.
44+
* Fixed a crash triggered by terminal output containing very long runs of zero-width characters (such as steganographic ZWJ/ZWNJ sequences embedded in HTML piped through the terminal), which could also reproduce at startup via session restoration if the offending output had been persisted into a block.
45+
* Fixed a small per-call memory leak triggered when opening a file in its default macOS application.
46+
* Fixed unreadable text in the CLI agent rich input when running alt-screen CLI agents, increasing the contrast against background (e.g. OpenCode).
47+
* Fixed a one-time startup memory leak in the macOS Services submenu setup.
48+
* Fixed a per-window memory leak of the window delegate in the macOS ObjC bridge (window.m).
49+
* Fixed file tree sidebar incorrectly showing remote SSH session directories in local tabs.
50+
* Fixed a keycode-dictionary per-bucket over-retain in the macOS ObjC bridge (keycode.m).
51+
* Fixed a small per-window memory leak in the macOS ObjC bridge (host_view.m).
52+
* Fixed a per-hotkey memory leak when registering global hotkeys on macOS.
53+
* Tab title no longer changes to an agent-executed command name (e.g. cargo) during agent validation steps.
54+
* \[macOS] Fixed a memory leak on image pasting and app-icon changes.
55+
* Reopening a closed cloud-mode tab within the undo-close grace period now restores a live view of the cloud conversation instead of a frozen snapshot with a "session ended" banner.
56+
* Fixed privacy settings for logged-out users not persisting to the settings file.
57+
58+
**Oz updates**
59+
60+
* The feedback skill is now available on stable — turn rough app feedback into filed GitHub issues directly from Warp.
61+
1062
### 2026.04.22 (v0.2026.04.22.08.46)
1163

1264
**New features**

0 commit comments

Comments
 (0)