Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.avibe.bot/llms.txt

Use this file to discover all available pages before exploring further.

Codex

Codex is the OpenAI coding-agent path for Vibe Remote users.

Install

npm install -g @openai/codex
Verify:
codex --version

Configure in Vibe Remote

In the setup wizard:
  1. Enable Codex.
  2. Confirm the codex CLI path.
  3. Choose a default working directory.
  4. Route one or more chat channels to Codex.

Usage notes

  • Keep OpenAI credentials local.
  • Use one chat thread per task.
  • Keep large tasks scoped with clear acceptance criteria.