Skip to content

Commit fce1bb6

Browse files
ci: release packages
1 parent e5e9de4 commit fce1bb6

6 files changed

Lines changed: 15 additions & 21 deletions

File tree

.changeset/dynamic-workflow-subagent-model.md

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

.changeset/keep-subagent-routed-model.md

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

.changeset/vscode-inline-code-color.md

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

.changeset/vscode-permission-command-before-first-message.md

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

apps/pythinker-code/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#30](https://github.com/Pythoughts-labs/pythinker-code/pull/30) [`463b176`](https://github.com/Pythoughts-labs/pythinker-code/commit/463b1766a80389fe44cd675bff29b83b3ce6c86b) - Let a Dynamic Workflow run its subagents on a different model than the agent orchestrating them. `DynamicWorkflow` accepts `model` and `effort` for every subagent in the call, and `/workflow model <alias>` sets that model for the session so an expensive orchestrator can hand mechanical work to a cheaper or faster one.
8+
9+
### Patch Changes
10+
11+
- [#28](https://github.com/Pythoughts-labs/pythinker-code/pull/28) [`cf5b6b1`](https://github.com/Pythoughts-labs/pythinker-code/commit/cf5b6b16e999431bd1a8f511c09883c330fc569d) - Keep a subagent on the model and effort its profile assigns when the subagent is resumed or retried, instead of reverting it to the main agent's model.
12+
13+
- [#31](https://github.com/Pythoughts-labs/pythinker-code/pull/31) [`e5e9de4`](https://github.com/Pythoughts-labs/pythinker-code/commit/e5e9de46f0f51be6f3ab3d03d59a5841779c2215) - Brighten the periwinkle accent in the VS Code extension's dark theme so inline code in chat is easier to read.
14+
15+
- [#31](https://github.com/Pythoughts-labs/pythinker-code/pull/31) [`e5e9de4`](https://github.com/Pythoughts-labs/pythinker-code/commit/e5e9de46f0f51be6f3ab3d03d59a5841779c2215) - Let `/yolo` and `/auto` be used in the VS Code extension before the first message is sent — the request now applies to the session that chat opens next instead of failing with "Could not change the permission mode."
16+
317
## 0.9.2
418

519
### Patch 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": "@pythoughts/pythinker-code",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "Pythoughts",

0 commit comments

Comments
 (0)