diff --git a/.changeset/fix-running-tab-title.md b/.changeset/fix-running-tab-title.md deleted file mode 100644 index 685080e4f..000000000 --- a/.changeset/fix-running-tab-title.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Use a stable dot in the tab title while the agent is running. diff --git a/.changeset/fix-task-preview-utf8.md b/.changeset/fix-task-preview-utf8.md deleted file mode 100644 index 012bc45d9..000000000 --- a/.changeset/fix-task-preview-utf8.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Keep task output previews responsive for large logs and valid at UTF-8 byte boundaries. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 8282da49d..adbf26760 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @pymodel/pythinker-desktop +## 0.5.1 + +### Patch Changes + +- [#261](https://github.com/PyModel/pythinker-code/pull/261) [`e6cb84e`](https://github.com/PyModel/pythinker-code/commit/e6cb84e8855a9722850e59e0469684b8237415fc) Thanks [@elkaix](https://github.com/elkaix)! - Use a stable dot in the tab title while the agent is running. + +- [#261](https://github.com/PyModel/pythinker-code/pull/261) [`e6cb84e`](https://github.com/PyModel/pythinker-code/commit/e6cb84e8855a9722850e59e0469684b8237415fc) Thanks [@elkaix](https://github.com/elkaix)! - Keep task output previews responsive for large logs and valid at UTF-8 byte boundaries. + ## 0.5.0 ### Minor Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index e58023156..f4166c0ec 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@pymodel/pythinker-desktop", "description": "Pythinker desktop application with tray-owned Host lifecycle", - "version": "0.5.0", + "version": "0.5.1", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 3f3ca3774..5a7052601 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,13 @@ # @pymodel/pythinker-code +## 1.7.1 + +### Patch Changes + +- [#261](https://github.com/PyModel/pythinker-code/pull/261) [`e6cb84e`](https://github.com/PyModel/pythinker-code/commit/e6cb84e8855a9722850e59e0469684b8237415fc) Thanks [@elkaix](https://github.com/elkaix)! - Use a stable dot in the tab title while the agent is running. + +- [#261](https://github.com/PyModel/pythinker-code/pull/261) [`e6cb84e`](https://github.com/PyModel/pythinker-code/commit/e6cb84e8855a9722850e59e0469684b8237415fc) Thanks [@elkaix](https://github.com/elkaix)! - Keep task output previews responsive for large logs and valid at UTF-8 byte boundaries. + ## 1.7.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index ebd3098a2..f9ebb09f8 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.7.0", + "version": "1.7.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",