diff --git a/Agent.md b/Agent.md index a899916a..2b74d217 100644 --- a/Agent.md +++ b/Agent.md @@ -39,7 +39,7 @@ EMRG is a self-evolving AI agent architecture experiment. Python implementation, - **TUI Client** — Rich terminal UI with Markdown rendering, syntax highlighting, diff display - Command autocomplete (type `/` to list commands with filtering) - - Slash commands: `/help`, `/clear`, `/resume`, `/rename`, `/memory`, `/sessions`, `/rant`, `/model`, `/version` + - Slash commands: `/help`, `/clear`, `/resume`, `/rename`, `/rewind`, `/trigger`, `/memory`, `/sessions`, `/rant`, `/model`, `/skills`, `/version` - `/model ` to switch LLM models at runtime (configured via `[[llm.models]]` in config.toml) - Interactive session picker (arrow keys or j/k vim-style navigation) - Interactive model picker (arrow keys to select from configured models)