directive_syntax - MadBomber/aia GitHub Wiki
Directives can be entered in chat or prompt files using the following syntax:
//command args
Supported directives:
-
help
: Show available directives -
shell
orsh
: Execute a shell command -
ruby
orrb
: Execute Ruby code -
config
orcfg
: Show or update configuration -
include
orinc
: Include file content -
next
: Set/Show the next prompt ID to be processed -
pipeline
: Set/Extend/Show the workflow of prompt IDs
When a directive produces output, it is added to the chat context. If there is no output, you are prompted again.
- Prompt Directives - Complete documentation on directives
- Parameter Shell Substitution
- Shell Directive
- Ruby Directive
- Include Directive