ci: release packages - #20
Conversation
|
@coderabbitai review |
commit: |
|
@coderabbitai review |
3d9e678 to
84be849
Compare
|
@coderabbitai review |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe pull request finalizes release metadata for the CLI, SDK, and VS Code extension. It updates package versions and adds changelog entries for provider migration, catalog imports, skill resolution, TUI behavior, and extension fixes. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6adf380 to
389e474
Compare
|
@coderabbitai review |
This PR was opened by the Changesets release 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
45be822- Name the managed OAuth provider after the platform that serves it. It is reached overauth.kimi.comandapi.kimi.com, but it was registered asmanaged:pythinker-code, which read as a first-party service in a client that talks to several providers. The provider id is nowmanaged:kimi-code, its models are aliasedkimi-code/*, and its credentials are stored underoauth/kimi-code.This is a breaking change for an existing config: the previous entries are not rewritten, so run
pythinker loginonce to provision the managed provider under its current name, then remove the stalemanaged:pythinker-codeentry.#22
45be822- Resolve a workspace's skills without opening a session, so an editor panel can list them before its first message.Patch Changes
#22
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
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
45be822- Name the managed OAuth provider after the platform that serves it. It is reached overauth.kimi.comandapi.kimi.com, but it was registered asmanaged:pythinker-code, which read as a first-party service in a client that talks to several providers. The provider id is nowmanaged:kimi-code, its models are aliasedkimi-code/*, and its credentials are stored underoauth/kimi-code.This is a breaking change for an existing config: the previous entries are not rewritten, so run
pythinker loginonce to provision the managed provider under its current name, then remove the stalemanaged:pythinker-codeentry.#22
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
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]: