Thanks for improving Codag CLI.
make test
make build
./bin/codag --helpBefore opening a pull request, run:
go test ./...This repository contains the public CLI, MCP server, OAuth client, and local provider/source integrations. The hosted API, compression pipeline, billing system, and model-serving infrastructure live outside this repository.
Keep changes focused. Include tests for behavior changes, especially around:
- OAuth and token refresh
- MCP tool validation
- provider log-source command construction
- output modes for
codag wrap
Do not commit local credentials, logs, built binaries, or generated artifacts.