Docs

Everything needed to install, route, and operate Clavue.

Use these pages as your user-facing knowledge base.

Install

Install

Get the CLI running in under a minute on macOS or Linux.

  • Node.js 18+
  • npm global install or npx run
  • Optional native launcher install
  • Public repo: github.com/mycode699/clavue
npm install -g clavue
# or
npx -y clavue

clavue install --force
# repo
https://github.com/mycode699/clavue

Quick start

Quick start

The shortest path from first launch to a validated provider route.

  • Open clavue or run npx -y clavue
  • Enter /provider
  • Save and validate a provider profile
  • Start coding with the active route
/provider
/provider save-current gpt54-main
/provider validate
/provider use gpt54-main

Provider control center

Provider control center

Saved profiles, current environment, credentials, route slots, validation, repair.

  • Use /provider current to inspect the live environment
  • Use /provider validate before switching teams
  • Use /provider repair when a route drifts
/provider list
/provider current
/provider validate
/provider repair

Mao / Codex workflow

Mao / Codex workflow

Use /mao as the preferred Codex surface without requiring a separate Codex login.

  • Reuse the active provider profile
  • Verify /v1/responses reachability
  • Resume previous runs when needed
/mao setup
/mao review --background
/mao rescue --write fix the provider override bug and verify it

Teams and long context

Teams and long context

Inspect team readiness, remote session state, and long-context continuity without guessing.

  • Use /team check for readiness
  • Remote status reflects the remote cwd
  • Idle task boards no longer look active
/team
/team check
/team status myteam