AI Features3 min read
AI Chat assistant
Overview
The AI Chat assistant is a conversational coding helper that lives in the Spinini AI panel. Unlike Agent mode (which takes autonomous actions), Chat simply answers questions and provides code suggestions that you can review and apply yourself.
Opening Chat
Click the Chat tab in the Spinini AI panel. The panel shows a message history with a text input at the bottom.
What you can ask
File context
The assistant automatically receives:
This means you can ask "explain this function" without pasting it — the assistant already sees what you're looking at.
Inserting suggestions
When the assistant provides code, an Insert button appears below the snippet. Click it to place the code at your cursor position in the editor.
Chat vs Agent
| Chat | Spinini AI Agent | |
|---|---|---|
| Writes files | No | Yes |
| Runs commands | No | Yes |
| Answers questions | Yes | Limited |
| Best for | Understanding & advice | Building features |
Use Chat for learning and quick questions; use Spinini AI Agent when you want to build something.