From 20a29fe6d6c0f8561d3a07472a07c208d5edec7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 02:58:21 +0000 Subject: [PATCH] ci: release packages --- .changeset/fix-piped-install-script.md | 5 ----- .changeset/surface-update-install-failures.md | 5 ----- apps/pythinker-code/CHANGELOG.md | 8 ++++++++ apps/pythinker-code/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fix-piped-install-script.md delete mode 100644 .changeset/surface-update-install-failures.md diff --git a/.changeset/fix-piped-install-script.md b/.changeset/fix-piped-install-script.md deleted file mode 100644 index 63b6788f..00000000 --- a/.changeset/fix-piped-install-script.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix the native install script exiting immediately without installing anything when run the documented way, `curl -fsSL … | bash`, which also broke automatic background updates for native installs. diff --git a/.changeset/surface-update-install-failures.md b/.changeset/surface-update-install-failures.md deleted file mode 100644 index 2224d6c2..00000000 --- a/.changeset/surface-update-install-failures.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Report why an automatic update failed instead of failing silently: the installer's error output is now recorded and shown on the next update prompt, native installs on macOS and Linux pin the version the rollout picked, and update messages tell you to open a new terminal to apply the update. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 86606a39..eabcbeea 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,13 @@ # @pythoughts/pythinker-code +## 0.8.1 + +### Patch Changes + +- [`b5b7b97`](https://github.com/Pythoughts-labs/pythinker-code/commit/b5b7b976df2a5fddd28a15ad034a2bd7cc8babb7) - Fix the native install script exiting immediately without installing anything when run the documented way, `curl -fsSL … | bash`, which also broke automatic background updates for native installs. + +- [`d7a5db0`](https://github.com/Pythoughts-labs/pythinker-code/commit/d7a5db02c668ec88f94cb3ccbdb7f314d8a28791) - Report why an automatic update failed instead of failing silently: the installer's error output is now recorded and shown on the next update prompt, native installs on macOS and Linux pin the version the rollout picked, and update messages tell you to open a new terminal to apply the update. + ## 0.8.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index ef0f7d25..b1a92a3c 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.8.0", + "version": "0.8.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",