Providers
Open Central Settings → Providers to manage the six supported local coding providers. The page reports installation, version, binary path, authentication, account email, and subscription details when available. You can re-check providers, enable or disable them, and hide, show, or reorder models.- Claude Code: install with
npm install -g @anthropic-ai/claude-code; sign in withclaude login. - Codex CLI: install with
npm install -g @openai/codex; sign in withcodex login. - Cursor Agent: install with
curl https://cursor.com/install -fsS | bash; sign in withcursor-agent login. - Grok CLI: install with
curl -fsSL https://x.ai/cli/install.sh | bash; sign in withgrok agent --reauth. - OpenCode: install with
npm install -g opencode-ai; sign in withopencode auth login. - Antigravity CLI: install with
curl -fsSL https://antigravity.google/cli/install.sh | bash; sign in by runningagy.
Provider usage
Open Central Settings → Usage to see available provider quota windows and reset times. Aiola combines provider-specific live and local sources:- Claude OAuth quota data plus local Claude session and statistics snapshots
- Codex live usage from the authenticated ChatGPT usage endpoint
- Cursor period usage, plan, credits, balance, and request usage using local Cursor authentication
- Grok live web quota data
- OpenCode Go costs from its local usage database
- Antigravity quota buckets from the local CLI’s loopback service

