Skip to content

Commit 2200891

Browse files
ci: release packages
1 parent a60a427 commit 2200891

8 files changed

Lines changed: 19 additions & 31 deletions

.changeset/lab-flag-effective-state.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/subagent-model-policy-endpoint.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/subagent-model-settings-replace.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/subagent-routing-provenance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/web-preview-header-close.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/web-tool-file-icon-align.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/pythinker-code/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @pymodel/pythinker-code
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- [#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.
12+
13+
### Patch Changes
14+
15+
- [#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.
16+
17+
- [#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.
18+
19+
- [#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.
20+
321
## 1.5.0
422

523
### Minor Changes

apps/pythinker-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pymodel/pythinker-code",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "PyModel",

0 commit comments

Comments
 (0)