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
Multi-folder workspaces. Link other directories into a workspace as subdirectories when you open a folder — a shared library, a sibling service, the docs repo. The agent reads and edits across all of them, and the file tree and workspace search cover them too. Links can be renamed, recreated or removed from the folder menu, and one switch keeps them out of git status.
Per-stage task prompts. Append your own instructions to any stage a task runs through — first run, retry, return from review, merge. Each stage carries its own example, and your text is added to codeg's built-in prompt rather than replacing it.
A Preparing status for tasks. Worktree setup and dependency install now show as Preparing under In Progress; Queued means only that a task is waiting for a free slot. Cancelling really stops the install, and an interrupted install runs again instead of starting the agent on half-installed dependencies.
A way back from full-page views. A back arrow on the Task Board and the Automations page returns you to your conversations, including when the sidebar is collapsed.
Improved
Task settings redesigned. Split into General, Workflow and Prompts, with options grouped in cards. The merge strategy is two choices side by side instead of a dropdown, and what happens to the working copy afterwards now sits with it.
One path field everywhere. Home, parent directory and the system picker moved inside the path box, and cloning, new worktrees and new projects all share it. The icon shows which picker opens — the OS dialog for local files, codeg's own browser for files on a server. Choosing a folder fills the field in instead of opening it and skipping the confirm step.
Task results render as markdown. Headings, lists and code display properly, and a long result folds behind show more.
Long plans collapse. Plan documents cap their height and offer show more / show less, like long messages already do.
Fixed
Clicking around the sidebar no longer interrupts a running agent. Replacing a preview tab used to kill the agent mid-turn and leave "Request interrupted by user" in its transcript.
A new conversation keeps its tab after the first prompt. Tab state from your other devices now merges with what is open here instead of replacing it wholesale.
Imported sessions keep their /rename title and a truthful timestamp. Claude Code and CodeBuddy both. Re-scanning also refreshes already-imported sessions, so ones you keep using in the agent's own CLI sort by real activity. Renames, pins and status are untouched.