
Send and newline
Settings → General → Behavior has two send styles:
While generating, the send button becomes stop. The input box grows with longer messages.
Four completions
@ cite a file
Type @ to search project files or directories. A selected item becomes a file chip. The model receives the path, not the full file contents.
You can also write a line-range citation:

/ slash commands
Type / to list commands from the current runtime. The plugin merges the SDK list with local commands.
These local commands are always available:
/compact comes from the Claude runtime and compresses context. Claude also supports /mcp to inspect MCP status.
Some commands work only with a specific provider. If you picked the wrong runtime, the UI says it is only supported by that provider.

# pick an agent
Type # to choose a configured agent. After you select one, that agent’s system prompt is applied to later turns.
Create, import, or export agents in Settings → Agents. See Agents and prompt library.
! insert a prompt
Type ! to open the prompt library. Selecting an item inserts the template at the cursor. You can edit it before sending.
Maintain prompts in Settings → Prompt library.
Attachments, paste, and drag-and-drop
The input box accepts:- File paths dragged from the project tree
- Images dragged or pasted in
- Code citations from an editor selection
- Citations from selected console text
Bottom selectors
From left to right under the input box you usually see:- Config / process: inspect the current daemon and restart it if needed
- Provider: Claude Code, Codex, Grok, Kimi, OpenCode, Pi
- Model: models for the current provider
- Mode: default, plan, agent, auto
- Attach / stop / send
Message queue
You can type the next message while the previous turn is still generating. Queued messages send automatically after the current turn ends.Prompt enhancer
The input toolbar can rewrite the current draft before you send it. Which provider and model do the rewrite is set in Settings → Prompt enhancer. See Prompt enhancer.History input completion
With Settings → Other → History input completion on, typing suggests earlier inputs. PressTab to accept.