Skip to content

Releases: nextlevelbuilder/goclaw-cli

v0.9.0-beta.2

11 Jun 17:53
c898cdb

Choose a tag to compare

v0.9.0-beta.2 Pre-release
Pre-release

0.9.0-beta.2 (2026-06-11)

Feature

  • traces: add search filter flags (013eb39)

Bug Fixes

  • traces: sync review report (c3a33bd)

v0.9.0-beta.1

11 Jun 17:38
04ffc17

Choose a tag to compare

v0.9.0-beta.1 Pre-release
Pre-release

0.9.0-beta.1 (2026-06-11)

Feature

  • cli: align runtime packages contracts (3ce0deb)
  • traces: complete CLI trace contract (cd892df)
  • cli: add P6 backend-unblocked CLI surfaces (issue #16) (#19) (2801486)
  • cli: add domain coverage p5 fillers (ce74e5e)
  • cli: add domain coverage P4 UX polish (3ea088b)
  • cli: promote domain coverage p3 to stable (3213305)
  • cli: add domain coverage p3 fillers (174b5ba)
  • release: add beta release channel (d484bc3)
  • release: add beta release channel (7127d2b)
  • cli: add super-admin api parity commands (1630d14)
  • cli: domain coverage expansion P0-P2 (4435fff)
  • skill: add Claude Code skill for GoClaw CLI (b9b1690)
  • cli: extensions (P5) - pair, oauth, packages, send, quota + subcommand extensions (6697b1f)
  • cli: agent lifecycle, chat, teams tasks, memory KG (P4) - AI-critical max polish (86807e1)
  • cli: vault (P3) - documents/links/upload/search/graph/enrichment (43b61c2)
  • cli: migration (P2) - backup/restore/S3 + per-domain export/import (9b3cc88)
  • cli: admin/ops foundation (P1) - tenants, heartbeat, system-configs, edition (1f306b4)
  • cli: AI ergonomics foundation (P0) - exit codes, TTY-aware output, FollowStream (82c116f)
  • cli: add remaining missing commands for full API coverage (e53e275)
  • cli: add multi-tenant support, 12 new command groups, modularize oversized files (96068ba)
  • 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

  • docs: align trace timeline wording (8e863ad)
  • cli: render trace details by id with validation + exit-code mapping (issue #17) (#20) (7e71c03)
  • cli: align live API command contracts (#15) (143624d)
  • ci: replace semantic-release action with CLI (63b4adb)
  • ci: run release workflows on Node 24 actions (6f1292f)
  • cli: align webhook and storage contracts (dc6f440)
  • client: stop follow stream on handler error (bbd9c82)
  • skill: harden install.sh TTY probe and link skill from root README (caaed19)
  • cli: address round 3 Claude review findings (0b8417d)
  • cli: address round 2 Claude review findings (74a1f1c)
  • cli: address Claude code review findings (072642c)
  • 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)
  • ci: pass GITHUB_TOKEN env var to goreleaser hook (392122a)
  • address critical security and reliability issues (ea50bd7)

Documentation

  • add planning artifacts for P6 backend-unblocked CLI and skill scaffold (e333ccc)
  • plans: gap analysis round 2 + P3-P6 plan (697bba0)
  • AI-first CLI expansion (P0-P5) - final docs sync (2ae0f85)
  • add api-keys and api-docs command documentation (7935a52)

Styles

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

Chores

  • merge: merge main into ai-first cli expansion (9444b48)
  • gitignore: ignore tooling artifacts (coverage, repomix, .claude, journals) (c5ead5b)

release

  • promote dev to main (P6 backend-unblocked + trace-by-id fix) (#21) (7757628)

v0.8.0

11 Jun 16:58
c60acc0

Choose a tag to compare

0.8.0 (2026-06-11)

Feature

  • traces: complete CLI trace contract (cd892df)
  • cli: add P6 backend-unblocked CLI surfaces (issue #16) (#19) (2801486)

Bug Fixes

  • docs: align trace timeline wording (8e863ad)
  • cli: render trace details by id with validation + exit-code mapping (issue #17) (#20) (7e71c03)

Documentation

  • add planning artifacts for P6 backend-unblocked CLI and skill scaffold (e333ccc)

release

  • promote dev to main (P6 backend-unblocked + trace-by-id fix) (#21) (7757628)

v0.8.0-beta.3

11 Jun 16:37
ab210b9

Choose a tag to compare

v0.8.0-beta.3 Pre-release
Pre-release

0.8.0-beta.3 (2026-06-11)

Feature

  • traces: complete CLI trace contract (cd892df)

Bug Fixes

  • docs: align trace timeline wording (8e863ad)

Documentation

  • add planning artifacts for P6 backend-unblocked CLI and skill scaffold (e333ccc)

v0.8.0-beta.2

28 May 12:13
7e71c03

Choose a tag to compare

v0.8.0-beta.2 Pre-release
Pre-release

0.8.0-beta.2 (2026-05-28)

Bug Fixes

  • cli: render trace details by id with validation + exit-code mapping (issue #17) (#20) (7e71c03)

v0.8.0-beta.1

27 May 11:05
2801486

Choose a tag to compare

v0.8.0-beta.1 Pre-release
Pre-release

0.8.0-beta.1 (2026-05-27)

Feature

  • cli: add P6 backend-unblocked CLI surfaces (issue #16) (#19) (2801486)
  • cli: add domain coverage p5 fillers (ce74e5e)
  • cli: add domain coverage P4 UX polish (3ea088b)
  • cli: promote domain coverage p3 to stable (3213305)
  • cli: add domain coverage p3 fillers (174b5ba)
  • release: add beta release channel (d484bc3)
  • release: add beta release channel (7127d2b)
  • cli: add super-admin api parity commands (1630d14)
  • cli: domain coverage expansion P0-P2 (4435fff)
  • skill: add Claude Code skill for GoClaw CLI (b9b1690)
  • cli: extensions (P5) - pair, oauth, packages, send, quota + subcommand extensions (6697b1f)
  • cli: agent lifecycle, chat, teams tasks, memory KG (P4) - AI-critical max polish (86807e1)
  • cli: vault (P3) - documents/links/upload/search/graph/enrichment (43b61c2)
  • cli: migration (P2) - backup/restore/S3 + per-domain export/import (9b3cc88)
  • cli: admin/ops foundation (P1) - tenants, heartbeat, system-configs, edition (1f306b4)
  • cli: AI ergonomics foundation (P0) - exit codes, TTY-aware output, FollowStream (82c116f)
  • cli: add remaining missing commands for full API coverage (e53e275)
  • cli: add multi-tenant support, 12 new command groups, modularize oversized files (96068ba)
  • 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

  • cli: align live API command contracts (#15) (143624d)
  • ci: replace semantic-release action with CLI (63b4adb)
  • ci: run release workflows on Node 24 actions (6f1292f)
  • cli: align webhook and storage contracts (dc6f440)
  • client: stop follow stream on handler error (bbd9c82)
  • skill: harden install.sh TTY probe and link skill from root README (caaed19)
  • cli: address round 3 Claude review findings (0b8417d)
  • cli: address round 2 Claude review findings (74a1f1c)
  • cli: address Claude code review findings (072642c)
  • 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)
  • ci: pass GITHUB_TOKEN env var to goreleaser hook (392122a)
  • address critical security and reliability issues (ea50bd7)

Documentation

  • plans: gap analysis round 2 + P3-P6 plan (697bba0)
  • AI-first CLI expansion (P0-P5) - final docs sync (2ae0f85)
  • add api-keys and api-docs command documentation (7935a52)

Styles

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

Chores

  • merge: merge main into ai-first cli expansion (9444b48)
  • gitignore: ignore tooling artifacts (coverage, repomix, .claude, journals) (c5ead5b)

v0.7.0

27 May 07:12
445c939

Choose a tag to compare

0.7.0 (2026-05-27)

Feature

  • cli: add domain coverage p5 fillers (ce74e5e)
  • cli: add domain coverage P4 UX polish (3ea088b)

Bug Fixes

  • cli: align live API command contracts (#15) (143624d)

v0.7.0-beta.3

21 May 05:47
143624d

Choose a tag to compare

v0.7.0-beta.3 Pre-release
Pre-release

0.7.0-beta.3 (2026-05-21)

Bug Fixes

  • cli: align live API command contracts (#15) (143624d)

v0.7.0-beta.2

20 May 07:33
ce74e5e

Choose a tag to compare

v0.7.0-beta.2 Pre-release
Pre-release

0.7.0-beta.2 (2026-05-20)

Feature

  • cli: add domain coverage p5 fillers (ce74e5e)

v0.7.0-beta.1

19 May 15:51
3ea088b

Choose a tag to compare

v0.7.0-beta.1 Pre-release
Pre-release

0.7.0-beta.1 (2026-05-19)

Feature

  • cli: add domain coverage P4 UX polish (3ea088b)