From 71a57c8690cb5934e54b4a5e0814aef7f77f834e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 21:38:20 +0000 Subject: [PATCH] ci: release packages --- .changeset/align-tool-row-icons.md | 5 ---- .changeset/animate-tool-icons-on-demand.md | 5 ---- .changeset/brand-macos-installer.md | 5 ---- .changeset/copy-final-answer-only.md | 5 ---- .../harden-dynamic-workflow-recovery.md | 5 ---- .changeset/inline-sidebar-update.md | 5 ---- .changeset/smoother-long-conversations.md | 5 ---- .changeset/stabilize-config-file-reads.md | 5 ---- .changeset/stop-cron-after-close.md | 5 ---- .changeset/use-desktop-login-shell-path.md | 5 ---- .changeset/use-unicode-ellipsis.md | 5 ---- apps/desktop/CHANGELOG.md | 28 +++++++++++++++++++ apps/desktop/package.json | 2 +- apps/pythinker-code/CHANGELOG.md | 26 +++++++++++++++++ apps/pythinker-code/package.json | 2 +- 15 files changed, 56 insertions(+), 57 deletions(-) delete mode 100644 .changeset/align-tool-row-icons.md delete mode 100644 .changeset/animate-tool-icons-on-demand.md delete mode 100644 .changeset/brand-macos-installer.md delete mode 100644 .changeset/copy-final-answer-only.md delete mode 100644 .changeset/harden-dynamic-workflow-recovery.md delete mode 100644 .changeset/inline-sidebar-update.md delete mode 100644 .changeset/smoother-long-conversations.md delete mode 100644 .changeset/stabilize-config-file-reads.md delete mode 100644 .changeset/stop-cron-after-close.md delete mode 100644 .changeset/use-desktop-login-shell-path.md delete mode 100644 .changeset/use-unicode-ellipsis.md diff --git a/.changeset/align-tool-row-icons.md b/.changeset/align-tool-row-icons.md deleted file mode 100644 index d86661a11..000000000 --- a/.changeset/align-tool-row-icons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Align tool-call icons and completion indicators with their labels in web conversations. diff --git a/.changeset/animate-tool-icons-on-demand.md b/.changeset/animate-tool-icons-on-demand.md deleted file mode 100644 index 66af181b4..000000000 --- a/.changeset/animate-tool-icons-on-demand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Animate tool icons on hover and while the agent works. diff --git a/.changeset/brand-macos-installer.md b/.changeset/brand-macos-installer.md deleted file mode 100644 index 80eee81e4..000000000 --- a/.changeset/brand-macos-installer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": patch ---- - -Brand the macOS installer with the Pythinker Code drag-to-Applications layout. diff --git a/.changeset/copy-final-answer-only.md b/.changeset/copy-final-answer-only.md deleted file mode 100644 index c225ab849..000000000 --- a/.changeset/copy-final-answer-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Copy only the assistant's final answer from the web message copy button, not the interim progress lines. diff --git a/.changeset/harden-dynamic-workflow-recovery.md b/.changeset/harden-dynamic-workflow-recovery.md deleted file mode 100644 index 2e345383d..000000000 --- a/.changeset/harden-dynamic-workflow-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Fix Dynamic Workflow subagent selection, recovery, and progress reporting during partial failures. diff --git a/.changeset/inline-sidebar-update.md b/.changeset/inline-sidebar-update.md deleted file mode 100644 index e1621e466..000000000 --- a/.changeset/inline-sidebar-update.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Download desktop updates from the sidebar pill with inline progress, move the panel toggle to the header's right edge, and reuse the update icon in Settings. diff --git a/.changeset/smoother-long-conversations.md b/.changeset/smoother-long-conversations.md deleted file mode 100644 index 1ded22fc1..000000000 --- a/.changeset/smoother-long-conversations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Reduce interface slowdowns during long conversations with many background tasks and show a static running marker in the browser tab title. diff --git a/.changeset/stabilize-config-file-reads.md b/.changeset/stabilize-config-file-reads.md deleted file mode 100644 index 458db6284..000000000 --- a/.changeset/stabilize-config-file-reads.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Fix models and providers briefly disappearing when an external editor saves the configuration. diff --git a/.changeset/stop-cron-after-close.md b/.changeset/stop-cron-after-close.md deleted file mode 100644 index c488f588a..000000000 --- a/.changeset/stop-cron-after-close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Prevent cron ticks from continuing after an agent shuts down. diff --git a/.changeset/use-desktop-login-shell-path.md b/.changeset/use-desktop-login-shell-path.md deleted file mode 100644 index aa51ca27d..000000000 --- a/.changeset/use-desktop-login-shell-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Use the login shell's executable order for tools started by the desktop app. diff --git a/.changeset/use-unicode-ellipsis.md b/.changeset/use-unicode-ellipsis.md deleted file mode 100644 index 45d628ddb..000000000 --- a/.changeset/use-unicode-ellipsis.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Use the Unicode ellipsis in terminal status and truncation text. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 80280f9ba..8282da49d 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,33 @@ # @pymodel/pythinker-desktop +## 0.5.0 + +### Minor Changes + +- [#250](https://github.com/PyModel/pythinker-code/pull/250) [`5a71940`](https://github.com/PyModel/pythinker-code/commit/5a71940f4ef3265c6f2f050b38644f02e274c5af) Thanks [@elkaix](https://github.com/elkaix)! - Download desktop updates from the sidebar pill with inline progress, move the panel toggle to the header's right edge, and reuse the update icon in Settings. + +### Patch Changes + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Align tool-call icons and completion indicators with their labels in web conversations. + +- [#250](https://github.com/PyModel/pythinker-code/pull/250) [`5a71940`](https://github.com/PyModel/pythinker-code/commit/5a71940f4ef3265c6f2f050b38644f02e274c5af) Thanks [@elkaix](https://github.com/elkaix)! - Animate tool icons on hover and while the agent works. + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Brand the macOS installer with the Pythinker Code drag-to-Applications layout. + +- [#250](https://github.com/PyModel/pythinker-code/pull/250) [`5a71940`](https://github.com/PyModel/pythinker-code/commit/5a71940f4ef3265c6f2f050b38644f02e274c5af) Thanks [@elkaix](https://github.com/elkaix)! - Copy only the assistant's final answer from the web message copy button, not the interim progress lines. + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Fix Dynamic Workflow subagent selection, recovery, and progress reporting during partial failures. + +- [#245](https://github.com/PyModel/pythinker-code/pull/245) [`99e728d`](https://github.com/PyModel/pythinker-code/commit/99e728dbbecb366b7b89647e9c7d88a7e43d385b) Thanks [@elkaix](https://github.com/elkaix)! - Reduce interface slowdowns during long conversations with many background tasks and show a static running marker in the browser tab title. + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Fix models and providers briefly disappearing when an external editor saves the configuration. + +- [#249](https://github.com/PyModel/pythinker-code/pull/249) [`622dbe9`](https://github.com/PyModel/pythinker-code/commit/622dbe9d0a4104687672380913d92a06bf7d2650) Thanks [@elkaix](https://github.com/elkaix)! - Prevent cron ticks from continuing after an agent shuts down. + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Use the login shell's executable order for tools started by the desktop app. + +- [#249](https://github.com/PyModel/pythinker-code/pull/249) [`622dbe9`](https://github.com/PyModel/pythinker-code/commit/622dbe9d0a4104687672380913d92a06bf7d2650) Thanks [@elkaix](https://github.com/elkaix)! - Use the Unicode ellipsis in terminal status and truncation text. + ## 0.4.0 ### Minor Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 8ee79bd27..e58023156 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.4.0", + "version": "0.5.0", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 8a175af04..3f3ca3774 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,31 @@ # @pymodel/pythinker-code +## 1.7.0 + +### Minor Changes + +- [#250](https://github.com/PyModel/pythinker-code/pull/250) [`5a71940`](https://github.com/PyModel/pythinker-code/commit/5a71940f4ef3265c6f2f050b38644f02e274c5af) Thanks [@elkaix](https://github.com/elkaix)! - Download desktop updates from the sidebar pill with inline progress, move the panel toggle to the header's right edge, and reuse the update icon in Settings. + +### Patch Changes + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Align tool-call icons and completion indicators with their labels in web conversations. + +- [#250](https://github.com/PyModel/pythinker-code/pull/250) [`5a71940`](https://github.com/PyModel/pythinker-code/commit/5a71940f4ef3265c6f2f050b38644f02e274c5af) Thanks [@elkaix](https://github.com/elkaix)! - Animate tool icons on hover and while the agent works. + +- [#250](https://github.com/PyModel/pythinker-code/pull/250) [`5a71940`](https://github.com/PyModel/pythinker-code/commit/5a71940f4ef3265c6f2f050b38644f02e274c5af) Thanks [@elkaix](https://github.com/elkaix)! - Copy only the assistant's final answer from the web message copy button, not the interim progress lines. + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Fix Dynamic Workflow subagent selection, recovery, and progress reporting during partial failures. + +- [#245](https://github.com/PyModel/pythinker-code/pull/245) [`99e728d`](https://github.com/PyModel/pythinker-code/commit/99e728dbbecb366b7b89647e9c7d88a7e43d385b) Thanks [@elkaix](https://github.com/elkaix)! - Reduce interface slowdowns during long conversations with many background tasks and show a static running marker in the browser tab title. + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Fix models and providers briefly disappearing when an external editor saves the configuration. + +- [#249](https://github.com/PyModel/pythinker-code/pull/249) [`622dbe9`](https://github.com/PyModel/pythinker-code/commit/622dbe9d0a4104687672380913d92a06bf7d2650) Thanks [@elkaix](https://github.com/elkaix)! - Prevent cron ticks from continuing after an agent shuts down. + +- [#246](https://github.com/PyModel/pythinker-code/pull/246) [`d72066a`](https://github.com/PyModel/pythinker-code/commit/d72066ae562c456e6d511e8ddd3e00da8fe6afae) Thanks [@elkaix](https://github.com/elkaix)! - Use the login shell's executable order for tools started by the desktop app. + +- [#249](https://github.com/PyModel/pythinker-code/pull/249) [`622dbe9`](https://github.com/PyModel/pythinker-code/commit/622dbe9d0a4104687672380913d92a06bf7d2650) Thanks [@elkaix](https://github.com/elkaix)! - Use the Unicode ellipsis in terminal status and truncation text. + ## 1.6.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index af3aa3b15..ebd3098a2 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.6.0", + "version": "1.7.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",