Basic navigation

As I find myself spending more time in the new Agent view (not just in of standard editor tabs, one thing is really bugging me: the complete lack of basic LSP features in those views.

Things like Cmd + Click to jump to a function definition, checking references, or even basic red squiggles for obvious syntax errors (like a missing colon in a JSON diff) just aren’t there.
(not even mentioning file navigation…)

Anyone else feeling this friction? Would love to see at least basic click-through navigation inside Composer diffs down the road.

Hey! Thanks for calling this out. There are two different surfaces in the Agents Window, and they currently behave differently.

Inside the agent’s diff cards, you’re right: direct go to definition, references, and diagnostic squiggles aren’t currently available. Cmd + Click on a diff line opens the corresponding file at that line, but it doesn’t navigate directly to the selected symbol’s definition.

Once the file is open in a regular file tab, Cmd + Click or F12 for go to definition, Find All References from the right-click menu, and diagnostic squiggles should be available when LSP is enabled.

LSP is enabled by default for regular workspaces, but not for agent worktrees. If you’re using worktrees, you can enable it under Settings > Code Intelligence > Enable LSPs for Worktrees. There is also a workspace-level LSP switch in the file tab’s ... menu.

For file navigation, Cmd + P opens the file finder, while Browse Files and Search Files are available in the sidebar. Let me know any follow-up questions!