Docs/Workspace Overview

Workspace Overview

The workspace is your central hub for AI-assisted development. It combines a terminal-style interface with project management features.

Workspace Layout

The workspace is designed for efficiency with a minimal, distraction-free interface.

Left Sidebar

  • • Model selector with provider and variant options
  • • Project file browser for uploaded content
  • • Conversation history navigation
  • • Settings and preferences access

Main Terminal Area

  • • Conversation display with syntax-highlighted code
  • • Streaming response rendering
  • • Copy, expand, and action buttons on responses
  • • Clear visual separation between user and AI messages

Input Area

  • • Multi-line text input with auto-resize
  • • File attachment support via drag-and-drop
  • • Model indicator showing current selection
  • • Send button with keyboard shortcut hint

Key Features

Model Switching

Switch between AI models at any point in your conversation. The context is preserved, allowing you to leverage different models' strengths within the same project. Each model maintains its unique personality and communication style.

Project Context

Upload files and folders to provide context for your AI assistant. Supported formats include code files, documentation, configuration files, and more. The AI can reference these files when answering questions or generating code.

Code Editing

View and edit code directly in the workspace with syntax highlighting. Generated code can be copied to clipboard with one click. The Monaco editor provides a familiar IDE-like experience for larger code blocks.

Conversation History

Your conversations are saved locally and can be accessed from the sidebar. Start new conversations while keeping previous ones accessible. Export conversations for reference or sharing.

Productivity Tips

  • Use Enter to send messages, Shift+Enter for new lines
  • Drag files directly onto the workspace to upload them
  • Use ⌘K to open quick model switcher
  • Double-click code blocks to expand to full editor view

Related