Skip to content
MenuClose
Register interest

A desktop workspace for Claude and Codex.
Project context, agent sessions and human review.

Skip to documentation
Commands

AigentFlow Desktop is in pre-release. This documentation reflects the current build and will change before general availability.

Reference

Commands

Typed commands, most of which the app answers itself without spending a turn.


Type a slash in the instruction bar and the command list appears. Most are answered by the app directly. Some are rewritten into a governed prompt and sent to the model. A few belong to the underlying command-line tools and are declined, with the AigentFlow equivalent named.

Everyday

CommandWhat it does
/helpThe command list
/statusWhere the session stands
/costWhat this session has spent
/contextHow full the context window is
/clearStart again in a new tab, leaving this one alone
/stopInterrupt the current turn
/modelChange the model

Control

CommandWhat it does
/modeShow the session mode, or switch to the one you name
/permissionsWhat the agent may do right now, and under how many rules
/plan /review /guardedSwitch to that mode
/working /autopilot /discussionSwitch to that mode
/handoverWrite a handover before the context window fills
/workerLaunch a worker on a defined task

Memory

CommandWhat it does
/learnRemember a rule for this project, or --global for all
/memoryList what has been learned here
/forgetRemove learnings matching a keyword

Working the project

These become a governed prompt rather than a direct answer, so they spend a turn. They cover discovery and design (/discover, /map, /stack, /risks, /drift, /requirements, /architecture, /decide, /scope), planning (/milestone, /phases, /task, /estimate, /plan), building (/feature, /fix, /refactor, /debug) and checking (/review, /test, /verify, /diff, /retro, /summarize).

Commands you may know from the command-line tools, such as /init, /config, /hooks, /resume or /theme, are declined rather than passed through. The app names what to use instead, because those commands would change state the app is responsible for.