Commit 564c41e
ci: release packages (#9)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @pythoughts/pythinker-code@0.6.1
### Patch Changes
- [#7](#7)
[`d396320`](d396320)
- 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
<key>`.
- [#7](#7)
[`d396320`](d396320)
- 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](#7)
[`d396320`](d396320)
- Point the native install scripts at the published release assets.
- [#7](#7)
[`d396320`](d396320)
- 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](#8)
[`9b1b195`](9b1b195)
- Fix the CLI failing to start on Windows with "process.execve is
unavailable" by using the spawn fallback instead of calling execve
there.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 9b1b195 commit 564c41e
7 files changed
Lines changed: 15 additions & 26 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments