New Features
- Fireworks provider support with built-in models and
FIREWORKS_API_KEYauth. See README.md#providers--models and docs/providers.md. - Configurable inline tool image width via
terminal.imageWidthCellsin/settings. See docs/settings.md#terminal--images.
Added
- Added built-in Fireworks provider support, including
FIREWORKS_API_KEYsetup/docs and the default Fireworks modelaccounts/fireworks/models/kimi-k2p6(#3519)
Fixed
- Fixed interactive inline tool images to honor configurable
terminal.imageWidthCellsvia/settings, so tool-output images are no longer hard-capped to 60 terminal cells (#3508) - Fixed
sessionDirinsettings.jsonto expand~, so portable session-directory settings no longer require a shell wrapper (#3514) - Fixed parallel tool-call rows to leave the pending state as soon as each tool is finalized, while still appending persisted tool results in assistant source order (#3503)
- Fixed exported session markdown to render Markdown while showing HTML-like message content such as
<file name="...">...</file>verbatim, so shared sessions match the TUI instead of letting the browser interpret message text (#3484) - Fixed exported session HTML to render
grepandfindoutput through their existing TUI renderers andlsoutput through a native template renderer, avoiding missing formatting and spacing artifacts in shared sessions (#3491 by @aliou) - Fixed
@autocomplete fuzzy search to follow symlinked directories and include symlinked paths in results (#3507) - Fixed proxied agent streams to preserve the proxy-safe serializable subset of stream options, including session, transport, retry-delay, metadata, header, cache-retention, and thinking-budget settings (#3512)
- Hardened Anthropic streaming against malformed tool-call JSON by owning SSE parsing with defensive JSON repair, replacing the deprecated
fine-grained-tool-streamingbeta header with per-tooleager_input_streaming, and updating stale test model references (#3175) - Fixed Bedrock runtime endpoint resolution to stop pinning built-in regional endpoints over
AWS_REGION/AWS_PROFILE, restoringus.*andeu.*inference profile support after v0.68.0 while preserving custom VPC/proxy endpoint overrides (#3481, #3485, #3486, #3487, #3488)