Naia
Table of Contents
  1. 1Video Manual
  2. 2Naia OS Live USB
  3. 3Installation
  4. 3.1Naia OS Installation (ISO)
  5. 3.2Linux App Installation
  6. 4Getting Started
  7. 4.1Naia Model Pricing
  8. 4.2naia-0.9-omni-24g Realtime Multimodal Module
  9. 4.3Live Demo
  10. 4.4Naia Model Download
  11. 4.5Naia Model — Developer Guide
  12. 4.6Naia Model Online (planned)
  13. 5Main Screen
  14. 6Chat
  15. 7Conversation History
  16. 8Work Progress
  17. 9Skills
  18. 10Channels
  19. 11Agents
  20. 12Diagnostics
  21. 13Workspace
  22. 14Browser
  23. 15Panel Management
  24. 16Voice Chat
  25. 17Settings
  26. 18Tool Details
  27. 19Naia Account
  28. 20Troubleshooting
  29. 21Open Source Usage & Contribution

13. Workspace

The Workspace panel provides file exploration, code editing, terminal access, and session monitoring in a single panel.

Opening the Panel

Click the Workspace tab in the right sidebar (ModeBar) to open the panel. Click again to close.

Session Dashboard

The first screen you see when opening the panel. It displays all active Claude Code sessions as cards.

Each session card shows:

  • Session Name: The project being worked on
  • Status Badge: Active (green), Idle (yellow), Stopped (gray), Error (red)
  • Git Branch: Currently checked-out branch
  • Working File: Most recently modified file
  • Phase: Current development phase (Plan, Build, etc.)

Click a session card to open its working directory in the file explorer.

File Explorer

Displayed as a tree on the left side. Click folders to expand/collapse their contents.

  • Click a file: Opens it in the editor
  • Click a folder: Expands/collapses contents
  • Auto-highlight: Files being worked on by active sessions are highlighted

Code Editor

Click a file to open the editor in the center area. Multiple file formats are supported:

File TypeViewer
Code files (.ts, .tsx, .py, .rs, etc.)Syntax-highlighted editor
Markdown (.md)Editor + preview split
Images (.png, .jpg, .svg, etc.)Image viewer
CSV (.csv)Table viewer
PDF (.pdf)PDF viewer
Log files (.log)ANSI color log viewer

Terminal

Click the Terminal tab at the bottom of the panel to open a PTY (virtual terminal).

  • Execute commands just like a regular terminal
  • Open multiple terminal tabs simultaneously
  • Terminal sessions persist even when the panel is closed (background tasks keep running)
  • 2,000-line scrollback support

Quick Open

Press Ctrl+P to open the quick search dialog.

  • Search by file name
  • Search by session name
  • Click a result to navigate directly

AI Integration

Ask the AI to perform workspace-related tasks in chat:

  • "Show me active sessions" → Returns session list
  • "Open README.md" → Opens file in editor
  • "Open a new terminal" → Creates PTY terminal
  • "Run 'git status' in that session" → Sends command to running terminal