From 1baf6e7899fbaa9d6447968a0236263296bf02bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:21:18 +0000 Subject: [PATCH] ci: release packages --- .changeset/model-picker-keeps-effort.md | 5 ----- .changeset/persist-cycled-effort.md | 5 ----- .changeset/pymodel-npm-scope.md | 5 ----- .changeset/thinking-indicator-only.md | 5 ----- apps/pythinker-code/CHANGELOG.md | 14 ++++++++++++++ apps/pythinker-code/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/model-picker-keeps-effort.md delete mode 100644 .changeset/persist-cycled-effort.md delete mode 100644 .changeset/pymodel-npm-scope.md delete mode 100644 .changeset/thinking-indicator-only.md diff --git a/.changeset/model-picker-keeps-effort.md b/.changeset/model-picker-keeps-effort.md deleted file mode 100644 index dd609779..00000000 --- a/.changeset/model-picker-keeps-effort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Keep the current thinking effort when switching models in the model picker instead of silently saving the new model's lowest level as the default, and repair a stale thinking mode in the config when saving an effort. diff --git a/.changeset/persist-cycled-effort.md b/.changeset/persist-cycled-effort.md deleted file mode 100644 index e17fa5d3..00000000 --- a/.changeset/persist-cycled-effort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Keep the thinking effort chosen with Ctrl-T/Shift-Tab as the default across restarts. diff --git a/.changeset/pymodel-npm-scope.md b/.changeset/pymodel-npm-scope.md deleted file mode 100644 index b3cd22d3..00000000 --- a/.changeset/pymodel-npm-scope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Publish the CLI under the @pymodel npm scope; install with `npm install -g @pymodel/pythinker-code`. The old @pythoughts scope is deprecated and no longer receives releases. diff --git a/.changeset/thinking-indicator-only.md b/.changeset/thinking-indicator-only.md deleted file mode 100644 index c183ba63..00000000 --- a/.changeset/thinking-indicator-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Show only the animated thinking indicator while the model thinks; the streamed thinking text no longer appears in the transcript unless expanded with Ctrl+O. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index a156c030..0b68f34d 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,19 @@ # @pymodel/pythinker-code +## 0.17.0 + +### Minor Changes + +- [#70](https://github.com/PyModel/pythinker-code/pull/70) [`8506ded`](https://github.com/PyModel/pythinker-code/commit/8506dedac95b4917e1fafaccf6d5d313338d8d13) - Publish the CLI under the @pymodel npm scope; install with `npm install -g @pymodel/pythinker-code`. The old @pythoughts scope is deprecated and no longer receives releases. + +### Patch Changes + +- [#71](https://github.com/PyModel/pythinker-code/pull/71) [`9d46551`](https://github.com/PyModel/pythinker-code/commit/9d465516d63694957b7e6ada1986858d8d3b19e0) - Keep the current thinking effort when switching models in the model picker instead of silently saving the new model's lowest level as the default, and repair a stale thinking mode in the config when saving an effort. + +- [#67](https://github.com/PyModel/pythinker-code/pull/67) [`5cb218f`](https://github.com/PyModel/pythinker-code/commit/5cb218f9c35f2943da6d23c2073b637c6077ced4) - Keep the thinking effort chosen with Ctrl-T/Shift-Tab as the default across restarts. + +- [#68](https://github.com/PyModel/pythinker-code/pull/68) [`b69205f`](https://github.com/PyModel/pythinker-code/commit/b69205f5b298d819ae576a2a25df6ae029c27303) - Show only the animated thinking indicator while the model thinks; the streamed thinking text no longer appears in the transcript unless expanded with Ctrl+O. + ## 0.16.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 06b8b982..25abd1d1 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "0.16.0", + "version": "0.17.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",