From e38bad2977b35c9e9f2ad816b61f91a62ef21f90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 01:08:44 +0000 Subject: [PATCH] ci: release packages --- .changeset/dark-sidebar-contrast.md | 6 ------ .changeset/desktop-dedicated-update-channel.md | 5 ----- .changeset/desktop-pin-host-port.md | 5 ----- .changeset/remove-legacy-migration.md | 6 ------ .changeset/web-model-dropdown-viewport.md | 5 ----- apps/desktop/CHANGELOG.md | 10 ++++++++++ apps/desktop/package.json | 2 +- apps/pythinker-code/CHANGELOG.md | 13 +++++++++++++ apps/pythinker-code/package.json | 2 +- 9 files changed, 25 insertions(+), 29 deletions(-) delete mode 100644 .changeset/dark-sidebar-contrast.md delete mode 100644 .changeset/desktop-dedicated-update-channel.md delete mode 100644 .changeset/desktop-pin-host-port.md delete mode 100644 .changeset/remove-legacy-migration.md delete mode 100644 .changeset/web-model-dropdown-viewport.md diff --git a/.changeset/dark-sidebar-contrast.md b/.changeset/dark-sidebar-contrast.md deleted file mode 100644 index 648216b3..00000000 --- a/.changeset/dark-sidebar-contrast.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pymodel/pythinker-code": patch -"@pymodel/pythinker-desktop": patch ---- - -Make the workspace header, session timestamps, and the settings row legible in dark mode on the translucent desktop sidebar. diff --git a/.changeset/desktop-dedicated-update-channel.md b/.changeset/desktop-dedicated-update-channel.md deleted file mode 100644 index 92f79f0f..00000000 --- a/.changeset/desktop-dedicated-update-channel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": patch ---- - -Publish desktop releases to a dedicated update channel so update checks resolve a desktop build instead of an unrelated release, and fail the release when a packaged build carries no update feed. diff --git a/.changeset/desktop-pin-host-port.md b/.changeset/desktop-pin-host-port.md deleted file mode 100644 index 58497f40..00000000 --- a/.changeset/desktop-pin-host-port.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": patch ---- - -Pin the Host port so the desktop app reconnects to its own Host, and stop reporting builds that cannot self-update as update errors. diff --git a/.changeset/remove-legacy-migration.md b/.changeset/remove-legacy-migration.md deleted file mode 100644 index ad23eecf..00000000 --- a/.changeset/remove-legacy-migration.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Remove the legacy pythinker-cli migration: the `pythinker migrate` subcommand, the first-launch -migration prompt, and the `[imported]` session badge. diff --git a/.changeset/web-model-dropdown-viewport.md b/.changeset/web-model-dropdown-viewport.md deleted file mode 100644 index 2f529c4b..00000000 --- a/.changeset/web-model-dropdown-viewport.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Keep the web model quick-switch menu inside the viewport when the composer sits near the top of the window. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 7bdb3285..c8907b5f 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,15 @@ # @pymodel/pythinker-desktop +## 0.1.3 + +### Patch Changes + +- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Make the workspace header, session timestamps, and the settings row legible in dark mode on the translucent desktop sidebar. + +- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Publish desktop releases to a dedicated update channel so update checks resolve a desktop build instead of an unrelated release, and fail the release when a packaged build carries no update feed. + +- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Pin the Host port so the desktop app reconnects to its own Host, and stop reporting builds that cannot self-update as update errors. + ## 0.1.2 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 15dfee0e..ef410697 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.1.2", + "version": "0.1.3", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 76af8fcd..588b706d 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,18 @@ # @pymodel/pythinker-code +## 0.20.0 + +### Minor Changes + +- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Remove the legacy pythinker-cli migration: the `pythinker migrate` subcommand, the first-launch + migration prompt, and the `[imported]` session badge. + +### Patch Changes + +- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Make the workspace header, session timestamps, and the settings row legible in dark mode on the translucent desktop sidebar. + +- [#96](https://github.com/PyModel/pythinker-code/pull/96) [`71c51b8`](https://github.com/PyModel/pythinker-code/commit/71c51b87879afe13309683c69d5ab8eb7669d72d) - Keep the web model quick-switch menu inside the viewport when the composer sits near the top of the window. + ## 0.19.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index b700f7d0..a826846d 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "0.19.1", + "version": "0.20.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",