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
Workbench project search: side panel Search indexes file contents in the selected project (match case, whole word, regex); open a hit in the file editor at the matching line
Workbench scripts tree: discover and run project scripts (npm / pnpm / yarn / bun, Makefile, Gradle, Python, Cargo) from the explorer or a dedicated Scripts side panel into the active terminal
Terminal color presets: Settings → Workbench → Terminal theme with Default Dark/Light, Solarized Dark/Light, One Dark, and Dracula; applies to open xterm tabs immediately and persists
Selective Git commit: choose individual changed files in the Git panel and commit only the selection; commit UI refined for clearer staging flow
Git tracking indicators: explorer and related surfaces show tracked / changed file state for faster orientation
Backup & merge restore: Settings export of reports, notes, ACP chats, and vector indexes; optional password-encrypted API keys; merge import prefers newer matching records
Application error logs: Settings → Logs lists runtime and background-task failures (redacted), with clear and reveal-in-Finder actions
Improved
Workbench title bar: richer panel title interactions and localization
Branch status placement: branch controls live in the detail header with more reliable menu positioning
Tab MRU focus: closing a Workbench tab activates the most recently used panel
Slash-command menu: CodeEditor / menus stay within the viewport
MCP process model: registered clients start Agent Resume MCP via headless Node (ELECTRON_RUN_AS_NODE + core CLI) so each agent no longer spawns an extra Dock Electron icon
Fixed
Terminal clipboard: paste into the PTY and copy from the terminal use correct text encoding
Branch popover: removed the redundant close control; dismiss via outside interaction as before