Skip to main content

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

VariableDescription
$ARGUMENTSAll arguments passed to the command
$1, $2, $3Individual positional arguments
!`command`Execute bash and embed the output inline
@file.tsInclude file content inline