From 71f132582ee1118c74a4aa8d3db5d7e8f1ef4f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:41:57 +0000 Subject: [PATCH] ci: release packages --- .changeset/catalog-rest-and-skill-toggle.md | 5 ----- .changeset/inline-settings-route.md | 5 ----- apps/pythinker-code/CHANGELOG.md | 8 ++++++++ apps/pythinker-code/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/catalog-rest-and-skill-toggle.md delete mode 100644 .changeset/inline-settings-route.md diff --git a/.changeset/catalog-rest-and-skill-toggle.md b/.changeset/catalog-rest-and-skill-toggle.md deleted file mode 100644 index 45ca3312..00000000 --- a/.changeset/catalog-rest-and-skill-toggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Add server endpoints that list installed plugins, enable or disable one, and list subagent profiles, and let a named skill be turned off so it is hidden from the model, the slash menu and the API. diff --git a/.changeset/inline-settings-route.md b/.changeset/inline-settings-route.md deleted file mode 100644 index b00ce16a..00000000 --- a/.changeset/inline-settings-route.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Open the web settings inside the app shell instead of over it, and add pages for plugins, skills, subagents, connectors, hooks and usage statistics. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 588b706d..24e71454 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,13 @@ # @pymodel/pythinker-code +## 0.21.0 + +### Minor Changes + +- [#100](https://github.com/PyModel/pythinker-code/pull/100) [`cba1341`](https://github.com/PyModel/pythinker-code/commit/cba13413dd3606f218cc6f1dca59a75641371c85) - Add server endpoints that list installed plugins, enable or disable one, and list subagent profiles, and let a named skill be turned off so it is hidden from the model, the slash menu and the API. + +- [#100](https://github.com/PyModel/pythinker-code/pull/100) [`cba1341`](https://github.com/PyModel/pythinker-code/commit/cba13413dd3606f218cc6f1dca59a75641371c85) - Open the web settings inside the app shell instead of over it, and add pages for plugins, skills, subagents, connectors, hooks and usage statistics. + ## 0.20.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index a826846d..75f2fe4b 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "0.20.0", + "version": "0.21.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",