Resolve default models from provider catalogs - #1002
Merged
Conversation
Merged
SawyerHood
added a commit
that referenced
this pull request
Aug 8, 2026
## Summary Prepares the 0.36.0 release: version lockstep bump and release notes. - bump `bb-app` and `@bb/desktop` to `0.36.0` via `scripts/bump-version.mjs` - add the `0.36.0` section to `CHANGELOG.md` - add the `0.36.0` entry to `RELEASE_META` in `apps/web/src/landing/changelog.ts` ## Release notes Headline is "Fixes and improvements". The notes lead with the loopback bind default (#1125), because it is the one change that needs user action before the upgrade. That section links to `docs/multiple-devices.md` for the bb connect and Tailscale Serve setup steps rather than repeating them. Two risks are called out explicitly in the notes: - The host daemon protocol moved 69 → 82 in this range. A remote daemon that reaches the server at a direct `host:38886` address loses its route and cannot self-update, so the route must move first. - A thread that names no model now resolves one from the provider catalog on the target host (#1002), and fails to start when that host cannot list models. A Thanks section credits the external contributors in this range: @ben-vargas, @Diffuzmetall, @kschrader, and @toasterman234. Commands stay as inline code spans throughout. The `/changelog` parser handles only paragraphs and bullets, and its inline renderer supports only `code` and `strong`, so a fenced block or a Markdown link would render as literal text on the marketing site. ## Validation - `node .github/workflows/check-version-lockstep.mjs` — bb-app=0.36.0 @bb/desktop=0.36.0 - `pnpm exec turbo run typecheck test --filter=@bb/config --filter=@bb/server --filter=bb-app --force` — 1367 tests passed - `pnpm exec turbo run smoke:tarball --filter=bb-app --force` — passed - `git diff --check` — clean Unrelated pre-existing issue found while validating: `apps/server/test/internal/internal-skill-trees.test.ts` asserts a file mode of `0o644`, which depends on the process umask. It fails under `umask 002` and passes under `umask 022`. CI is unaffected. ## Follow-ups - Redeploy `@bb/web` after this lands so `/changelog` shows 0.36.0. - `publish-bb-app.yml` and `build-desktop.yml` still need to run from `main` at this commit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5 (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.
Summary
Testing
pnpm exec turbo run test --filter=@bb/server --force(1,317 tests)pnpm exec turbo run test --filter=@bb/cli --filter=@bb/templates --force(382 tests)pnpm exec turbo run typecheck --filter=@bb/templates --filter=@bb/cli --filter=@bb/serverNo host-daemon protocol change is required because this uses the existing
provider.list_modelsRPC.