Added
- ๐ค Coding agents. You can now connect coding agents as AI backends. Supported agents include Codex, Claude Code, Cursor, Grok, and OpenCode. Configure agent profiles from the new Agents tab in admin settings, and they show up as selectable models in the chat. Each agent runs in your workspace with full tool access, and conversations can be resumed where you left off.
- โ๏ธ Agents admin panel. A new Agents section in Settings lets you add, edit, and remove agent profiles. You can configure the command path, model list, approval and permission modes, and see at a glance whether each agent is installed and ready. Models can be left empty to auto-detect what the agent supports.
- ๐๏ธ Voice dictation in the terminal. The mobile shortcut bar now has a microphone button that lets you dictate text directly into the terminal using speech recognition.
- โน๏ธ System info modal. A new "System info" option in the sidebar menu shows your machine's hostname, OS, CPU, memory, disk, and running processes in a dedicated modal instead of on the welcome screen.
Changed
- ๐ Redesigned welcome screen. The home page now highlights a "Continue" section that picks up your most recent workspace with context about what was happening (active tasks, running processes). Recent workspaces also show status signals so you can see which ones have work in progress.
- ๐ท๏ธ Renamed to Computer. All visible references to "cptr" in the UI, notifications, and documentation now read "Computer" for clarity.
- ๐งน Code formatting cleanup. Whitespace and formatting improvements across frontend components.