From 30035c40dee7c2d76da623aaca3d793bbe9534bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 01:17:00 +0000 Subject: [PATCH] ci: release packages --- .changeset/kimi-anyof-tool-schema.md | 5 ----- .changeset/perf-and-fixes.md | 5 ----- .changeset/remove-datasource-plugin.md | 5 ----- .changeset/windows-native-auto-update.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/kimi-anyof-tool-schema.md delete mode 100644 .changeset/perf-and-fixes.md delete mode 100644 .changeset/remove-datasource-plugin.md delete mode 100644 .changeset/windows-native-auto-update.md diff --git a/.changeset/kimi-anyof-tool-schema.md b/.changeset/kimi-anyof-tool-schema.md deleted file mode 100644 index 30139c19..00000000 --- a/.changeset/kimi-anyof-tool-schema.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix Kimi and Moonshot models rejecting every request with an invalid tool schema error when a tool declares `anyOf` alongside its own type or properties. diff --git a/.changeset/perf-and-fixes.md b/.changeset/perf-and-fixes.md deleted file mode 100644 index 396f324a..00000000 --- a/.changeset/perf-and-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": minor ---- - -Improve performance and fix bugs. diff --git a/.changeset/remove-datasource-plugin.md b/.changeset/remove-datasource-plugin.md deleted file mode 100644 index 4997e228..00000000 --- a/.changeset/remove-datasource-plugin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": minor ---- - -Remove the Pythinker Datasource plugin from the marketplace; its data gateway backend is not available, so every datasource query failed. diff --git a/.changeset/windows-native-auto-update.md b/.changeset/windows-native-auto-update.md deleted file mode 100644 index c43061e5..00000000 --- a/.changeset/windows-native-auto-update.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": minor ---- - -Enable automatic updates for native installs on Windows: /update now installs the new version in the background instead of printing a manual command, and the installer safely replaces the running executable. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 5aedfee6..86606a39 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,19 @@ # @pythoughts/pythinker-code +## 0.8.0 + +### Minor Changes + +- [`23e0bc7`](https://github.com/Pythoughts-labs/pythinker-code/commit/23e0bc7ed62e718cee0b709ab0ab483ef6b87708) - Improve performance and fix bugs. + +- [`c0f0976`](https://github.com/Pythoughts-labs/pythinker-code/commit/c0f09769e76c92002ca9b9a09d9cb820750f1046) - Remove the Pythinker Datasource plugin from the marketplace; its data gateway backend is not available, so every datasource query failed. + +- [`c0f0976`](https://github.com/Pythoughts-labs/pythinker-code/commit/c0f09769e76c92002ca9b9a09d9cb820750f1046) - Enable automatic updates for native installs on Windows: /update now installs the new version in the background instead of printing a manual command, and the installer safely replaces the running executable. + +### Patch Changes + +- [`c0f0976`](https://github.com/Pythoughts-labs/pythinker-code/commit/c0f09769e76c92002ca9b9a09d9cb820750f1046) - Fix Kimi and Moonshot models rejecting every request with an invalid tool schema error when a tool declares `anyOf` alongside its own type or properties. + ## 0.7.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index f17366f0..ef0f7d25 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.7.0", + "version": "0.8.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",