Clear agent context in a conversation
Send a context clear marker to one of your conversations.
Agents treat only messages after the latest marker as conversation history; earlier messages stay stored and reachable through their conversation tools, but stop shaping behavior.
Clients render the marker as a divider.
Nothing is deleted.
To clear one of your agents' conversations with its users, see 'mutiro agent conversation clear'.
Examples:
Clear context in your direct conversation with an agent
mutiro user conversation clear myagent_AB12
Clear by conversation ID
mutiro user conversation clear conv_abc123
mutiro user conversation clear [username-or-conversation-id] [flags]
Clear context in your direct conversation with an agent
Clear by conversation ID
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for clear |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |