From 751d1a9efc335b6303e93fc539a77314fbd587bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 04:10:07 +0000 Subject: [PATCH] ci: release packages --- .changeset/bundled-brand-icons.md | 4 ---- .changeset/llm-stream-idle-watchdog.md | 4 ---- .changeset/modelsdev-catalog-refresh.md | 5 ---- .changeset/subagent-cards-stuck-running.md | 5 ---- .changeset/web-dynamic-workflow-toggle.md | 4 ---- .changeset/web-file-type-icons.md | 4 ---- .changeset/web-mono-accent-mascot.md | 4 ---- .changeset/web-onboarding-providers-rework.md | 4 ---- .changeset/web-permission-glyph.md | 4 ---- .changeset/web-thinking-block-rework.md | 4 ---- apps/pythinker-code/CHANGELOG.md | 24 +++++++++++++++++++ apps/pythinker-code/package.json | 2 +- 12 files changed, 25 insertions(+), 43 deletions(-) delete mode 100644 .changeset/bundled-brand-icons.md delete mode 100644 .changeset/llm-stream-idle-watchdog.md delete mode 100644 .changeset/modelsdev-catalog-refresh.md delete mode 100644 .changeset/subagent-cards-stuck-running.md delete mode 100644 .changeset/web-dynamic-workflow-toggle.md delete mode 100644 .changeset/web-file-type-icons.md delete mode 100644 .changeset/web-mono-accent-mascot.md delete mode 100644 .changeset/web-onboarding-providers-rework.md delete mode 100644 .changeset/web-permission-glyph.md delete mode 100644 .changeset/web-thinking-block-rework.md diff --git a/.changeset/bundled-brand-icons.md b/.changeset/bundled-brand-icons.md deleted file mode 100644 index abee3bd4..00000000 --- a/.changeset/bundled-brand-icons.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Fix missing brand icons in the bundled web UI. diff --git a/.changeset/llm-stream-idle-watchdog.md b/.changeset/llm-stream-idle-watchdog.md deleted file mode 100644 index c4e4ee5d..00000000 --- a/.changeset/llm-stream-idle-watchdog.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Abort LLM requests whose stream stalls and report a timeout. diff --git a/.changeset/modelsdev-catalog-refresh.md b/.changeset/modelsdev-catalog-refresh.md deleted file mode 100644 index ca2f5fb8..00000000 --- a/.changeset/modelsdev-catalog-refresh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Refresh model lists for providers imported from the models.dev catalog so newly released models appear automatically. diff --git a/.changeset/subagent-cards-stuck-running.md b/.changeset/subagent-cards-stuck-running.md deleted file mode 100644 index d00f5d4f..00000000 --- a/.changeset/subagent-cards-stuck-running.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Fix subagent cards in the web session view staying Running after they finish. diff --git a/.changeset/web-dynamic-workflow-toggle.md b/.changeset/web-dynamic-workflow-toggle.md deleted file mode 100644 index 01313482..00000000 --- a/.changeset/web-dynamic-workflow-toggle.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Add a manual dynamic-workflow toggle to the composer and the mobile sheet. diff --git a/.changeset/web-file-type-icons.md b/.changeset/web-file-type-icons.md deleted file mode 100644 index 1db51189..00000000 --- a/.changeset/web-file-type-icons.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Show file-type icons next to files in the web transcript. diff --git a/.changeset/web-mono-accent-mascot.md b/.changeset/web-mono-accent-mascot.md deleted file mode 100644 index 721162ab..00000000 --- a/.changeset/web-mono-accent-mascot.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Add a mono accent option and a mascot working indicator to the web UI. diff --git a/.changeset/web-onboarding-providers-rework.md b/.changeset/web-onboarding-providers-rework.md deleted file mode 100644 index 447c0881..00000000 --- a/.changeset/web-onboarding-providers-rework.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Rework the web onboarding flow and provider settings screens. diff --git a/.changeset/web-permission-glyph.md b/.changeset/web-permission-glyph.md deleted file mode 100644 index 4ffa53de..00000000 --- a/.changeset/web-permission-glyph.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Use the brand fingerprint icon for the manual-permission glyph in the web UI. diff --git a/.changeset/web-thinking-block-rework.md b/.changeset/web-thinking-block-rework.md deleted file mode 100644 index 71c778b2..00000000 --- a/.changeset/web-thinking-block-rework.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- -Rework the thinking block into an inline collapsible with a live timer. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 50427ce6..65b2c283 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,29 @@ # @pymodel/pythinker-code +## 0.39.1 + +### Patch Changes + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Fix missing brand icons in the bundled web UI. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Abort LLM requests whose stream stalls and report a timeout. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Refresh model lists for providers imported from the models.dev catalog so newly released models appear automatically. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Fix subagent cards in the web session view staying Running after they finish. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Add a manual dynamic-workflow toggle to the composer and the mobile sheet. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Show file-type icons next to files in the web transcript. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Add a mono accent option and a mascot working indicator to the web UI. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Rework the web onboarding flow and provider settings screens. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Use the brand fingerprint icon for the manual-permission glyph in the web UI. + +- [#136](https://github.com/PyModel/pythinker-code/pull/136) [`307ee39`](https://github.com/PyModel/pythinker-code/commit/307ee392bfa7682c380473cdc4ba96532e50201e) Thanks [@elkaix](https://github.com/elkaix)! - Rework the thinking block into an inline collapsible with a live timer. + ## 0.39.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index a37e40d7..96ff1913 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "0.39.0", + "version": "0.39.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",