diff --git a/.changeset/lab-flag-effective-state.md b/.changeset/lab-flag-effective-state.md deleted file mode 100644 index bf25dcbee..000000000 --- a/.changeset/lab-flag-effective-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -The Lab settings show when an experimental flag is controlled by the environment and when the saved setting is overridden. diff --git a/.changeset/subagent-model-policy-endpoint.md b/.changeset/subagent-model-policy-endpoint.md deleted file mode 100644 index ee955dee5..000000000 --- a/.changeset/subagent-model-policy-endpoint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Add a subagent model policy setting with inherit, default, pool, and force modes that rejects models that are not configured. diff --git a/.changeset/subagent-model-settings-replace.md b/.changeset/subagent-model-settings-replace.md deleted file mode 100644 index b9f640258..000000000 --- a/.changeset/subagent-model-settings-replace.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Subagent model settings no longer keep stale force or pool values after a change. diff --git a/.changeset/subagent-routing-provenance.md b/.changeset/subagent-routing-provenance.md deleted file mode 100644 index 337b1e3ed..000000000 --- a/.changeset/subagent-routing-provenance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Subagent tasks and Dynamic Workflow results now record the profile, model, and routing source of each subagent, and a resumed subagent keeps the binding it was created with. diff --git a/.changeset/web-preview-header-close.md b/.changeset/web-preview-header-close.md deleted file mode 100644 index f5c1436c9..000000000 --- a/.changeset/web-preview-header-close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Keep the file preview close button in the top-right corner at every panel width, remove the unused download action, and stop the running-task indicator from overlapping a collapsed Task row title. diff --git a/.changeset/web-tool-file-icon-align.md b/.changeset/web-tool-file-icon-align.md deleted file mode 100644 index 469d519c0..000000000 --- a/.changeset/web-tool-file-icon-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Align the file-type icon with the text in Read and Edit tool rows. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 88dec4ac4..4ed1fccd4 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,23 @@ # @pymodel/pythinker-code +## 1.6.0 + +### Minor Changes + +- [#235](https://github.com/PyModel/pythinker-code/pull/235) [`03d9835`](https://github.com/PyModel/pythinker-code/commit/03d98350ccaa9caae1a286f95870ecb760249e79) Thanks [@elkaix](https://github.com/elkaix)! - The Lab settings show when an experimental flag is controlled by the environment and when the saved setting is overridden. + +- [#236](https://github.com/PyModel/pythinker-code/pull/236) [`faeb195`](https://github.com/PyModel/pythinker-code/commit/faeb1954b267a1a817926d61ace38db5e55e0738) Thanks [@elkaix](https://github.com/elkaix)! - Add a subagent model policy setting with inherit, default, pool, and force modes that rejects models that are not configured. + +- [#237](https://github.com/PyModel/pythinker-code/pull/237) [`a60a427`](https://github.com/PyModel/pythinker-code/commit/a60a427f447a3ff36e0af59a5b7bba2344f1a7ef) Thanks [@elkaix](https://github.com/elkaix)! - Subagent tasks and Dynamic Workflow results now record the profile, model, and routing source of each subagent, and a resumed subagent keeps the binding it was created with. + +### Patch Changes + +- [#234](https://github.com/PyModel/pythinker-code/pull/234) [`8959522`](https://github.com/PyModel/pythinker-code/commit/89595222c4e7fa8984ef597f888769ce7ef665d9) Thanks [@elkaix](https://github.com/elkaix)! - Subagent model settings no longer keep stale force or pool values after a change. + +- [#232](https://github.com/PyModel/pythinker-code/pull/232) [`974da73`](https://github.com/PyModel/pythinker-code/commit/974da731db454a1f25e32e00a5b7d54db104c2c2) Thanks [@elkaix](https://github.com/elkaix)! - Keep the file preview close button in the top-right corner at every panel width, remove the unused download action, and stop the running-task indicator from overlapping a collapsed Task row title. + +- [#231](https://github.com/PyModel/pythinker-code/pull/231) [`26cd4ac`](https://github.com/PyModel/pythinker-code/commit/26cd4ac1d07cd9e1ea0edc4b3c1e4ab025f5d2d9) Thanks [@elkaix](https://github.com/elkaix)! - Align the file-type icon with the text in Read and Edit tool rows. + ## 1.5.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index ef8cad343..af3aa3b15 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.5.0", + "version": "1.6.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",