From 1a74ca4097192f8da9a965d2dc382a78ff1afb93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:38:24 +0000 Subject: [PATCH] ci: release packages --- .changeset/doctor-native-install.md | 5 ----- .changeset/sdk-saved-workflow-workdir.md | 5 ----- .changeset/subagent-model-deny-containment.md | 5 ----- .../update-verify-before-reporting-success.md | 5 ----- .changeset/vscode-chat-fixes.md | 5 ----- .changeset/vscode-composer-menu.md | 5 ----- .changeset/vscode-config-hub.md | 5 ----- .changeset/vscode-editor-theme.md | 5 ----- .changeset/vscode-host-integrations.md | 5 ----- .changeset/windows-installer-progress.md | 5 ----- .changeset/windows-package-manager-updates.md | 5 ----- .changeset/workflow-enter-origin.md | 5 ----- .changeset/workflow-event-correlation.md | 5 ----- .changeset/workflow-save-scope-and-root.md | 5 ----- apps/pythinker-code/CHANGELOG.md | 22 +++++++++++++++++++ apps/pythinker-code/package.json | 2 +- apps/vscode/CHANGELOG.md | 19 ++++++++++++++++ apps/vscode/package.json | 2 +- packages/node-sdk/CHANGELOG.md | 6 +++++ packages/node-sdk/package.json | 2 +- 20 files changed, 50 insertions(+), 73 deletions(-) delete mode 100644 .changeset/doctor-native-install.md delete mode 100644 .changeset/sdk-saved-workflow-workdir.md delete mode 100644 .changeset/subagent-model-deny-containment.md delete mode 100644 .changeset/update-verify-before-reporting-success.md delete mode 100644 .changeset/vscode-chat-fixes.md delete mode 100644 .changeset/vscode-composer-menu.md delete mode 100644 .changeset/vscode-config-hub.md delete mode 100644 .changeset/vscode-editor-theme.md delete mode 100644 .changeset/vscode-host-integrations.md delete mode 100644 .changeset/windows-installer-progress.md delete mode 100644 .changeset/windows-package-manager-updates.md delete mode 100644 .changeset/workflow-enter-origin.md delete mode 100644 .changeset/workflow-event-correlation.md delete mode 100644 .changeset/workflow-save-scope-and-root.md diff --git a/.changeset/doctor-native-install.md b/.changeset/doctor-native-install.md deleted file mode 100644 index 62882bb4..00000000 --- a/.changeset/doctor-native-install.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix `pythinker doctor` crashing on native installs, and report the last recorded update outcome. diff --git a/.changeset/sdk-saved-workflow-workdir.md b/.changeset/sdk-saved-workflow-workdir.md deleted file mode 100644 index b8a9e870..00000000 --- a/.changeset/sdk-saved-workflow-workdir.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code-sdk": minor ---- - -The saved-workflow write helper now takes the working directory and resolves the repository root itself, saved workflows can carry a size guideline, and the workflow size guideline resolver is exported. diff --git a/.changeset/subagent-model-deny-containment.md b/.changeset/subagent-model-deny-containment.md deleted file mode 100644 index 7b200b3f..00000000 --- a/.changeset/subagent-model-deny-containment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Model permission deny rules now also apply to subagent model overrides coming from agent profiles and from resume or retry, not only to models named in tool arguments; a denied override falls back to the parent agent's model. diff --git a/.changeset/update-verify-before-reporting-success.md b/.changeset/update-verify-before-reporting-success.md deleted file mode 100644 index 8f7aa890..00000000 --- a/.changeset/update-verify-before-reporting-success.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Stop reporting an update as installed when the executable did not change; the version is checked after the installer finishes and a mismatch is recorded as a failure with the reason. diff --git a/.changeset/vscode-chat-fixes.md b/.changeset/vscode-chat-fixes.md deleted file mode 100644 index 1a2770a7..00000000 --- a/.changeset/vscode-chat-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pythinker-code": patch ---- - -Render long conversations with a virtualized list, fix control overlap at narrow sidebar widths, and make sign-out work from the command palette. diff --git a/.changeset/vscode-composer-menu.md b/.changeset/vscode-composer-menu.md deleted file mode 100644 index 506f0608..00000000 --- a/.changeset/vscode-composer-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pythinker-code": minor ---- - -Combine permission mode, plan mode, and thinking effort into one composer menu, and answer approval prompts with number keys. diff --git a/.changeset/vscode-config-hub.md b/.changeset/vscode-config-hub.md deleted file mode 100644 index 1c0dea21..00000000 --- a/.changeset/vscode-config-hub.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pythinker-code": minor ---- - -Add a config hub page that shows models, providers, MCP servers, the local config file, and extension settings in one place. diff --git a/.changeset/vscode-editor-theme.md b/.changeset/vscode-editor-theme.md deleted file mode 100644 index c83bac39..00000000 --- a/.changeset/vscode-editor-theme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pythinker-code": minor ---- - -The extension UI now follows the editor color theme, including light, dark, and high-contrast themes. diff --git a/.changeset/vscode-host-integrations.md b/.changeset/vscode-host-integrations.md deleted file mode 100644 index 342e0f98..00000000 --- a/.changeset/vscode-host-integrations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pythinker-code": minor ---- - -Add a status bar indicator, quick-fix code actions, terminal and editor context menu entries, a getting-started walkthrough, and a new-conversation keybinding. diff --git a/.changeset/windows-installer-progress.md b/.changeset/windows-installer-progress.md deleted file mode 100644 index a0f83827..00000000 --- a/.changeset/windows-installer-progress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Show download progress under the prompt while a Windows update installs, instead of nothing until it finishes. diff --git a/.changeset/windows-package-manager-updates.md b/.changeset/windows-package-manager-updates.md deleted file mode 100644 index fd675466..00000000 --- a/.changeset/windows-package-manager-updates.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix automatic updates on Windows for npm, pnpm, and yarn installs, which failed to start at all. diff --git a/.changeset/workflow-enter-origin.md b/.changeset/workflow-enter-origin.md deleted file mode 100644 index 4a2f1393..00000000 --- a/.changeset/workflow-enter-origin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Record the origin of the prompt that entered Dynamic Workflow mode, so a fan-out started by a scheduled job or hook is attributable in the session records. diff --git a/.changeset/workflow-event-correlation.md b/.changeset/workflow-event-correlation.md deleted file mode 100644 index 9b026d89..00000000 --- a/.changeset/workflow-event-correlation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Subagent lifecycle events now carry the workflow name on start, completion and failure, and suspension events carry both the workflow run id and name, so clients can correlate every event without caching the spawn event. diff --git a/.changeset/workflow-save-scope-and-root.md b/.changeset/workflow-save-scope-and-root.md deleted file mode 100644 index 168fbd1c..00000000 --- a/.changeset/workflow-save-scope-and-root.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": minor ---- - -`/workflow save` accepts `--personal` to save into the home skills directory, resolves the repository root when saving from a subdirectory so the saved skill is discoverable, and persists the workflow size guideline into the saved skill. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index e04982de..3f04577c 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,27 @@ # @pythoughts/pythinker-code +## 0.14.0 + +### Minor Changes + +- [#51](https://github.com/Pythoughts-labs/pythinker-code/pull/51) [`c8cdcc7`](https://github.com/Pythoughts-labs/pythinker-code/commit/c8cdcc78528f3fd8dedf9111ec0c91f3242e3012) - `/workflow save` accepts `--personal` to save into the home skills directory, resolves the repository root when saving from a subdirectory so the saved skill is discoverable, and persists the workflow size guideline into the saved skill. + +### Patch Changes + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Fix `pythinker doctor` crashing on native installs, and report the last recorded update outcome. + +- [#49](https://github.com/Pythoughts-labs/pythinker-code/pull/49) [`f35061e`](https://github.com/Pythoughts-labs/pythinker-code/commit/f35061e39de539476d3897c6acf4966991669576) - Model permission deny rules now also apply to subagent model overrides coming from agent profiles and from resume or retry, not only to models named in tool arguments; a denied override falls back to the parent agent's model. + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Stop reporting an update as installed when the executable did not change; the version is checked after the installer finishes and a mismatch is recorded as a failure with the reason. + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Show download progress under the prompt while a Windows update installs, instead of nothing until it finishes. + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Fix automatic updates on Windows for npm, pnpm, and yarn installs, which failed to start at all. + +- [#50](https://github.com/Pythoughts-labs/pythinker-code/pull/50) [`38e3504`](https://github.com/Pythoughts-labs/pythinker-code/commit/38e35047069dd4f9a22e3160e34861b6550b6b56) - Record the origin of the prompt that entered Dynamic Workflow mode, so a fan-out started by a scheduled job or hook is attributable in the session records. + +- [#49](https://github.com/Pythoughts-labs/pythinker-code/pull/49) [`f35061e`](https://github.com/Pythoughts-labs/pythinker-code/commit/f35061e39de539476d3897c6acf4966991669576) - Subagent lifecycle events now carry the workflow name on start, completion and failure, and suspension events carry both the workflow run id and name, so clients can correlate every event without caching the spawn event. + ## 0.13.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 8c5d21d4..4109c3e4 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.13.1", + "version": "0.14.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts", diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 46004022..ecf22f66 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.9.0 + +### Minor Changes + +- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Combine permission mode, plan mode, and thinking effort into one composer menu, and answer approval prompts with number keys. + +- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Add a config hub page that shows models, providers, MCP servers, the local config file, and extension settings in one place. + +- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - The extension UI now follows the editor color theme, including light, dark, and high-contrast themes. + +- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Add a status bar indicator, quick-fix code actions, terminal and editor context menu entries, a getting-started walkthrough, and a new-conversation keybinding. + +### Patch Changes + +- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Render long conversations with a virtualized list, fix control overlap at narrow sidebar widths, and make sign-out work from the command palette. + +- Updated dependencies [[`c8cdcc7`](https://github.com/Pythoughts-labs/pythinker-code/commit/c8cdcc78528f3fd8dedf9111ec0c91f3242e3012)]: + - @pythoughts/pythinker-code-sdk@0.15.0 + ## 0.8.8 ### Patch Changes diff --git a/apps/vscode/package.json b/apps/vscode/package.json index d93fb9cc..c291c5c5 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -3,7 +3,7 @@ "publisher": "pythoughts", "displayName": "Pythinker Code", "description": "Pythinker Code extension for VS Code", - "version": "0.8.8", + "version": "0.9.0", "private": true, "license": "Apache-2.0", "type": "module", diff --git a/packages/node-sdk/CHANGELOG.md b/packages/node-sdk/CHANGELOG.md index 693aa6cf..46b979fa 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @pythoughts/pythinker-code-sdk +## 0.15.0 + +### Minor Changes + +- [#51](https://github.com/Pythoughts-labs/pythinker-code/pull/51) [`c8cdcc7`](https://github.com/Pythoughts-labs/pythinker-code/commit/c8cdcc78528f3fd8dedf9111ec0c91f3242e3012) - The saved-workflow write helper now takes the working directory and resolves the repository root itself, saved workflows can carry a size guideline, and the workflow size guideline resolver is exported. + ## 0.14.0 ### Minor Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index be8710ea..e010e8d8 100644 --- a/packages/node-sdk/package.json +++ b/packages/node-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code-sdk", - "version": "0.14.0", + "version": "0.15.0", "private": true, "description": "TypeScript SDK for the Pythinker Code Agent", "license": "MIT",