From 5d9721df321d812c2da6044b89631c227fcdcd80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:55:13 +0000 Subject: [PATCH] ci: release packages --- .changeset/doctor-native-install.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 ----- apps/pythinker-code/CHANGELOG.md | 12 ++++++++++++ apps/pythinker-code/package.json | 2 +- apps/vscode/CHANGELOG.md | 16 ++++++++++++++++ apps/vscode/package.json | 2 +- 13 files changed, 30 insertions(+), 47 deletions(-) delete mode 100644 .changeset/doctor-native-install.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 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/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/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index e04982de..55aac96c 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @pythoughts/pythinker-code +## 0.13.2 + +### 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. + +- [#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. + ## 0.13.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 8c5d21d4..1613ce90 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.13.2", "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..588770ca 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,21 @@ # 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. + ## 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",