chore(desktop): prepare 0.2.1 release - #166
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe pull request adds two patch Changesets for ChangesDesktop release updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR adds release metadata to move the desktop package from 0.2.0 to 0.2.1 without changing application behavior or publishing assets. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
commit: |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @pymodel/pythinker-code@1.1.0 ### Minor Changes - [#162](#162) [`23d50fc`](23d50fc) Thanks [@elkaix](https://github.com/elkaix)! - Add the experimental `/tower` command for workspace-wide subagent coordination, enabled with `PYTHINKER_CODE_EXPERIMENTAL_TOWER=1`. ### Patch Changes - [#162](#162) [`23d50fc`](23d50fc) Thanks [@elkaix](https://github.com/elkaix)! - Remove duplicate live activity and keep narrow subagent panel controls visible. - [#162](#162) [`23d50fc`](23d50fc) Thanks [@elkaix](https://github.com/elkaix)! - Show task outcome cards with subagent model and thinking-effort details in conversations. ## @pymodel/pythinker-desktop@0.2.1 ### Patch Changes - [#166](#166) [`5560aec`](5560aec) Thanks [@elkaix](https://github.com/elkaix)! - Remove duplicate live activity and keep narrow subagent panel controls visible. - [#166](#166) [`5560aec`](5560aec) Thanks [@elkaix](https://github.com/elkaix)! - Show task outcome cards with subagent model and thinking-effort details in conversations. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Related Issue
Owner-directed desktop release preparation; no separate issue.
Problem
The desktop-visible changes from PR #162 only had CLI changesets. The release bot therefore cannot bump the desktop application from 0.2.0.
What changed
Verification
pnpm exec changeset statusresolves@pymodel/pythinker-desktopfrom 0.2.0 to 0.2.1.pnpm -C apps/desktop exec vitest runpasses 151 tests.tsc,tsgo, build, andgit diff --checkpass.Checklist
gen-changesets; the user approved both entries before commit.Summary by CodeRabbit
New Features
Bug Fixes