ctxpack
v1.3.1
Published
CLI tool for providing external codebase context to agents
Readme
ctxpack CLI
Run locally
bun run devSetup flow
ctxpack
ctxpack setupRunning ctxpack with no arguments shows setup status. Run ctxpack setup to create ./ctxpack.config.jsonc.
Core commands
ctxpack connect --provider openai
ctxpack disconnect --provider openai
ctxpack config
ctxpack server
ctxpack resources
ctxpack add https://github.com/acme/repo --type git --name acme-repo
ctxpack sync acme-repo
ctxpack index acme-repo --sync
ctxpack ask "auth middleware"
ctxpack search "auth middleware" --raw
ctxpack ls --resource acme-repo --path srcUse ctxpack ask as the default query command. Use ctxpack search for explicit modes like --raw or --research.
Remote commands
ctxpack remote link --key <api-key> --endpoint https://api.example.com
ctxpack remote resources
ctxpack remote ask --query "..."
ctxpack remote unlink