diff --git a/.changeset/sdk-advisor-api.md b/.changeset/sdk-advisor-api.md deleted file mode 100644 index 8f41c041..00000000 --- a/.changeset/sdk-advisor-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code-sdk": minor ---- - -Add advisor status and control methods to the session client. diff --git a/.changeset/session-advisor.md b/.changeset/session-advisor.md deleted file mode 100644 index 97fee51a..00000000 --- a/.changeset/session-advisor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Add a session advisor that reviews work in the background, with the /advisor command to show and control it. diff --git a/.changeset/thinking-activity-pane.md b/.changeset/thinking-activity-pane.md deleted file mode 100644 index aac17693..00000000 --- a/.changeset/thinking-activity-pane.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Stream in-progress thinking in the activity pane and move it into the transcript when complete. diff --git a/.changeset/workflow-spinner.md b/.changeset/workflow-spinner.md deleted file mode 100644 index 044ec554..00000000 --- a/.changeset/workflow-spinner.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Show running dynamic workflow rows with the same braille spinner glyphs as other loaders. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index e3f5d2bf..7b0067a5 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @pymodel/pythinker-code +## 0.18.0 + +### Minor Changes + +- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Add a session advisor that reviews work in the background, with the /advisor command to show and control it. + +### Patch Changes + +- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Stream in-progress thinking in the activity pane and move it into the transcript when complete. + +- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Show running dynamic workflow rows with the same braille spinner glyphs as other loaders. + ## 0.17.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index c5f829d5..ad541461 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "0.17.1", + "version": "0.18.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts", diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index d470ec48..0bd8e420 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2)]: + - @pymodel/pythinker-code-sdk@0.16.0 + ## 0.9.0 ### Minor Changes diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 39fae3ee..cf224398 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -3,7 +3,7 @@ "publisher": "pymodel", "displayName": "Pythinker Code", "description": "Pythinker Code extension for VS Code", - "version": "0.9.0", + "version": "0.9.1", "private": true, "license": "Apache-2.0", "type": "module", diff --git a/packages/node-sdk/CHANGELOG.md b/packages/node-sdk/CHANGELOG.md index 2cf3589f..c38bd107 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @pymodel/pythinker-code-sdk +## 0.16.0 + +### Minor Changes + +- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Add advisor status and control methods to the session client. + ## 0.15.0 ### Minor Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index f90459fe..98f0b01b 100644 --- a/packages/node-sdk/package.json +++ b/packages/node-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code-sdk", - "version": "0.15.0", + "version": "0.16.0", "private": true, "description": "TypeScript SDK for the Pythinker Code Agent", "license": "MIT",