Skip to content

Terminal

Every chat has a terminal view — the agent’s actual CLI process running in an embedded terminal. Toggle between the chat view (conversational messages) and the terminal view (raw CLI output) with the view switch in the chat header.

The terminal is the agent’s real process: commands it runs, files it reads and edits, tool calls, errors. It is the same output you would see running the CLI directly in your own terminal.

Use the chat view for steering (sending prompts, reading replies). Use the terminal view for debugging — watching exactly what the agent executes, reading full error output, or verifying tool calls. Both views show the same session; switching loses nothing.

The embedded terminal includes optional AI assistance: error explanations, destructive-command guards, and inline help. Configure it in agentissimo.yaml under terminalAi.