Skip to content

Tags: nextlevelbuilder/goclaw-cli

Tags

skill-v0.1.0

Toggle skill-v0.1.0's commit message
fix(skill): harden install.sh TTY probe and link skill from root README

- Add has_tty() helper that probes /dev/tty by actually opening it for read
  Fixes edge case where [[ -r /dev/tty ]] is true but reading fails under pipe
  redirect like < /dev/null. Mode 1 under pipe now exits 1 cleanly.
- Update root README with "Claude Code Skill" section advertising tarball +
  SHA256 install one-liner for easy discovery and installation.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from nextlevelbuilder/feat/complete-cli-commands

feat(cli): complete command coverage for all GoClaw backend APIs

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from nextlevelbuilder/claude/agitated-shirley

feat(cli): multi-tenant support, 12 new command groups, modularization

v0.1.1

Toggle v0.1.1's commit message
fix(ci): pass GITHUB_TOKEN env var to goreleaser hook

v0.1.0

Toggle v0.1.0's commit message
feat(ci): add semantic-release for automatic versioning

Replace manual tag-based releases with go-semantic-release that
auto-creates tags from conventional commits and triggers GoReleaser.