Commit 407878b
ci: release packages (#20)
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.9.0
### Minor Changes
- [#22](#22)
[`45be822`](45be822)
- Name the managed OAuth provider after the platform that serves it. It
is reached over `auth.kimi.com` and `api.kimi.com`, but it was
registered as `managed:pythinker-code`, which read as a first-party
service in a client that talks to several providers. The provider id is
now `managed:kimi-code`, its models are aliased `kimi-code/*`, and its
credentials are stored under `oauth/kimi-code`.
This is a breaking change for an existing config: the previous entries
are not rewritten, so run `pythinker login` once to provision the
managed provider under its current name, then remove the stale
`managed:pythinker-code` entry.
- [#22](#22)
[`45be822`](45be822)
- Resolve a workspace's skills without opening a session, so an editor
panel can list them before its first message.
### Patch Changes
- [#22](#22)
[`45be822`](45be822)
- Add an SDK routine that imports a catalog provider and its models into
the persisted config, and use it for the CLI provider import so both
entry points preserve existing defaults the same way.
- [#22](#22)
[`45be822`](45be822)
- Stop the fixed-layout TUI anchoring its first frames to the shell
cursor, which pushed the panel border into scrollback.
## @pythoughts/pythinker-code-sdk@0.11.0
### Minor Changes
- [#22](#22)
[`45be822`](45be822)
- Name the managed OAuth provider after the platform that serves it. It
is reached over `auth.kimi.com` and `api.kimi.com`, but it was
registered as `managed:pythinker-code`, which read as a first-party
service in a client that talks to several providers. The provider id is
now `managed:kimi-code`, its models are aliased `kimi-code/*`, and its
credentials are stored under `oauth/kimi-code`.
This is a breaking change for an existing config: the previous entries
are not rewritten, so run `pythinker login` once to provision the
managed provider under its current name, then remove the stale
`managed:pythinker-code` entry.
- [#22](#22)
[`45be822`](45be822)
- Add an SDK routine that imports a catalog provider and its models into
the persisted config, and use it for the CLI provider import so both
entry points preserve existing defaults the same way.
## pythinker-code@0.8.4
### Patch Changes
- [#22](#22)
[`45be822`](45be822)
- Show the assistant logo beside replies without breaking the step
timeline, complete a picked slash command in the input instead of
sending it on its own, ship a decodable Marketplace icon, and retry
transient registry failures when publishing.
- Updated dependencies
[[`45be822`](45be822),
[`45be822`](45be822)]:
- @pythoughts/pythinker-code-sdk@0.11.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 602546e commit 407878b
11 files changed
Lines changed: 38 additions & 32 deletions
File tree
- .changeset
- apps
- pythinker-code
- vscode
- packages/node-sdk
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 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 | | |
4 | 20 | | |
5 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
0 commit comments