Releases: supermodeltools/cli
v0.6.14
Changelog
Other
- 8e758dd: CLI cleanup: production-ready file-mode workflow (@jonathanpopham)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.13...v0.6.14
v0.6.13
Changelog
Bug Fixes
- 66432f6: fix(npm): use stderr for get-started message so it shows without --foreground-scripts (@greynewell)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.12...v0.6.13
v0.6.12
Changelog
Bug Fixes
- b2713aa: fix: add /dev/tty fallback for MinTTY/Git Bash TTY detection (#163) (@greynewell)
- bd1e2ad: fix: friendlier error when watch is already running on port 7734 (#165) (@greynewell)
- ecb93fc: fix: print auth URL and prompt for token when browser open fails (#162) (@greynewell)
- dac5942: fix: print getting-started message after npm global install (#161) (@greynewell)
- c252e3f: fix: remove install-time setup wizard from install.sh (#160) (@greynewell)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.11...v0.6.12
v0.6.11
Changelog
Features
- d2c910a: feat(memorygraph): add persistent memory graph package and MCP tools (#142) (@greynewell)
- c7b030f: feat: auto-launch setup wizard on first run of bare 'supermodel' (@jonathanpopham)
Bug Fixes
- d8429d8: fix(mcp): add return after t.Fatal to satisfy staticcheck SA5011 (#141) (@greynewell)
- 0651f32: fix: update install URL in script header comment (@greynewell)
- 9e81cad: fix: update install URL to /install (no .sh extension) (@greynewell)
Other
- 0b86a59: Add supermodeltools.com/trial CTA (#146) (@jonathanpopham)
- 66c1123: Link to CLI docs from README (#147) (@jonathanpopham)
- 180a39c: Refine README graph messaging (#145) (@abrahamwolke)
- d71c71c: Replace stale 'supermodel watch' references with 'supermodel' (#150) (@jonathanpopham)
- 928b4a9: readme: tighten cost claim and agent copy (@abrahamwolke)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.10...v0.6.11
v0.6.10
Changelog
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.9...v0.6.10
v0.6.9
Changelog
Other
- 4de71b7: security(gitzip): always exclude sensitive files from upload regardless of gitignore (@greynewell)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.8...v0.6.9
v0.6.8
Changelog
Features
- 3a8a45f: feat: surface privacy policy and auto-gitignore shard files (@greynewell)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.7...v0.6.8
v0.6.7
Changelog
Bug Fixes
- ae3497f: fix(npm): use native Windows bsdtar, fail loud on empty extraction (#134) (@jonathanpopham)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.6...v0.6.7
v0.6.6
Changelog
Features
- 576d286: feat(watch): show syncing indicator when incremental update starts (@greynewell)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.5...v0.6.6
v0.6.5
Changelog
Bug Fixes
- 86b3df0: fix(npm): refactor extractZip for testability, add tests, fix tmpDir cleanup (@greynewell)
- ab4bad3: fix(windows): Use native tar to bypass Windows Defender file lock crash (@PunchingElm)
Installation
macOS / Linux (Homebrew)
brew tap supermodeltools/cli https://github.com/supermodeltools/cli
brew install supermodeltools/cli/supermodelmacOS / Linux (curl)
curl -fsSL https://supermodeltools.com/install.sh | shWindows (Scoop)
scoop bucket add supermodel https://github.com/supermodeltools/cli
scoop install supermodelnpm
npm install -g @supermodeltools/cliFull changelog: v0.6.4...v0.6.5