Skip to content

Releases: nextlevelbuilder/goclaw-cli

v0.3.0

08 Apr 05:09
c742f5d

Choose a tag to compare

0.3.0 (2026-04-08)

Feature

  • cli: add remaining missing commands for full API coverage (e53e275)

Bug Fixes

  • cli: address round 3 Claude review findings (0b8417d)
  • cli: address round 2 Claude review findings (74a1f1c)
  • cli: address Claude code review findings (072642c)

v0.2.0

26 Mar 10:15
b0e192c

Choose a tag to compare

0.2.0 (2026-03-26)

Feature

  • cli: add multi-tenant support, 12 new command groups, modularize oversized files (96068ba)

Bug Fixes

  • cli: escape fmt.Sprintf path params in grants and instances (259424e)
  • cli: use url.Values for query params, fix import ordering (62953c9)
  • cli: escape flag-sourced values in DELETE paths, fix storage consistency (e64fb3f)
  • cli: address Claude code review findings (276f8f5)

Styles

  • cli: fix import ordering, add plans/ to .gitignore (d51196d)

v0.1.1

16 Mar 07:57

Choose a tag to compare

0.1.1 (2026-03-16)

Bug Fixes

  • ci: pass GITHUB_TOKEN env var to goreleaser hook (392122a)

v0.1.0

16 Mar 07:50

Choose a tag to compare

0.1.0 (2026-03-16)

Feature

  • ci: add semantic-release for automatic versioning (7a9e35a)
  • cli: add api-keys and api-docs command groups (4fb4179)
  • add unit tests, CLAUDE.md, and multi-platform CI (2eec9bd)
  • add project documentation and mark all plan phases completed (3cd11a5)
  • add CI/CD workflows for build, test, and release (1eb5362)
  • initial GoClaw CLI implementation (9bf67a0)

Bug Fixes

  • address critical security and reliability issues (ea50bd7)

Documentation

  • add api-keys and api-docs command documentation (7935a52)