opensre (TTY required). Type a slash command at the prompt, or describe what you want in plain language and the planner can map intent to the right command.
Run /help anytime for the full, up-to-date command list grouped by category.
Quick reference
| Command | What it does |
|---|---|
/help | List commands or show help for one command (/help /model, /help tasks) |
/status | Session summary — interactions, alerts, provider, reasoning effort, trust mode |
/cost | Token usage and LLM call count for the current session |
/effort | Set or show reasoning effort (low, medium, high, xhigh, max) |
/clear | Clear the screen and re-render the banner |
/exit | Leave the interactive shell (/quit is an alias) |
/health | Integration and agent health |
/investigate | Run an investigation from the REPL |
/integrations | List, verify, or manage integrations |
/model | Show or switch LLM provider and models |
/sessions | List recent REPL sessions |
/resume <id> | Restore a past session’s conversation context |
/history and /privacy, see Interactive Shell Privacy.
Session cost — /cost
Show how much LLM usage the current REPL session has accumulated:
| Field | Meaning |
|---|---|
history entries | Lines recorded in this session’s history |
llm calls | Number of LLM turns counted this session |
input tokens / output tokens | Totals for prompt and completion usage |
invoke calls), those counts are measured. Streaming chat and help paths estimate tokens from text length (roughly four characters per token). If any estimates are included, the table title notes (includes estimates) and measured vs estimated splits appear on the token rows.
Token totals reset when you start a new session (/new) or clear session state; /cost does not show billing from your cloud provider — only what OpenSRE tracked locally for this shell session.
Session status — /status
Reasoning effort — /effort
For OpenAI and Codex providers, set how much reasoning the model applies in this REPL session:
/effort prints the current level and usage. /status includes the same field. Other providers ignore this setting. You can also set OPENSRE_REASONING_EFFORT in the environment for non-interactive defaults. See LLM providers.
Help — /help
/help opens an interactive picker. Use /help <command> or /help <category> for details on one topic.
Tracer