From 0b188e7ee199adafb58610b8aa1269aaee658cab Mon Sep 17 00:00:00 2001 From: elkaix Date: Sat, 22 Aug 2026 18:57:36 -0400 Subject: [PATCH] chore: release the managed-endpoint removal as a major version --- .changeset/remove-managed-kimi-endpoints.md | 2 +- .changeset/subagent-execution-inspector.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/remove-managed-kimi-endpoints.md b/.changeset/remove-managed-kimi-endpoints.md index ccda57f9..232e5b63 100644 --- a/.changeset/remove-managed-kimi-endpoints.md +++ b/.changeset/remove-managed-kimi-endpoints.md @@ -1,5 +1,5 @@ --- -"@pymodel/pythinker-code": minor +"@pymodel/pythinker-code": major --- Remove the hosted self-update checks, default plugin marketplace catalog, official plugin badges, tips banner, and sign-up links; Kimi now serves only as a model provider through OAuth or an API key. Set PYTHINKER_CODE_PLUGIN_MARKETPLACE_URL to keep using a plugin catalog. diff --git a/.changeset/subagent-execution-inspector.md b/.changeset/subagent-execution-inspector.md index 6aef96eb..a25fcd78 100644 --- a/.changeset/subagent-execution-inspector.md +++ b/.changeset/subagent-execution-inspector.md @@ -2,4 +2,4 @@ "@pymodel/pythinker-code": patch --- -Allow sub agent activity cards to open their live execution transcript. +Allow subagent activity cards to open their live execution transcript.