SageOx

The hivemind for agentic engineering

ox CLI

The ox CLI connects your repositories to the SageOx platform, giving your AI coworkers access to Team Context: your team's decisions, conventions, and current work.

Installation

terminal
$

After installation, verify it works:

terminal
$

Quick setup

terminal
# Authenticate with SageOx
$
# Initialize your repository
$
# Verify everything works
$

Command reference

Authentication

CommandDescription
ox loginAuthenticate with SageOx using device flow
ox logoutRemove stored credentials
ox statusShow authentication and repository status

Setup

CommandDescription
ox initInitialize a repository with SageOx
ox doctorRun diagnostics on your setup
ox upgradeUpdate ox to the latest version
ox uninstallRemove ox from your system

Team Knowledge

CommandDescription
ox queryAsk questions about your codebase and team context
ox teamsList and manage team memberships
ox importImport recordings or transcripts
ox coworkerManage AI coworker configurations

Code

CommandDescription
ox code searchSemantic search across your codebase
ox code indexBuild or update the code index
ox indexManage repository indexes

Memory

CommandDescription
ox distillDistill key decisions from discussions into Team Context

Agent integration

CommandDescription
ox agent primeInject Team Context into an AI coworker session
ox agent sessionManage active AI coworker sessions

Background services

CommandDescription
ox daemonRun the background sync daemon
ox syncManually sync repository state

Utilities

CommandDescription
ox viewOpen SageOx dashboard in browser
ox versionDisplay ox version
ox release-notesShow release notes for current version

Global flags

These flags work with any command:

FlagDescription
--verboseShow detailed output
--quietSuppress non-essential output
--jsonOutput in JSON format (for scripting)
--config <path>Use a specific config file
--no-interactiveDisable spinners and TUI elements (auto-enabled in CI)
--profileGenerate CPU profile and execution trace for performance analysis

Configuration

ox stores configuration in two locations:

LocationPurpose
~/.config/sageox/Global config and credentials
.sageox/Repository-specific settings

What's next