Skip to content

Releases: supermodeltools/cli

v0.3.1

03 Apr 22:22

Choose a tag to compare

Changelog

Features

Other

Installation

macOS / Linux (Homebrew)

brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodel

macOS / Linux (curl)

curl -fsSL https://supermodeltools.com/install.sh | sh

Windows (Scoop)

scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodel

npm

npm install -g @supermodeltools/cli

Full changelog: v0.2.1...v0.3.1

v0.3.0

02 Apr 20:31

Choose a tag to compare

Changelog

Bug Fixes

  • 6897bd2: fix(lint): combine redundant string params, fix goimports formatting (@greynewell)
  • bc02fc4: fix(lint): use octal literals, strings.HasPrefix, De Morgan's law in tests (@greynewell)
  • 4b59411: fix(test): gate integration tests behind //go:build integration tag; fix Windows path test (@greynewell)
  • 22af676: fix: lowercase OS in install.sh to match goreleaser archive names (@greynewell)

Installation

macOS / Linux (Homebrew)

brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodel

macOS / Linux (curl)

curl -fsSL https://supermodeltools.com/install.sh | sh

Windows (Scoop)

scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodel

npm

npm install -g @supermodeltools/cli

Full changelog: v0.2.0...v0.3.0

v0.2.1

02 Apr 21:17

Choose a tag to compare

  • fix: lowercase OS in install.sh to match goreleaser archive names (checksum verification was failing on Linux/macOS CI)
  • fix: add --timeout flag to dead-code command (default 7200s) — prevents infinite polling if an API job gets stuck

v0.2.0

02 Apr 20:07
9d05370

Choose a tag to compare

What's Changed

  • chore(deps): bump the all-actions group across 1 directory with 5 updates by @dependabot[bot] in #14
  • fix: use correct API endpoint /v1/graphs/supermodel by @jonathanpopham in #15
  • fix: handle async 202 job polling for analyze by @jonathanpopham in #16
  • feat: add supermodel restore command by @greynewell in #18
  • fix: match lowercase relationship types returned by API by @jonathanpopham in #19
  • feat: add arch-docs command for static architecture site generation by @greynewell in #21
  • feat: supermodel factory — AI-native SDLC orchestration by @greynewell in #20
  • feat: wire dead-code to /v1/analysis/dead-code endpoint by @jonathanpopham in #23

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Apr 02:41

Choose a tag to compare

Changelog

Features

  • 5093d4f: feat: add compact command for token-efficient source code compaction (@greynewell)

Installation

macOS / Linux (Homebrew)

brew install supermodeltools/tap/supermodel

macOS / Linux (curl)

curl -fsSL https://supermodeltools.com/install.sh | sh

Windows (Scoop)

scoop bucket add supermodel https://github.com/supermodeltools/scoop-bucket
scoop install supermodel

npm

npm install -g @supermodeltools/cli

Full changelog: v0.1.0-rc.2...v0.1.0

v0.1.0-rc.2

01 Apr 16:46

Choose a tag to compare

v0.1.0-rc.2 Pre-release
Pre-release

Changelog

Bug Fixes

  • 2567dff: fix(release): pin install.sh version from tag, install Scoop before using it (@greynewell)

Installation

macOS / Linux (Homebrew)

brew install supermodeltools/tap/supermodel

macOS / Linux (curl)

curl -fsSL https://supermodeltools.com/install.sh | sh

Windows (Scoop)

scoop bucket add supermodel https://github.com/supermodeltools/scoop-bucket
scoop install supermodel

npm

npm install -g @supermodeltools/cli

Full changelog: v0.1.0-rc.1...v0.1.0-rc.2

v0.1.0-rc.1

01 Apr 16:37

Choose a tag to compare

v0.1.0-rc.1 Pre-release
Pre-release

Changelog

Features

Bug Fixes

Installation

macOS / Linux (Homebrew)

brew install supermodeltools/tap/supermodel

macOS / Linux (curl)

curl -fsSL https://supermodeltools.com/install.sh | sh

Windows (Scoop)

scoop bucket add supermodel https://github.com/supermodeltools/scoop-bucket
scoop install supermodel

npm

npm install -g @supermodeltools/cli

Full changelog: ...v0.1.0-rc.1