From c635bf14981e0ca9809ea9967e857261458ca210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:35:21 +0000 Subject: [PATCH] ci: release packages --- .changeset/dynamic-workflow-garbled-rows.md | 5 ----- .changeset/dynamic-workflow-stage-progress.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/dynamic-workflow-garbled-rows.md delete mode 100644 .changeset/dynamic-workflow-stage-progress.md diff --git a/.changeset/dynamic-workflow-garbled-rows.md b/.changeset/dynamic-workflow-garbled-rows.md deleted file mode 100644 index b5ce37eed..000000000 --- a/.changeset/dynamic-workflow-garbled-rows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix the Dynamic Workflow card showing `[object Object]`, phantom extra agent rows, and tool labels fused into streamed text when a workflow is called with object items. diff --git a/.changeset/dynamic-workflow-stage-progress.md b/.changeset/dynamic-workflow-stage-progress.md deleted file mode 100644 index 7539ccd8a..000000000 --- a/.changeset/dynamic-workflow-stage-progress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Show Dynamic Workflow member progress from the observed stage only, so a running subagent no longer sits at 99% for the rest of its run. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 833701a86..78e8ebeeb 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,13 @@ # @pythoughts/pythinker-code +## 0.9.1 + +### Patch Changes + +- [#24](https://github.com/Pythoughts-labs/pythinker-code/pull/24) [`ae01098`](https://github.com/Pythoughts-labs/pythinker-code/commit/ae01098b862a567552c7d49a6d5bd1808077a794) - Fix the Dynamic Workflow card showing `[object Object]`, phantom extra agent rows, and tool labels fused into streamed text when a workflow is called with object items. + +- [#24](https://github.com/Pythoughts-labs/pythinker-code/pull/24) [`ae01098`](https://github.com/Pythoughts-labs/pythinker-code/commit/ae01098b862a567552c7d49a6d5bd1808077a794) - Show Dynamic Workflow member progress from the observed stage only, so a running subagent no longer sits at 99% for the rest of its run. + ## 0.9.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 66d585944..66d23e98d 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.9.0", + "version": "0.9.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",