Skip to main content

Tool Integrations

Audience

This page is for users integrating Codex, Claude, opencode, or additional AI coding tools.

Goal and Scope

This page explains onboarding flow, tooling recommendations, and extension guidance.

Supported Tools

  • Codex CLI
  • Claude CLI
  • opencode CLI

Standard Onboarding Flow

aios agent tool add codex --token $CODEX_TOKEN
aios agent tool add claude --token $CLAUDE_TOKEN
aios agent tool add opencode --token $OPENCODE_TOKEN

aios agent tool list
aios agent tool test codex

Tooling Recommendations

  • assign an independent profile for each tool
  • choose default tools by workload type
  • pin and record versions for reproducibility

Extending New Tools

  1. implement a unified adapter for I/O semantics
  2. support session create/run/stream/terminate lifecycle
  3. plug into scheduler and audit pipelines
aios agent adapter register mytool --cmd mytool-cli