20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# 0.2.92 — 2026-07-08
|
||
|
||
## Features
|
||
|
||
- **/minimal** and **/fullscreen** commands let you switch the current session between minimal and fullscreen modes.
|
||
- **ask_user_question tool** can now be enabled or disabled via config.toml, environment variables, or remote flags while defaulting to on.
|
||
|
||
## Bug Fixes
|
||
|
||
- **User-run shell commands** now display their complete output after finishing instead of silently dropping middle lines.
|
||
- **Edit tool output** now correctly highlights multi-line strings and scopes that previously spilled across hunks.
|
||
- **Always allow** grants for MCP, web_fetch and bash now take effect immediately in auto mode without re-prompting.
|
||
- **Cmd/Ctrl+click** on bare http(s) links now opens only once on Warp terminals.
|
||
- **Cmd/Ctrl+click** now works on imagine media paths and URLs that wrap across multiple terminal rows.
|
||
- **grok update** on Windows no longer fails when a previous .old executable is still running.
|
||
|
||
## Performance
|
||
|
||
- **Pasting images** on macOS is now ~65× faster by reading the pasteboard directly instead of via osascript.
|
||
|