Inspect what an agent wrote
Open the file the agent mentioned (channel file links open it directly, orCtrl+P fuzzy-finds it). The explorer is git-aware — modified files carry
badges, changed directories show dots, and the gutter marks exactly which
lines differ from HEAD.
Language intelligence is live as you read:

Hovering a symbol: real language-server intelligence, LSP ready in the status bar, zero problems
Find anything
The search panel runs filename and ripgrep-backed content search across the workspace root, opening results at the matching line:
Workspace content search: every hit for a symbol, one click from its line
Edit safely while agents run
Saving is mtime-guarded: if an agent (or anything else) changed the file on disk since you opened it, a conflict banner offers reload or keep-mine — nothing is silently overwritten in either direction. Autosave modes (off / after-delay / on-focus-change) are strictly weaker than manual save and never write over a conflict. Renaming a file with language servers running becomes a transactional refactor: Desk previews which references the server would update, shows every affected file, and applies the whole edit server-side as one unit with rollback.Close the loop with git and notes
- The file context menu stages, unstages, discards, opens the diff, and shows per-file history — and “Open diff” lands in the source-control rail.
- Select output in any terminal and Create note captures it into the notes subsystem, auto-named from its content — hypotheses and evidence stay attached to the workspace.