New Features
- Named startup sessions -
--name/-nsets the session display name before startup across interactive, print, JSON, and RPC modes. See Naming Sessions and Session Options. - Clickable file tool paths - built-in file tool titles render OSC 8
file://hyperlinks when the terminal supports them, including supported tmux clients.
Added
- Exported
convertToPngfor extension authors (#5167 by @xl0). - Exported
parseArgsand typeArgsfor extension authors (#5202 by @xl0). - Added
--name/-nto set the session display name at startup (#5153). - Added a resume command hint when exiting interactive sessions (#5176 by @yzhg1983).
- Added OSC 8
file://hyperlinks to file paths shown in built-in file tool titles (#5189 by @mpazik). - Added custom Amazon Bedrock request header support inherited from
@earendil-works/pi-ai(#5178 by @stephanmck).
Fixed
- Clarified the WezTerm/WSL IME hardware cursor docs to state that cursor visibility remains opt-in (#5200).
- Fixed the GitLab Duo custom provider example to use adaptive thinking for Claude models, expose xhigh thinking, and include newer verified model IDs (#5201).
- Fixed Bun release archive creation to install and copy the matching
@mariozechner/clipboardbase package and native sidecars (#5184). - Fixed early interactive input typed before the prompt loop starts so it is buffered instead of dropped (#5195 by @yzhg1983).
- Fixed OpenRouter Moonshot Kimi K2.6 requests to use
systeminstead of unsupporteddevelopermessages (#5159). - Fixed OpenCode Go Kimi K2.6 thinking requests to send
thinkingobjects instead of invalid string values, and fixed OpenCode Zen Grok Build thinking requests to omit unsupportedreasoning_effort(#5169). - Fixed OpenAI Codex Responses SSE streams to abort response body reads after terminal events.
- Fixed OpenCode Kimi K2.6 generated metadata to use Anthropic-style thinking metadata instead of invalid reasoning-effort parameters.
- Fixed OSC 8 hyperlinks to pass through tmux when the client supports them (#5189 by @mpazik).
- Fixed ANSI text wrapping to avoid stack overflows on very long wrapped lines (#5185).