Open an interactive chat interface
Open a terminal-based chat interface for real-time messaging.
This command launches a WhatsApp Web-style TUI (Terminal User Interface) where you can:
- View all your conversations in a list
- Select and read messages from any conversation
- Send messages in real-time
- See when new messages arrive
The interface has three main sections:
- Left panel: List of conversations with last message preview
- Right panel: Messages from the selected conversation
- Bottom: Input field for typing messages
Keyboard shortcuts: Tab - Switch between panels ↑↓ or j/k - Navigate conversations Enter - Select conversation or send message PgUp/PgDn - Scroll messages Ctrl+U - Clear input Ctrl+C or q - Quit
Commands (type in input field starting with :):
:help - Show available commands
:clear - Clear message view
:name
Examples:
Open chat interface
mutiro user chat
Open chat with a specific user
mutiro user chat alice
Open chat with an agent
mutiro user chat my_assistant
mutiro user chat [your-username] [flags]
Open chat interface
Open chat with a specific user
Open chat with an agent
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for chat |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |