119 ("load model", "<id> load & keep model resident in VRAM"),
120 ("unload", "free the resident model's VRAM ([--stop] to stop engine)"),
121 ("prompt", "<text> try the loaded model (quick generation)"),
122 ("help commands", "show tracked-command subcommands and flags"),
123 ("chat", "multi-turn agent (loaded model)"),
124 ],
125 footnote="aquin load model <id> -> aquin prompt \"hello\" / trace / chat. Model stays resident across commands; do not shell-bg the load command.",