diff --git a/.changeset/catalog-provider-api-key-prompt.md b/.changeset/catalog-provider-api-key-prompt.md deleted file mode 100644 index c3a559b7..00000000 --- a/.changeset/catalog-provider-api-key-prompt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pythoughts/pythinker-code': patch ---- - -Prompt for an API key when connecting a catalog provider whose environment variable is not set, instead of failing with "Environment variable is not set or is empty". Applies to `/login`, `/provider`, and `pythinker provider catalog add`, which now also accepts `--api-key `. diff --git a/.changeset/homebrew-update-hint.md b/.changeset/homebrew-update-hint.md deleted file mode 100644 index a491a429..00000000 --- a/.changeset/homebrew-update-hint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pythoughts/pythinker-code': patch ---- - -Explain in `/update` and the startup update notice that Homebrew installs do not auto-update, and point to the native installer for automatic background updates. diff --git a/.changeset/native-install-script-assets.md b/.changeset/native-install-script-assets.md deleted file mode 100644 index 0ac6aa11..00000000 --- a/.changeset/native-install-script-assets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pythoughts/pythinker-code': patch ---- - -Point the native install scripts at the published release assets. diff --git a/.changeset/old-node-launch-guard.md b/.changeset/old-node-launch-guard.md deleted file mode 100644 index 55cbaea5..00000000 --- a/.changeset/old-node-launch-guard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pythoughts/pythinker-code': patch ---- - -Show a clear requirement message with the native-installer alternative when the CLI is launched on Node.js older than 26.4, instead of failing with a cryptic flag error. diff --git a/.changeset/windows-launcher-execve.md b/.changeset/windows-launcher-execve.md deleted file mode 100644 index 6e4dcd71..00000000 --- a/.changeset/windows-launcher-execve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pythoughts/pythinker-code': patch ---- - -Fix the CLI failing to start on Windows with "process.execve is unavailable" by using the spawn fallback instead of calling execve there. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index c8b352d3..3f04a7bb 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,19 @@ # @pythoughts/pythinker-code +## 0.6.1 + +### Patch Changes + +- [#7](https://github.com/Pythoughts-labs/pythinker-code/pull/7) [`d396320`](https://github.com/Pythoughts-labs/pythinker-code/commit/d396320235e31ce09f04f0da244ec5a694e2bcfe) - Prompt for an API key when connecting a catalog provider whose environment variable is not set, instead of failing with "Environment variable is not set or is empty". Applies to `/login`, `/provider`, and `pythinker provider catalog add`, which now also accepts `--api-key `. + +- [#7](https://github.com/Pythoughts-labs/pythinker-code/pull/7) [`d396320`](https://github.com/Pythoughts-labs/pythinker-code/commit/d396320235e31ce09f04f0da244ec5a694e2bcfe) - Explain in `/update` and the startup update notice that Homebrew installs do not auto-update, and point to the native installer for automatic background updates. + +- [#7](https://github.com/Pythoughts-labs/pythinker-code/pull/7) [`d396320`](https://github.com/Pythoughts-labs/pythinker-code/commit/d396320235e31ce09f04f0da244ec5a694e2bcfe) - Point the native install scripts at the published release assets. + +- [#7](https://github.com/Pythoughts-labs/pythinker-code/pull/7) [`d396320`](https://github.com/Pythoughts-labs/pythinker-code/commit/d396320235e31ce09f04f0da244ec5a694e2bcfe) - Show a clear requirement message with the native-installer alternative when the CLI is launched on Node.js older than 26.4, instead of failing with a cryptic flag error. + +- [#8](https://github.com/Pythoughts-labs/pythinker-code/pull/8) [`9b1b195`](https://github.com/Pythoughts-labs/pythinker-code/commit/9b1b19577a5826f33a2bd70116c48bfeb46362ad) - Fix the CLI failing to start on Windows with "process.execve is unavailable" by using the spawn fallback instead of calling execve there. + ## 0.6.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index ecef1271..2a3cd0c4 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.6.0", + "version": "0.6.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",