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.
What the terminal shows
Section titled “What the terminal shows”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.
When to use it
Section titled “When to use it”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.
Terminal AI
Section titled “Terminal AI”The embedded terminal includes optional AI assistance: error explanations,
destructive-command guards, and inline help. Configure it in
agentissimo.yaml under terminalAi.