chore(release): bump version to 0.6.1#382
Merged
Merged
Conversation
Claude Architecture ReviewVerdict: mergeable No architectural or integration issues found. Summary: This PR contains no code changes: it updates README.md and ROADMAP.md to document a new session-pinning feature and bumps the package version to 0.6.1 in package.json/package-lock.json. There are no main/preload/renderer, IPC, native dependency, or packaging changes to assess for architecture or integration impact. |
Codex Correctness ReviewVerdict: mergeable No actionable findings. Summary: No actionable defects found. The version metadata is consistent, and the documented session-pinning capability is implemented and covered by focused tests in the base repository. Full checks were not run because dependencies are not installed in the read-only environment. |
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
Release prep for v0.6.1. Bumps the single source of truth (
package.json+package-lock.json) from0.6.0to0.6.1and updates the docs for what landed sincev0.6.0(23 commits). This is a patch release: no breaking changes, no Roadmap phase status changes — it polishes the desktop shell, download reliability, and Codex/ACP handling.Since v0.6.0 (headline)
d191929); failed-run reporting only surfaces genuinely unknown failures (fix(workspace): report only unknown run failures, not expected ones #362)setup-tokenreplaces the removed legacy Local Claude provider (4faa7b5,f085f35)Cmd/Ctrlzoom shortcuts (fix(main): re-enable Cmd/Ctrl zoom in/out and actual-size shortcuts #341);aipoch-artifact-name prefix (build(packaging): prefix artifact names with aipoch- #367); dynamic.debarch (fix(packaging): use ${arch} instead of hardcoded amd64 in deb template #369)allow_always(fix(acp): use Codex MCP permission option IDs #377,17d68a1), skill-by-slug resolution (fix(acp): nudge skills by slug id so the agent can resolve them #373), block session creation on stale connection during deferred reconnect (fix(acp): block session creation on stale connection during deferred reconnect #348); reviewer accepts hyphenated Claude MCP titles (fix(reviewer): accept hyphenated Claude MCP titles #353); AI-review pipeline stabilized (ci(review): stabilize dispatched AI reviews #379, ci(review): ensure AI review outcomes are published #378, ci(review): allow selecting a dispatched reviewer #361, fix(review): restore AI review execution #357, fix(review): restore working reviewer actions #358, ci(review): gate fork PR review and externalize review models #349)Doc changes in this PR
README.md— session pinning added to the Projects-and-sessions capability row. (The Local Claude →claude setup-tokenprovider docs already landed withf085f35.)ROADMAP.md— session pinning noted in the Working-today multi-session bullet.Release notes for the GitHub Release are drafted in
docs/internal/release-v0.6.1.md(gitignored, not in this PR).Testing
npm run typecheck(node + web) ✅npm run lint✅ (0 errors; 60 pre-existing prettier warnings on main, untouched)npm test✅ (5864 passed; the 2build/packaging.test.tsfailures are a worktree-onlynode_modulespath artifact — pass in a normal checkout)No code changed — docs + version only.