VibeAI Docs
Operate

Vibe Code Panel

The Vibe Code panel — monitor Claude Code sessions and drive AIOS agents.

The panel (nav → Vibe Code, or standalone at https://vibe-ui.<apex>, or the ⧉ popout button) is a terminal-style cockpit with two kinds of tabs:

Claude Code session tabs

The panel discovers real Claude Code CLI sessions on the server (~/.claude/projects transcripts) and shows them live: the transcript streams as the session works, and the status bar computes context usage, cost, cache hit rate, burn rate, message/tool counts, and live state (Idle / Running / Requires Action — the CLI is waiting on a permission approval in its terminal). Typing sends prompts into the session via claude --resume.

AIOS agent tabs

The header dropdown’s AIOS AGENTS section opens a live conversation with any agent (see the Agents chapter) — streaming answers, tool activity, and the project selector applied.

Toolbar

  • auto-yes — pass --dangerously-skip-permissions on Claude Code prompts
  • Tools — show/hide tool events in transcripts
  • Scan — re-discover sessions (with a scan log)
  • ⛁ Projects — create/manage projects (see Projects)
  • Skills / Env / Keys / Settings — utility tabs
  • Start Proxy — local forward proxy to api.anthropic.com with a Traffic tab (point tools at it via ANTHROPIC_BASE_URL)
  • Install / Create — browse skills; author Skills/Agents/CLAUDE.md

! prefix runs a shell command in the session’s working directory.