Skip to main contentThe task view has three main areas: Chat for conversation, Environment for previews and diffs, and Logs for sandbox output.
Chat tab
The primary interface for interacting with the AI agent.
Sending messages
Type in the input field and press Enter or click Send. The agent sees your full conversation history and the current state of your codebase.
Attachments
Click the attachment icon to add:
- Screenshots
- Error logs
- Reference files
Preview
Renders your preview ports in an iframe next to the chat interface. Useful for quickly validating changes the Agent has made.
Diff
See what files the agent has changed. Click a file to view the diff:
- Green lines are additions
- Red lines are deletions
- Gray lines are context
Terminal
Direct terminal access to the sandbox. Run commands, inspect files, or debug issues.
Agent browser
Live view of the agent’s browser when using the dev-browser skill.
Logs
Real-time output from the sandbox. Shows:
- Commands the agent runs
- Build output
- Test results
- Server logs
- Error messages
Logs stream in real-time as the agent works. Use the search bar to filter for specific content.