Skip to content

Releases: colevels/tabbrew-cli

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 21:22
1a36fb0

What's Changed

  • refactor(tabs): cut the surface to serve / list / suggest (v0.7.0) by @colevels in #34
  • feat(tabs): fall back to port 49228, and prove the bridge is ours by @colevels in #35
  • chore(release): 0.8.0 by @colevels in #36

Full Changelog: v0.6.0...v0.8.0

v0.6.0 — POC snapshot

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:19
1fa1e7f

⚠️ 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: the tabs loopback bridge (serve / push / suggest / watch /
history), docs push / list / open, init with 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, pin v0.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

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:36
3d1f665

What's Changed

  • feat(tabs): auto mode — watch the browser, propose scripts, hear the answer by @colevels in #30

Full Changelog: v0.5.4...v0.5.5

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:07
e9a2bb4

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:17
0f20e4f

What's Changed

  • docs: document signed build-provenance for prebuilt binaries by @colevels in #18
  • refactor(docs): drop dead x-upload-token fallback from docs push by @colevels in #20
  • chore: release v0.5.3 by @colevels in #21

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:48
012c40c

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:41
43dc4fd

What's Changed

  • ci: build releases in GitHub Actions with signed provenance; pin Bun by @colevels in #13
  • ci: bump actions to Node 24 majors (checkout v5, attest v4) by @colevels in #14
  • chore: release v0.5.1 by @colevels in #15

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@colevels colevels released this 17 Jul 18:28
f00d17e

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

v0.4.1

Choose a tag to compare

@colevels colevels released this 12 Jul 21:05
9b298c9

What's Changed

  • feat(init): document docs list --json schema in awareness doc (v0.4.1) by @colevels in #11

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@colevels colevels released this 12 Jul 20:54
dc89bf5

What's Changed

  • docs: point install docs at tabbrew update for upgrades by @colevels in #8
  • docs: tighten README prose for clarity by @colevels in #9
  • feat(docs): click-to-view — clickable list titles + docs open <id> (v0.4.0) by @colevels in #10

Full Changelog: v0.3.1...v0.4.0