Placeholder — screenshot: the command palette open over a terminal, grouped results
What is in it
Results are grouped, and the groups are the map of the app:
Entries that do something destructive say so under the name — Delete
Workspace… is subtitled “ends its shells and forgets the layout”, Restart
Server… is “ends every running shell; layout is kept”.
Connecting from the palette
Type an SSH address and the palette offers to connect to it:~/.ssh/config does not: import it into a profile first, or reach it
from the workspace switcher. SSH →
Sending context to an agent
Two palette commands hand what is in front of you to the coding agent running in the pane, as a ready-made prompt:- Agent: Send Selection — the current selection.
- Agent: Send Git Diff for Review — the repository’s
git diff.