Conversation
Bumps pyproject.toml from 0.10.0 to 0.10.1 and updates the fallback __version__ in src/specsmith/__init__.py to match. Also expands the CHANGELOG [Unreleased] section into a proper [0.10.1] - 2026-05-04 entry summarising the multi-agent + BYOE + 0.10.1 follow-up sweep work that landed since 0.7.0: - AgentRunner + ready event (REQ-145) - Agent profiles + activity routing + fallback chain (REQ-146) - BYOE endpoints registry + openai-compat provider (REQ-142) - specsmith phase / mcp / rules / notebook --json surfaces - api-surface CI guard - diversity guard, capability filter, phase auto-routing - TraceVault seal on /agent - real token-cost threading from each provider driver - 33 new fallback chain tests; pytest 448 passed - Cloud Runs feature retired This is the version-bump component of the develop -> main release sync. After this commit lands on develop, a separate release PR opens develop -> main and tags the merge commit v0.10.1. Co-Authored-By: Oz <oz-agent@warp.dev>
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.
What
Release PR for v0.10.1.
This is the standard develop → main sync that bumps the user-facing
version, lands on main, and gets tagged.
Version
pyproject.toml:0.7.0(on main) →0.10.1src/specsmith/__init__.pyfallback:0.10.0→0.10.1What's in this release
This rolls together the multi-agent + BYOE + 0.10.1 follow-up sweep
that landed on develop since the 0.7.0 cut on main, plus the formal
0.10.1version stamp:phase show,mcp list/test/start/stop,rules list,notebook new(specsmith CLI 0.10.0: AgentRunner ready event + agent profiles + activity routing (REQ-145, REQ-146) #93)phase auto-routing, TraceVault seal on
/agent, real token-costthreading from every provider driver, 33 new fallback chain tests,
docs/site/agents.md,docs/site/quickstart.mdspecsmith cloud spawn/cloud-serve/cloud_serve.py/docs/site/cloud-agents.md/
.specsmith/cloud/and related tests removed.Verification
pytest: 448 passed, 1 skipped on the latest develop run.ruff: clean.api-surfacesnapshot: matches fixture.across both repos.
After merge
Tag the merge commit
v0.10.1and fast-forwarddeveloptomatch
main. Note the existingv0.10.0tag stays in place atits original commit; there is no need to retag (per Keep-a-Changelog
convention, tags are immutable once published).
Co-Authored-By: Oz oz-agent@warp.dev