Show the git diff and a file browser for an agent's worktree.
GET /agents/:id/diff)git diff HEAD in the agent's worktree path (from AgentInfo.workspace)git diff --stat HEAD for a summary1. Stat summary at top (files changed, insertions, deletions) 2. Full unified diff with syntax-highlighted hunks 3. Each file in its own collapsible section
<pre> with diff coloring: green for additions, red for deletions, muted for contextGET /agents/:id/files and GET /agents/:id/files/*path)<pre>)GET http://localhost:8400/agents/:id → workspace fieldgit diff in that workspaceSystem.Directory for file listingNo activity yet.