Commands & Shortcuts
FreshOz CLI Commands
Agent Commands
| Command | Description |
|---|---|
oz agent run --prompt "..." | Run a local agent with a prompt |
oz agent run --model MODEL --prompt "..." | Run with a specific model |
oz agent run --skill "org/repo:skill-name" | Run with a specific skill |
oz agent run --saved-prompt ID | Run with a saved Warp Drive prompt |
oz agent run --share --prompt "..." | Run with session sharing (self) |
oz agent run --share team --prompt "..." | Run with team session sharing |
oz agent run --share user@email:edit --prompt "..." | Share with edit access |
oz agent run-cloud --environment ENV_ID --prompt "..." | Run agent in the cloud |
oz agent run-cloud --skill "org/repo:skill" --name "run-name" | Named cloud run with skill |
MCP Server Commands
| Command | Description |
|---|---|
oz mcp add github | Add the GitHub MCP server |
oz mcp add NAME --command CMD --args ARGS | Add a custom MCP server |
oz mcp list | List configured MCP servers |
oz mcp remove NAME | Remove an MCP server |
Configuration Commands
| Command | Description |
|---|---|
/init | Initialize AGENTS.md rules file in current project |
oz --version | Check installed Oz CLI version |
Keyboard Shortcuts
General Navigation
| Shortcut | Action |
|---|---|
Ctrl+Shift+R (macOS: Cmd+Shift+R) | Open Warp Drive |
Ctrl+Shift+P (macOS: Cmd+Shift+P) | Command Palette |
Ctrl+D (macOS: Cmd+D) | Split pane (right) |
Ctrl+Shift+D (macOS: Cmd+Shift+D) | Split pane (down) |
Ctrl+W (macOS: Cmd+W) | Close current tab/pane |
Ctrl+T (macOS: Cmd+T) | New tab |
Agent Mode
| Shortcut | Action |
|---|---|
Ctrl+Shift+Space | Toggle Agent Mode |
Ctrl+I (macOS: Cmd+I) | Open AI input |
Ctrl+L (macOS: Cmd+L) | Switch agent modality (Terminal ↔ Conversation) |
Editing & Input
| Shortcut | Action |
|---|---|
Ctrl+A | Move cursor to beginning of line |
Ctrl+E | Move cursor to end of line |
Alt+← / Alt+→ | Move cursor word-by-word |
Ctrl+U | Clear line before cursor |
Ctrl+K | Clear line after cursor |
Ctrl+W | Delete word before cursor |
Tab | Autocomplete |
↑ / ↓ | Navigate command history |
Ctrl+R | Reverse search history |
Blocks
| Shortcut | Action |
|---|---|
Ctrl+Shift+C (macOS: Cmd+Shift+C) | Copy block output |
Ctrl+Shift+S (macOS: Cmd+Shift+S) | Share block |
Ctrl+Shift+; | Bookmark block |
Shift+↑ / Shift+↓ | Select blocks |
Ctrl+Shift+↑ / Ctrl+Shift+↓ | Navigate between blocks |
Terminal
| Shortcut | Action |
|---|---|
Ctrl+C | Cancel current command / SIGINT |
Ctrl+Z | Suspend current process |
Ctrl+L | Clear terminal |
Ctrl+Shift+F (macOS: Cmd+Shift+F) | Find in terminal output |
Agent Run Flags Reference
bash
oz agent run [FLAGS]| Flag | Type | Description |
|---|---|---|
--prompt | string | The task prompt for the agent |
--model | string | Model override (e.g., claude-sonnet-4-5) |
--skill | string | Skill to use (org/repo:skill-name) |
--saved-prompt | string | Warp Drive saved prompt ID |
--share | string | Session sharing target |
--name | string | Name for the agent run |
--open | flag | Open session in browser after launch |
bash
oz agent run-cloud [FLAGS]| Flag | Type | Description |
|---|---|---|
--environment | string | Cloud environment ID (required) |
--prompt | string | The task prompt |
--skill | string | Skill to use |
--name | string | Descriptive name for the run |
--open | flag | Open session in browser |
Rules File Priority
When multiple rule files exist, Warp applies them in this order (highest priority first):
- Global Rules (Settings > Agent > Global Rules)
AGENTS.md(project root)RULES.md.cursorrules.windsurfrulesCLAUDE.md.clinerules- Subdirectory
AGENTS.mdfiles