You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic theme mode - /settings can choose separate light and dark themes and follow terminal color-scheme changes. See Selecting a Theme.
Self-only updates by default - pi update now updates pi only, with pi update --all for updating pi and packages together. See Install and Manage.
Extension API helpers - extensions can use CONFIG_DIR_NAME for project config paths and import edit diff helpers for edit-style diffs. See ctx.cwd and SDK Exports.
Warp inline images - Warp terminals now get inline image rendering through Kitty graphics detection. See Image.
Added
Added automatic theme mode so /settings can use separate light and dark themes and follow terminal color-scheme changes (#5874).
Added inherited Warp terminal image capability detection so inline images render through Warp's Kitty graphics support (#5841 by @dodiego).
Exported CONFIG_DIR_NAME from the coding-agent public API so extensions can resolve project config paths without hardcoding .pi (#5869 by @xl0).
Exported edit diff helpers (generateDiffString, generateUnifiedPatch, and EditDiffResult) from the public API for extensions that need edit-style diffs (#5756 by @xl0).
Changed
Changed bare pi update to update only pi, added pi update --all for updating pi and extensions together, and clarified extension update prompts.
Reserved / in theme names for automatic light/dark theme settings.
Updated extension docs, examples, runtime help, trust prompts, and config labels to use the configured project config directory instead of hardcoded .pi paths.
Fixed
Fixed RPC unknown-command errors to include the request id so clients do not hang waiting for a response (#5868).
Fixed /model autocomplete and model selection searches to match provider/model queries regardless of whether the provider or model token is typed first.
Fixed the tree navigator to horizontally pan deep entries so the selected item remains readable (#5830).