th-2f31d8: SmoothFlow 0.2.3 - #602
Merged
Merged
Conversation
Version-only bump. Brent is running 0.2.2, and the two features he is waiting on have been sitting on main unreleased: the New Session screen that no longer demands a pearl id (#594) and the declarative scrape rules that add aider/goose/crush/cline plus the aider paste-timing fix (#599). Cutting 0.2.3 is what actually puts them in front of a user. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 54fa40e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
brentrager
enabled auto-merge (squash)
September 17, 2026 18:45
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.
Problem
Brent's installed SmoothFlow is 0.2.2, and that is also what
apps/smoothflow/Info.plistsays on main — no release has been cut since 2026-09-11. Two real features have merged since and he has never seen either of them. He asked, with visible frustration, why the New Session screen still isn't simplified. It is simplified — on main, unreleased.What ships in 0.2.3
th-c103c1) — zero-friction New Session: Kind + prompt + Start, with pearl / Jira / worktree inferred instead of demanded; plainclaude/codexsessions are adopted into the fleet.th-e77603) — declarative scrape rules replacing hand-written per-harness pane parsers, plus aider / goose / crush / cline harnesses and the aider paste-timing fix (th-d2a1e4).This PR
Version-only:
Info.plist0.2.2 → 0.2.3 viaapps/smoothflow/scripts/bump-version.sh, plus the changeset. The publish workflow reads the version back out ofInfo.plist; nothing else carries it.Verification
smoothflow-publish.ymldispatched against the squash-merge SHA after this lands, then the published artifact is checked for real — appcast entry +edSignature,stapler validateon the DMG and the app inside it,spctl, andotool -Lover every binary inContents/Resources/binto catch a Homebrew-OpenSSL link. Finally the OTA is driven onto Brent's installed 0.2.2 and the New Session sheet screenshotted from a Finder launch.🤖 Generated with Claude Code