release: v1.0.0-rc.3 - #619
Merged
Merged
Conversation
Bump the workspace to 1.0.0-rc.3 and compile the CHANGELOG for the M2-foundations release candidate: Provider trait + config-driven selection (B1/B2), Channel boundary (A1), speaker identity (A4), conversation/memory concurrency moved off the reactor thread, memory durability, a genuine CI-enforced 96% quick-router accuracy, perf wins, and the dispatch/memory module splits.
Patches an unsoundness in anyhow's Error::downcast_mut() flagged by a newly published advisory (the cargo-deny advisories check). Semver-compatible patch; bundled into rc.3 so the release ships advisory-clean.
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
Cuts v1.0.0-rc.3: workspace bump
1.0.0-rc.2→1.0.0-rc.3and a compiled CHANGELOG for the 22 PRs merged since rc.2.This RC lays the M2 foundations (portable providers + channels), takes deterministic tool-call accuracy to a genuine, CI-enforced 96%, and hardens reliability so one session no longer stalls another.
Highlights
See the CHANGELOG entry for the full list.
Real Behavior Proof
What I ran
Version + CHANGELOG bump only — no code paths, prompts, or tool behavior change. main was CI-green (CI + aarch64 cross-compile) at the #606 branch point. On merge, tagging
v1.0.0-rc.3triggersrelease.ymlto cross-build aarch64/x86_64 and publish the GitHub Release.