Slash Commands¶
Type a command at the prompt and press Enter. Press Ctrl+Shift+P to open the command palette and search by name.
/init¶
Index your codebase and create a hydron.md file at your project root.
/agents¶
Open the agent switcher to pick a mode: Ask, Plan, Debug, or Code.
Session¶
| Command | Aliases | Description |
|---|---|---|
/sessions | /resume, /continue | Switch to another session |
/new | /clear | Start a fresh session (current input carries over) |
/rename | - | Rename the session |
/timeline | - | Jump to a specific message |
/fork | - | Fork the session at the current message |
/compact | /summarize | Summarize history to free up context |
/undo | - | Revert the last user turn |
/copy | - | Copy the full transcript to the clipboard |
/timestamps | /toggle-timestamps | Show or hide message timestamps |
/thinking | /toggle-thinking | Show or hide the model's thinking blocks |
/editor | - | Open $EDITOR to compose a long prompt |
Tip
Run /compact when context fills up. A summarized session keeps Hydron sharp on long debug sessions.
General¶
| Command | Aliases | Description |
|---|---|---|
/login | - | Log in to Hydron |
/logout | - | Log out and revoke the refresh token |
/profile | /me, /whoami | Show your profile and credit balance |
/status | - | Show status dialog |
/themes | - | Open the theme picker |
/help | - | Help dialog |
/exit | /quit, /q | Exit Hydron |
Built-in Templates¶
These run prompt templates rather than UI actions.
| Command | Description |
|---|---|
/review | Run a code-review prompt over the current changes |
/local-review | Local review (branch diff vs base) |
/local-review-uncommitted | Local review (staged + unstaged in working tree) |