chore(release): bump main to 0.10.1 and cut the changelog entry - #962
Merged
Merged
Conversation
Stamp the release set (contract, api-client, cezar, web, alias-cezar) and the lockfile 0.10.0 -> 0.10.1, with the intra-release ranges rewritten to ^0.10.1. A patch bump: every change since 0.10.0 is a feature or a fix, no breaking surface. Turn `# Unreleased` into `# 0.10.1 (2026-09-04)` and make it a real release entry: - keep the five essay-length entries already drafted (pin tasks, agent-account Continue, the CEZ:ASK brace repair, the merge-conflict chip, and the three reference-chip fixes), fixing their PR citations along the way (the pin feature cited its tracking issue, #935, instead of the PR that shipped it, #938; the CEZ:ASK and merge-conflict entries had no citation at all) - add the ~14 PRs that merged since with no changelog note at all: PDF/TXT/MD composer attachments (#951), cross-repo reference-chip safety (#946), a stale review request or an "Update branch" merge clearing a rejection (#909), cross-project task 404s (#905), the Changes tab's independent scroll (#918), a clearable composer skill pill (#919), a resumed session keeping its step's tools (#928), Alt quick replies eating Polish characters (#943), host-local Claude model discovery (#841), GitHub search across every state (#732), two mobile run-header/history fixes (#764, #873), and a fresh task's /skill expansion (#947) - add a CI/CD & Infrastructure section for the GITHUB_RUN_ATTEMPT e2e fix (#911) - add a Highlights paragraph and credit the seven contributors No code changes.
📦 npm preview published —
|
This was referenced Sep 10, 2026
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
Stamps the release set (
contract,api-client,cezar,web,alias-cezar) and the lockfile0.10.0 -> 0.10.1, rewrites the intra-release^0.10.0ranges to^0.10.1, and cuts the0.10.1CHANGELOG.md entry for everything merged sincev0.10.0.Patch bump: everything since 0.10.0 is a feature or a fix, nothing breaking.
Changelog
# Unreleased(pin tasks, agent-account Continue, theCEZ:ASKbrace repair, the merge-conflict chip, the three reference-chip fixes) and fixed their citations — the pin feature cited its tracking issue (#935) rather than the PR that shipped it (#938); theCEZ:ASKand merge-conflict entries had no PR citation at all.v0.10.0with no changelog note: PDF/TXT/MD composer attachments (feat(composer): accept PDF, TXT and MD attachments, not just images #951), cross-repo reference-chip safety (fix(runs): stop a task adopting another repository's PR/issue as its reference (#945) #946, fixes Fix: a task adopts another repository's PR/issue link as its own reference chip #945), a stale review request or an "Update branch" merge clearing a rejection (fix(github): stop a stale review request or an "Update branch" merge from clearing a rejection #909), cross-project task 404s (fix(cockpit): open another project's task without a 404 #905), the Changes tab's independent scroll (fix(cockpit): scroll the Changes file tree independently of the diff #918), a clearable composer skill pill (fix(composer): let a picked skill be taken back off, and open every task without one #919), a resumed session keeping its step's tools (fix(runs): a resumed session keeps its step's tools instead of the default set #928), Alt quick replies eating Polish characters (fix(composer): stop the Alt quick replies from eating typed characters #943), host-local Claude model discovery (fix(models): discover Claude models from the host CLI instead of fixed presets #841), GitHub search across every state (fix(github): find issues and PRs in any state from the tab's search (#730) #732, fixes Fix: GitHub tab search cannot find closed/merged issues & PRs — only the open set is ever fetched #730), two mobile run-header/history fixes (fix(web): reclaim mobile task history space #764, fix(ui): collapse dense run metadata at phone width (#765) #873, fixes Fix: collapse dense run metadata in the session header #765), and a fresh task's/skillexpansion (fix(workflows): expand /skill in a fresh run's opening prompt (#278) #947).## 🚀 CI/CD & Infrastructuresection for theGITHUB_RUN_ATTEMPTe2e fix (fix(release): pin GITHUB_RUN_ATTEMPT so CI re-runs stop failing the snapshot e2e #911).## Highlightsparagraph and credited the seven contributors: @pat-lewczuk, @wojciechszyjka, @piotrchabros, @blabbler78, @matgren, @AGmakonts, @patzick.Verification
Docs-only, no code changes — every touched
package.json, the lockfile, andCHANGELOG.mdparse/read cleanly. No test/build gate needed beyond that (matches the precedent 0.10.0 release commit, #892).🤖 Generated with Claude Code