Git changes & slash commands
See what changed, shape the next task, and keep your agent workflow in one place.
v3.1 brings the working tree into the Files experience. Open the new Changes tab to review modified files, inspect a focused diff, switch branches, and prepare a commit without leaving CTRL NODE. Git actions run through your local Bridge, so your repository stays on your machine.
Instructions are more powerful too. Type / in the task editor to discover built-in slash commands for debugging, simplifying code, parallel work, recurring runs, and more. Select a command, add context, and send it as a normal task.
Review the repository status from the new Changes tab. Browse modified files, inspect inline diffs, change branches, fetch or pull remote updates, push local commits, and stage a commit message through Bridge.
Type a slash in the instructions editor to search the command catalog. Use /debug to investigate an issue, /simplify to review changed code, /batch for parallel work, or /loop for recurring prompts.
42 <SidebarProjects />
− 43 <span>{project.agentCount}</span>
+ 43 <span>{project.agentCount} agents</span>
+ 44 <SlashCommandMenu />
45 </aside>