Releases: colevels/tabbrew-cli
Release list
v0.8.0
v0.6.0 — POC snapshot
⚠️ This is a proof-of-concept release.v0.6.0 is the high-water mark of the exploration — the widest the command surface
ever got: thetabsloopback bridge (serve/push/suggest/watch/
history),docs push/list/open,initwith both skills, and the
self-updating binary, all in one build.What comes next is subtractive. Commands are being removed to cut complexity,
and some of them will be reimplemented later in a simpler shape. If you depend on
something here, pinv0.6.0— a later version may not have it.
What's Changed
- docs: add a visual command map (docs/commands.html) by @colevels in #32
- chore(release): v0.6.0 — POC snapshot by @colevels in #33
Full Changelog: v0.5.5...v0.6.0
v0.5.5
What's Changed
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- tabbrew-tabs skill + serve/run local bridge to the extension by @colevels in #22
- Group tab commands under
tabs, scope flags per command by @colevels in #23 - Harden the local bridge: pin Host, write tabs.json 0600 by @colevels in #24
- fix(table): correct display width for spacing marks, unskewing list columns by @colevels in #25
- docs(tabs): suggest .txt for script files instead of .tbrew by @colevels in #26
- docs: sync CLAUDE.md with the current command surface by @colevels in #27
- refactor(help): reorder by value, add per-command help, fit 80 columns by @colevels in #28
- chore(release): v0.5.4 by @colevels in #29
Full Changelog: v0.5.3...v0.5.4
v0.5.3
v0.5.2
What's Changed
- docs: document the automated release.yml pipeline in CLAUDE.md by @colevels in #16
- chore: release v0.5.2 by @colevels in #17
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
Two-tier help (#12)
tabbrew --help is now a lean, user-facing summary — commands + the two global options. The full reference (per-command flags, the ENVIRONMENT override table, the tools repo-info demo, and the credentials path) moved behind a developer mode:
tabbrew help --all # or: tabbrew --help --all
Everything that used to be in --help is still available under --all; nothing was removed.
Update: tabbrew update