chore(release): 0.8.0 - #36
Merged
Merged
Conversation
0.7.0 bumped package.json on main but was never tagged, so it never reached a single user. Rather than backfill a release nobody is waiting for, its content ships here — users jump 0.6.0 → 0.8.0 and get both the command-surface subtraction and the bridge port work. Also carries `docs/commands.html` forward. Nothing tests that page, so a reworded flag or a renamed sidepanel card goes stale in silence: it still described an Auto mode toggle that no longer exists, a "Send to Claude Code" card that has been renamed, and a single hard-coded 49227. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump for the release, per the two-step flow in
CLAUDE.md→ Releasing(bump via PR → squash-merge → tag
main).Why 0.8.0 and not 0.7.0
package.jsonalready said0.7.0, butv0.7.0was never tagged — the bumplanded on
mainand no release was ever cut, so no user received it. Users arestill on
v0.6.0.Rather than backfill a release nobody is waiting for, 0.7.0's content ships as
part of 0.8.0. Users jump
0.6.0 → 0.8.0and get both:tabs check/push/watch/history/promptgone,--port/--out/--variantgone, threetabscommands left)service: "tabbrew-bridge"identity on
/health, and refusing to start a second bridgeCLAUDE.mdnow records that 0.7.0 is a history-only version so nobody tries to"restore" the missing release later.
docs/commands.html
Carried forward.
CLAUDE.mdwarns that nothing tests this page, so a rewordedflag or renamed card goes stale in silence — and it had:
49227as the single hard-coded port, in the wire diagram, the removed-flagstable, the troubleshooting rows, the env-var table, and the closing callout
v0.7.0in the title, nav, eyebrows, and footerNow: the card is Connect to TabBrew CLI with the screen itself as the
switch, both ports appear wherever one used to, and the port callout explains
why the identity check is what makes a second port safe.
Verification
bun run typecheckandbun test(20/20) clean.After merge
Tag and push —
git tag v0.8.0 && git push origin v0.8.0— which triggers.github/workflows/release.ymlto cross-compile the four targets, writechecksums.txt, record the SLSA provenance attestation, and publish the releasethat
tabbrew updateresolves through thereleases/latestredirect.🤖 Generated with Claude Code