Commands
Built-in commands
/init, /undo, /redo, /help, /models, /new, /exit, /export, /editor, /compact, /details
Custom slash commands
Define as markdown in .neusiscode/commands/.
.neusiscode/commands/test.md:
---
description: Run tests with coverage
agent: build
---
Run the full test suite with coverage report.
$ARGUMENTS
Template variables
| Variable | Description |
|---|---|
$ARGUMENTS | All arguments passed to the command |
$1, $2, $3 | Individual positional arguments |
!`command` | Execute bash and embed the output inline |
@file.ts | Include file content inline |