From 2f6501ebbc4735cff639aff6a5d8db645df6c70b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:29:26 +0000 Subject: [PATCH] ci: release packages --- .changeset/add-experimental-tower-command.md | 5 ----- .changeset/desktop-live-activity.md | 5 ----- .changeset/desktop-task-outcomes.md | 5 ----- .changeset/fix-desktop-subagent-activity.md | 5 ----- .changeset/show-task-outcome-cards.md | 5 ----- apps/desktop/CHANGELOG.md | 8 ++++++++ apps/desktop/package.json | 2 +- apps/pythinker-code/CHANGELOG.md | 12 ++++++++++++ apps/pythinker-code/package.json | 2 +- 9 files changed, 22 insertions(+), 27 deletions(-) delete mode 100644 .changeset/add-experimental-tower-command.md delete mode 100644 .changeset/desktop-live-activity.md delete mode 100644 .changeset/desktop-task-outcomes.md delete mode 100644 .changeset/fix-desktop-subagent-activity.md delete mode 100644 .changeset/show-task-outcome-cards.md diff --git a/.changeset/add-experimental-tower-command.md b/.changeset/add-experimental-tower-command.md deleted file mode 100644 index a29d4e67..00000000 --- a/.changeset/add-experimental-tower-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Add the experimental `/tower` command for workspace-wide subagent coordination, enabled with `PYTHINKER_CODE_EXPERIMENTAL_TOWER=1`. diff --git a/.changeset/desktop-live-activity.md b/.changeset/desktop-live-activity.md deleted file mode 100644 index 8d123f00..00000000 --- a/.changeset/desktop-live-activity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": patch ---- - -Remove duplicate live activity and keep narrow subagent panel controls visible. diff --git a/.changeset/desktop-task-outcomes.md b/.changeset/desktop-task-outcomes.md deleted file mode 100644 index 75f44534..00000000 --- a/.changeset/desktop-task-outcomes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": patch ---- - -Show task outcome cards with subagent model and thinking-effort details in conversations. diff --git a/.changeset/fix-desktop-subagent-activity.md b/.changeset/fix-desktop-subagent-activity.md deleted file mode 100644 index d2a7f802..00000000 --- a/.changeset/fix-desktop-subagent-activity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Remove duplicate live activity and keep narrow subagent panel controls visible. diff --git a/.changeset/show-task-outcome-cards.md b/.changeset/show-task-outcome-cards.md deleted file mode 100644 index dcc1bd2b..00000000 --- a/.changeset/show-task-outcome-cards.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Show task outcome cards with subagent model and thinking-effort details in conversations. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index daeb6990..80008c76 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @pymodel/pythinker-desktop +## 0.2.1 + +### Patch Changes + +- [#166](https://github.com/PyModel/pythinker-code/pull/166) [`5560aec`](https://github.com/PyModel/pythinker-code/commit/5560aec41997b522058fc2aeb8af2e29c6d8cc7a) Thanks [@elkaix](https://github.com/elkaix)! - Remove duplicate live activity and keep narrow subagent panel controls visible. + +- [#166](https://github.com/PyModel/pythinker-code/pull/166) [`5560aec`](https://github.com/PyModel/pythinker-code/commit/5560aec41997b522058fc2aeb8af2e29c6d8cc7a) Thanks [@elkaix](https://github.com/elkaix)! - Show task outcome cards with subagent model and thinking-effort details in conversations. + ## 0.2.0 ### Minor Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 3c66fcd8..9485477b 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@pymodel/pythinker-desktop", "description": "Pythinker desktop application with tray-owned Host lifecycle", - "version": "0.2.0", + "version": "0.2.1", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 677cd25f..90697fc6 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @pymodel/pythinker-code +## 1.1.0 + +### Minor Changes + +- [#162](https://github.com/PyModel/pythinker-code/pull/162) [`23d50fc`](https://github.com/PyModel/pythinker-code/commit/23d50fc942d517a41daa85bdb7100d48b30db40b) 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](https://github.com/PyModel/pythinker-code/pull/162) [`23d50fc`](https://github.com/PyModel/pythinker-code/commit/23d50fc942d517a41daa85bdb7100d48b30db40b) Thanks [@elkaix](https://github.com/elkaix)! - Remove duplicate live activity and keep narrow subagent panel controls visible. + +- [#162](https://github.com/PyModel/pythinker-code/pull/162) [`23d50fc`](https://github.com/PyModel/pythinker-code/commit/23d50fc942d517a41daa85bdb7100d48b30db40b) Thanks [@elkaix](https://github.com/elkaix)! - Show task outcome cards with subagent model and thinking-effort details in conversations. + ## 1.0.2 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 6126403a..c39c9b37 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.0.2", + "version": "1.1.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",