# CommitBrief v0.1.0

> Walking-skeleton release — Anthropic provider, staged-diff review, cache.

Released May 16, 2026
Status: prerelease

Canonical URL: https://commitbrief.com/changelog/v0.1.0/

---

## Added

### Commands

- `commitbrief init` — write the team-shared `COMMITBRIEF.md` and the
  per-user `.commitbrief/OUTPUT.md` template.
- `commitbrief setup [--local]` — interactive provider + API key wizard.
- Review scopes: `--staged` (default), `--unstaged`, `--file`,
  `--commit`, `--pull-request`, `--branch`.
- `commitbrief dry-run` — pipeline preview without an API call.
- `commitbrief list` — markdown command reference.

### Core modules

- Hybrid `go-git` + `git` CLI access; unified-diff parser;
  three-layer ignore matcher; pre-send guard for `.commitbrief/**`;
  provider abstraction with Anthropic + mock implementations;
  SHA-256 response cache (7-day TTL); two-tier YAML config with
  field-level merge; English + Turkish i18n catalogs; terminal/markdown/JSON
  renderers; ldflags-injected version metadata.

### Known limitations

- Only the Anthropic provider is implemented; OpenAI/Gemini/Ollama
  land in v0.2.0.
- `commitbrief compress` is a stub; full implementation in v0.3.0.
- Reviews are returned non-streaming; streaming arrives in v0.4.0.

> Private repository; no public artifacts.