Releases: tdeschamps/modjo-cli
Releases · tdeschamps/modjo-cli
v0.1.0
Changelog
- e42fa44: Add 'modjo info' command and TTY delighter primitives (Claude noreply@anthropic.com)
- e94acf1: Add README badges, stricter linting/formatting, and raise coverage to 95.7% (Claude noreply@anthropic.com)
- 8bc25fc: Add command layer: full noun-verb command tree (Claude noreply@anthropic.com)
- ea99dc7: Add foundation: platform, adapters, and config packages (Claude noreply@anthropic.com)
- af027b3: Add tests, tooling, docs, and release pipeline (Claude noreply@anthropic.com)
- 78b6718: Fix correctness findings from code review (Claude noreply@anthropic.com)
- 353f820: Merge pull request #1 from tdeschamps/claude/specs-implementation-docs-SlwFf (Thomas Deschamps tdeschamps@users.noreply.github.com)
- 8202b76: Merge pull request #2 from tdeschamps/ci/bump-actions-node24 (Thomas Deschamps tdeschamps@users.noreply.github.com)
- 2899f06: Phase 2 delighters: spinners, --all progress, login banner, update notifier (Claude noreply@anthropic.com)
- 87160bd: Phase 3 delighters: links, status colors, and a guided 'ask' (Claude noreply@anthropic.com)
- 86e312e: Refactor: dedupe render/open paths and centralize format branching (Claude noreply@anthropic.com)
- 155e0a8: Simplify: dedupe get-and-render, MCP request building, and token source (Claude noreply@anthropic.com)
- 8d22efd: build(deps): bump the go-minor-patch group with 2 updates (#4) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 017042e: ci: add Dependabot for Go modules and GitHub Actions (#3) (Thomas Deschamps tdeschamps@users.noreply.github.com)
- bf9c61c: ci: bump Go to 1.25.11 for patched stdlib (govulncheck) (Thomas Duchamp thomasdscmps@gmail.com)
- 18f764f: ci: bump actions to Node 24-compatible major versions (Thomas Duchamp thomasdscmps@gmail.com)
- 0ccf98c: ci: bump actions to Node 24-compatible major versions (#5) (Thomas Deschamps tdeschamps@users.noreply.github.com)
- 1efda98: ci: pin Go to 1.25.x to match golangci-lint v2.5.0 (Claude noreply@anthropic.com)
- 13017b4: ci: pin gofumpt and golangci-lint to the locally-validated versions (Claude noreply@anthropic.com)
- 32fb554: ci: use golangci-lint-action@v8 for golangci-lint v2 support (Claude noreply@anthropic.com)
- 57f616a: dist: enable Homebrew cask publishing to tdeschamps/homebrew-tap (#8) (Thomas Deschamps tdeschamps@users.noreply.github.com)
- eb3787c: dist: gate release to GitHub Releases first; add Claude Code plugin (#7) (Thomas Deschamps tdeschamps@users.noreply.github.com)
- 41759a9: feat(api): align CLI with Modjo OpenAPI v2; page-based pagination (Thomas Duchamp thomasdscmps@gmail.com)
- f1a715e: feat(auth): add MODJO_NO_KEYRING toggle and cross-store credential read (Thomas Duchamp thomasdscmps@gmail.com)
- b2f6ab2: feat(help): bold standard help headings when color is enabled (Thomas Duchamp thomasdscmps@gmail.com)
- c7be9f5: feat(info): redesign the logo as the Modjo waveform mark (Thomas Duchamp thomasdscmps@gmail.com)
- bd4e53a: first commit (Thomas Duchamp thomasdscmps@gmail.com)
- 6f5ece6: fix(ask): print human-readable answers by default, JSON only on request (Thomas Duchamp thomasdscmps@gmail.com)
- 1c6b0fd: fix(mcp): unwrap the {"answer":"..."} envelope from ask tools (Thomas Duchamp thomasdscmps@gmail.com)
- e3edddc: fix(release): install syft so goreleaser SBOM step works (#9) (Thomas Deschamps tdeschamps@users.noreply.github.com)
- 0bc3869: refactor(api): consolidate {data} envelope decoding into the client (Thomas Duchamp thomasdscmps@gmail.com)
- a45ade2: refactor: clean up dead agent plumbing, dedupe unmarshalers, hoist clone (Thomas Duchamp thomasdscmps@gmail.com)