Add Files to an Agent

Verne gives you two ways to get a file path into an agent’s input.

Drag from the file explorer

Drag any file or folder from the file explorer onto a terminal pane. Verne pastes its shell-quoted path at the cursor, in whichever pane you drop it. This works for plain shell commands and for agent input alike.

See Terminals, tabs & panes for more on how terminal panes work.

Inject from the editor

While you’re reading or editing a file, press ⇧⌘L (or right-click and choose Add to Agent). Verne injects the current file’s path into the active agent’s input. When you have a selection, it appends :line so the agent lands in the right place.

This works with Claude Code’s @path mention syntax and plain shell input. The path goes to whichever agent is active in the current workspace.

Next steps