diff --git a/src/content/docs/changelog/2026.mdx b/src/content/docs/changelog/2026.mdx index 525ed6b32..8a0cfe015 100644 --- a/src/content/docs/changelog/2026.mdx +++ b/src/content/docs/changelog/2026.mdx @@ -107,14 +107,14 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd * Fixed an issue where pressing Ctrl-C to stop a command monitored by Warp Agent could leave the conversation stuck showing `Warping…`. ([#12623](https://github.com/warpdotdev/warp/pull/12623)) * Warp now immediately surfaces a clear error message when a required platform plugin is not installed correctly, instead of silently failing. ([#12471](https://github.com/warpdotdev/warp/pull/12471)) * Fixed child agent status chips lingering in the UI when agent runs fail immediately on start. ([#12649](https://github.com/warpdotdev/warp/pull/12649)) -* Fixed a crash and mis-rendering when parsing certain Markdown content with very long delimiter runs. ([#12644](https://github.com/warpdotdev/warp/pull/12644)) +* Fixed a crash and mis-rendering when parsing certain Markdown content with very long delimiter runs. * Fixed vertical tabs toolbar buttons appearing underneath macOS traffic light buttons when the tools panel is open. ([#12660](https://github.com/warpdotdev/warp/pull/12660)) * Fixed a regression where pane layout was not saved correctly when closing the app. ([#12672](https://github.com/warpdotdev/warp/pull/12672)) * Fixed double-slash prefix (e.g. `//home/user/...`) shown in the read_skill action header when the skill is not yet indexed by Warp. ([#12668](https://github.com/warpdotdev/warp/pull/12668)) * [Windows] Fixed pasted CRLF line endings breaking multi-line commands in POSIX shells. ([#12446](https://github.com/warpdotdev/warp/pull/12446)) * Fixed attaching files or context blocks via CLI rich input not working correctly. ([#11509](https://github.com/warpdotdev/warp/pull/11509)) * Command search in the terminal (Ctrl-R) now prioritizes commands in your history. ([#12600](https://github.com/warpdotdev/warp/pull/12600)) -* Fixed a rare reversed line range when an AI file read truncated a file whose first line exceeded the remaining byte budget. ([#12642](https://github.com/warpdotdev/warp/pull/12642)) +* Fixed a rare reversed line range when an AI file read truncated a file whose first line exceeded the remaining byte budget. * Fixed queued prompts in sub-agent conversations sometimes not being sent when a sibling agent block obscured the turn-end signal. ([#12573](https://github.com/warpdotdev/warp/pull/12573)) * Fixed the code review file section header rendering opaque square corners behind its rounded background. ([#12447](https://github.com/warpdotdev/warp/pull/12447)) * Fixed inline images emitted during shell startup (e.g. `fastfetch`) being dropped instead of rendered. ([#10478](https://github.com/warpdotdev/warp/pull/10478))