[0.9.118] - 2026-06-17
Added
- Added Code workspace mode with Explorer and Source Control sidebars, central preview/editor tabs, Monaco diff editing for Git and agent changes, and project terminal docking.
- Added SCM diff plumbing for reading file content at Git refs, editable unstaged/untracked diffs, and split/inline diff mode switching in previews.
- Added configurable concurrent sub-agent limits in Settings plus queued/dequeued stream events and clearer approval/retry status updates for teammates and Task runs.
- Added automatic recent visual artifact reuse for image-to-code and other visual follow-up prompts, including image reference preservation for OpenAI-compatible backends.
- Added the built-in
create-extensionskill and new provider presets forglm-5.2andkimi-k2.7-code.
Changed
- Refreshed the chat tool-call rendering stack with inline context-compression summaries, completion metrics, richer compact headers, and improved image/tool cards.
- Replaced the right-panel Context entry with a Review-first workflow and refreshed the Settings navigation layout.
- Updated app-plugin resolution so project settings inherit global plugin defaults more consistently.
- Switched Electron download mirrors to
npmmirror.comand excludedhtml-to-imagefrom renderer dependency prebundling.
Fixed
- Fixed context compression so repeated summarizer failures now fall back to local truncation instead of letting context grow unbounded.
- Fixed Git diff preload/cache behavior and preview save refresh flow for edited diffs in the workspace.
- Fixed Windows native rebuild/package flow by skipping prebuilt module rebuilds in
postinstalland disabling duplicateelectron-builderrebuilds.