Chat from the terminal
Start an interactive terminal conversation:
cmdop chatSend one prompt without opening the interactive interface:
cmdop chat --prompt "Summarize this repository"Useful options include:
| Option | Purpose |
|---|---|
-p, --prompt | Send one prompt in non-interactive mode. |
--cwd <directory> | Set the directory available to the agent. |
--model <model> | Choose a model exposed by the current installation. |
--tools full|coding|minimal | Select a tool profile. |
-c, --continue | Continue the most recently active conversation. |
--resume <id> | Resume a conversation by ID. |
-m, --machine <name> | Address an enrolled machine’s agent. |
Use cmdop models to inspect the current default and cmdop chat --help for
the exact options in the installed release.