From 25697ae644363453aef9bdfa93cd523ac4513223 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:38:40 +0000 Subject: [PATCH] ci: release packages --- .changeset/resume-subagent-after-restart.md | 5 ----- .changeset/telemetry-model-context.md | 5 ----- .changeset/web-open-localhost.md | 5 ----- apps/desktop/CHANGELOG.md | 10 ++++++++++ apps/desktop/package.json | 2 +- apps/pythinker-code/CHANGELOG.md | 10 ++++++++++ apps/pythinker-code/package.json | 2 +- 7 files changed, 22 insertions(+), 17 deletions(-) delete mode 100644 .changeset/resume-subagent-after-restart.md delete mode 100644 .changeset/telemetry-model-context.md delete mode 100644 .changeset/web-open-localhost.md diff --git a/.changeset/resume-subagent-after-restart.md b/.changeset/resume-subagent-after-restart.md deleted file mode 100644 index 96cb695a9..000000000 --- a/.changeset/resume-subagent-after-restart.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Resuming a subagent by its agent id works again after the session is reopened in a new process. diff --git a/.changeset/telemetry-model-context.md b/.changeset/telemetry-model-context.md deleted file mode 100644 index 8402b8e4d..000000000 --- a/.changeset/telemetry-model-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Include the bound model in telemetry event context. diff --git a/.changeset/web-open-localhost.md b/.changeset/web-open-localhost.md deleted file mode 100644 index 7879eef04..000000000 --- a/.changeset/web-open-localhost.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Open the browser on localhost instead of the wildcard bind address when auto-opening the web UI. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 1e6264287..bf0a9b87a 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,15 @@ # @pymodel/pythinker-desktop +## 0.10.2 + +### Patch Changes + +- [#296](https://github.com/PyModel/pythinker-code/pull/296) [`84a49b2`](https://github.com/PyModel/pythinker-code/commit/84a49b20dc1d49493758c4a11042d5dde57e96e2) Thanks [@elkaix](https://github.com/elkaix)! - Resuming a subagent by its agent id works again after the session is reopened in a new process. + +- [#296](https://github.com/PyModel/pythinker-code/pull/296) [`84a49b2`](https://github.com/PyModel/pythinker-code/commit/84a49b20dc1d49493758c4a11042d5dde57e96e2) Thanks [@elkaix](https://github.com/elkaix)! - Include the bound model in telemetry event context. + +- [#296](https://github.com/PyModel/pythinker-code/pull/296) [`84a49b2`](https://github.com/PyModel/pythinker-code/commit/84a49b20dc1d49493758c4a11042d5dde57e96e2) Thanks [@elkaix](https://github.com/elkaix)! - Open the browser on localhost instead of the wildcard bind address when auto-opening the web UI. + ## 0.10.1 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 8a3b829dd..6507a53cf 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.10.1", + "version": "0.10.2", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index b14379573..f8e4db913 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,15 @@ # @pymodel/pythinker-code +## 1.12.2 + +### Patch Changes + +- [#296](https://github.com/PyModel/pythinker-code/pull/296) [`84a49b2`](https://github.com/PyModel/pythinker-code/commit/84a49b20dc1d49493758c4a11042d5dde57e96e2) Thanks [@elkaix](https://github.com/elkaix)! - Resuming a subagent by its agent id works again after the session is reopened in a new process. + +- [#296](https://github.com/PyModel/pythinker-code/pull/296) [`84a49b2`](https://github.com/PyModel/pythinker-code/commit/84a49b20dc1d49493758c4a11042d5dde57e96e2) Thanks [@elkaix](https://github.com/elkaix)! - Include the bound model in telemetry event context. + +- [#296](https://github.com/PyModel/pythinker-code/pull/296) [`84a49b2`](https://github.com/PyModel/pythinker-code/commit/84a49b20dc1d49493758c4a11042d5dde57e96e2) Thanks [@elkaix](https://github.com/elkaix)! - Open the browser on localhost instead of the wildcard bind address when auto-opening the web UI. + ## 1.12.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 8c8954091..c4ec872b8 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.12.1", + "version": "1.12.2", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",