@deltrace/cli
v0.1.16
Published
Codebase context compression for AI coding agents
Readme
Deltrace CLI
Deltrace adds codebase context to supported AI coding agents through MCP.
Install
npm install -g @deltrace/cliSetup
For Claude Code:
deltrace setup claudeFor Codex:
deltrace setup codexSetup opens a browser authentication flow, registers the deltrace MCP server, and writes persistent agent instructions so the agent knows when to call the deltrace_context tool. Deltrace does not configure model-provider proxy routing or pre-prompt sync hooks.
Commands
deltrace setup claude
deltrace setup codex
deltrace status
deltrace teardown
deltrace update
deltrace-mcpdeltrace setup mcp claude and deltrace setup mcp codex are aliases for the MCP-only setup commands above.
deltrace teardown removes Deltrace MCP config and managed agent instructions from this machine.
deltrace status shows whether Deltrace MCP and managed agent instructions are configured locally for Claude Code and Codex.
deltrace update updates the CLI to the latest published version. The CLI also warns when a newer version is available.
Privacy
Deltrace skips source files that contain obvious private-key or API-key patterns before upload. This is a safety net, not a replacement for reviewing what you sync.
