From 1493b7555b44b0d43943e8d0b801ecafe5656bde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:48:55 +0000 Subject: [PATCH] ci: release packages --- .changeset/bright-desktops-update.md | 5 ----- .changeset/fix-chat-output-path-action.md | 5 ----- .changeset/fix-chat-prompt-timeline.md | 5 ----- .changeset/fix-chat-thinking-controls.md | 5 ----- .changeset/fix-goal-compaction-resume.md | 5 ----- .changeset/fix-restore-crash-loop.md | 5 ----- apps/desktop/CHANGELOG.md | 6 ++++++ apps/desktop/package.json | 2 +- apps/pythinker-code/CHANGELOG.md | 14 ++++++++++++++ apps/pythinker-code/package.json | 2 +- 10 files changed, 22 insertions(+), 32 deletions(-) delete mode 100644 .changeset/bright-desktops-update.md delete mode 100644 .changeset/fix-chat-output-path-action.md delete mode 100644 .changeset/fix-chat-prompt-timeline.md delete mode 100644 .changeset/fix-chat-thinking-controls.md delete mode 100644 .changeset/fix-goal-compaction-resume.md delete mode 100644 .changeset/fix-restore-crash-loop.md diff --git a/.changeset/bright-desktops-update.md b/.changeset/bright-desktops-update.md deleted file mode 100644 index 7976ffc2..00000000 --- a/.changeset/bright-desktops-update.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": minor ---- - -Add signed Beta and Nightly desktop update feeds. diff --git a/.changeset/fix-chat-output-path-action.md b/.changeset/fix-chat-output-path-action.md deleted file mode 100644 index f3cf0b3f..00000000 --- a/.changeset/fix-chat-output-path-action.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Make task output copy-path actions visually distinct. diff --git a/.changeset/fix-chat-prompt-timeline.md b/.changeset/fix-chat-prompt-timeline.md deleted file mode 100644 index e585ee44..00000000 --- a/.changeset/fix-chat-prompt-timeline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Fix chat prompt anchors to use a connected timeline beside the sidebar with keyboard navigation. diff --git a/.changeset/fix-chat-thinking-controls.md b/.changeset/fix-chat-thinking-controls.md deleted file mode 100644 index 0a9aae82..00000000 --- a/.changeset/fix-chat-thinking-controls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Fix the chat composer so model and thinking-effort menus open separately. diff --git a/.changeset/fix-goal-compaction-resume.md b/.changeset/fix-goal-compaction-resume.md deleted file mode 100644 index c0f199a5..00000000 --- a/.changeset/fix-goal-compaction-resume.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Pause active goals during automatic context compaction and resume them after compaction succeeds. diff --git a/.changeset/fix-restore-crash-loop.md b/.changeset/fix-restore-crash-loop.md deleted file mode 100644 index 2c70a6c1..00000000 --- a/.changeset/fix-restore-crash-loop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Fix repeated server crashes when resuming a session that stopped during a turn. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 80008c76..18bd29cb 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,11 @@ # @pymodel/pythinker-desktop +## 0.3.0 + +### Minor Changes + +- [#185](https://github.com/PyModel/pythinker-code/pull/185) [`283020c`](https://github.com/PyModel/pythinker-code/commit/283020c9138ec1a0fa809b3f4794d6a0e882ebd7) Thanks [@elkaix](https://github.com/elkaix)! - Add signed Beta and Nightly desktop update feeds. + ## 0.2.1 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 92a31ffb..31f84860 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.1", + "version": "0.3.0", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 8f296232..2162ff2f 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,19 @@ # @pymodel/pythinker-code +## 1.3.1 + +### Patch Changes + +- [#186](https://github.com/PyModel/pythinker-code/pull/186) [`50f1437`](https://github.com/PyModel/pythinker-code/commit/50f1437615eab0cd0fffcd9c36429a4a7ff2a38b) Thanks [@elkaix](https://github.com/elkaix)! - Make task output copy-path actions visually distinct. + +- [#186](https://github.com/PyModel/pythinker-code/pull/186) [`50f1437`](https://github.com/PyModel/pythinker-code/commit/50f1437615eab0cd0fffcd9c36429a4a7ff2a38b) Thanks [@elkaix](https://github.com/elkaix)! - Fix chat prompt anchors to use a connected timeline beside the sidebar with keyboard navigation. + +- [#186](https://github.com/PyModel/pythinker-code/pull/186) [`50f1437`](https://github.com/PyModel/pythinker-code/commit/50f1437615eab0cd0fffcd9c36429a4a7ff2a38b) Thanks [@elkaix](https://github.com/elkaix)! - Fix the chat composer so model and thinking-effort menus open separately. + +- [#186](https://github.com/PyModel/pythinker-code/pull/186) [`50f1437`](https://github.com/PyModel/pythinker-code/commit/50f1437615eab0cd0fffcd9c36429a4a7ff2a38b) Thanks [@elkaix](https://github.com/elkaix)! - Pause active goals during automatic context compaction and resume them after compaction succeeds. + +- [#185](https://github.com/PyModel/pythinker-code/pull/185) [`283020c`](https://github.com/PyModel/pythinker-code/commit/283020c9138ec1a0fa809b3f4794d6a0e882ebd7) Thanks [@elkaix](https://github.com/elkaix)! - Fix repeated server crashes when resuming a session that stopped during a turn. + ## 1.3.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 284e5c38..df1a81b4 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.3.0", + "version": "1.3.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",