Releases: supermodeltools/cli
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
v0.6.4
Changelog
Features
- 95decfb: feat(gitzip): respect .gitignore on all platforms via git ls-files fallback (@greynewell)
Other
- 1f95df5: test(gitzip): add tests for large files, symlinks, and fallback via ls-files path (@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.3...v0.6.4
v0.6.3
Changelog
Bug Fixes
- 3adea13: fix(npm): unique tmpDir, neutral comment, fix heading hierarchy (@greynewell)
Other
- e6ded26: Handle Windows installs (@JustSuperHuman)
- d39556b: Update benchmark description to use claude-opus-4-6 (@jonathanpopham)
- e392bef: chore(benchmark): remove blog post draft (moved to website repo) (@greynewell)
- daeb827: chore(benchmark): trim benchmark_results.zip to results-only (#128) (@jonathanpopham)
- 4a62e66: docs(benchmark): add plain-language explanation of shards before setup section (@greynewell)
- a503377: docs(benchmark): add repo/results links and model spec to blog post (@greynewell)
- 6c11a53: docs(benchmark): remove three-file shards from blog post (@greynewell)
- 78bdad7: docs(benchmark): rewrite blog post with real transcript numbers and log snippets (@greynewell)
- c450bb9: docs(readme): replace "sidecar" with "shard" (@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.2...v0.6.3
v0.6.2
Fix install.sh tty detection and scoop smoke test PATH — all install methods now verified in CI.
v0.6.1
Add README to npm package (@supermodeltools/cli).
v0.6.0
What's new
New features
supermodel skill— emits an optimized CLAUDE.md prompt for Claude Code, instructing agents to use.graphshard files for smarter navigation. Auto-generates what used to require hand-crafted prompts; benchmarks show 50–60% cost reduction vs naked Claude.- Home/root directory guard — refuses to run
analyzeorgeneratein/or~to prevent accidental mass uploads. - Upload size warning — warns when the archive exceeds 50 MB and suggests adding exclude rules.
- Offline fallback — serves stale cached results when the API is unreachable instead of hard-failing.
- Cache TTL — local cache entries expire after 30 days;
cache.Prune()andcache.Stats()for management. supermodel update— checks for and installs new releases from GitHub.- Enhanced
supermodel status— shows cache size and last analysis timestamp. exclude_patternsin.supermodel.json— glob patterns (including**) to fine-tune what goes into the upload archive.
Bug fixes
- Fixed UUID remap in incremental shard updates for
TypeandClassnodes (#107). - Windows CI:
USERPROFILE,TMP/TEMP, and filepath separator fixes across test suite.
Benchmark
Four-way comparison on a 270k-line Django repo:
| Cohort | Cost | Turns | Duration |
|---|---|---|---|
| Naked Claude | $0.30 | 20 | 122s |
| + Supermodel (crafted) | $0.12 | 9 | 29s |
| + Supermodel (auto) | $0.15 | 11 | 42s |
| Three-file shards | $0.25 | 16 | 73s |
supermodel skill captures 83% of the hand-crafted prompt's savings with zero manual effort.