Skip to content

Commit 5560aec

Browse files
authored
chore(desktop): prepare 0.2.1 release (#166)
## 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 - Add two approved patch changesets for the desktop live-activity and task-outcome surfaces. - Prepare the release bot to generate desktop 0.2.1 without editing package versions by hand. - Keep publication separate: this PR does not create a tag or publish desktop assets. ## Verification - `pnpm exec changeset status` resolves `@pymodel/pythinker-desktop` from 0.2.0 to 0.2.1. - `pnpm -C apps/desktop exec vitest run` passes 151 tests. - Desktop `tsc`, `tsgo`, build, and `git diff --check` pass. - GitNexus reports two changed metadata files, no changed symbols, and low risk. - Read-only identifier audit found no secrets, internal identifiers, or unrelated files. ## Checklist - [x] I have read the CONTRIBUTING document. - [x] This is owner-directed release preparation; no separate issue is required. - [x] Existing desktop tests pass; this metadata-only change adds no behavior. - [x] Ran `gen-changesets`; the user approved both entries before commit. - [x] No documentation update is needed for release metadata. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Task outcome cards now show the subagent model and thinking-effort details within conversations. * Narrow subagent panels continue to provide access to their controls. * **Bug Fixes** * Removed duplicate live activity entries for a cleaner conversation experience. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 23d50fc commit 5560aec

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pymodel/pythinker-desktop": patch
3+
---
4+
5+
Remove duplicate live activity and keep narrow subagent panel controls visible.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pymodel/pythinker-desktop": patch
3+
---
4+
5+
Show task outcome cards with subagent model and thinking-effort details in conversations.

0 commit comments

Comments
 (0)