Skip to content

Commit 2153f5a

Browse files
ci: release packages
1 parent 12069a8 commit 2153f5a

8 files changed

Lines changed: 50 additions & 26 deletions

File tree

.changeset/dynamic-workflow-plan-approval.md

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

.changeset/update-channel-published-versions-only.md

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

apps/pythinker-code/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#35](https://github.com/Pythoughts-labs/pythinker-code/pull/35) [`2ce6b5e`](https://github.com/Pythoughts-labs/pythinker-code/commit/2ce6b5e66935335567a6525413ad8e77b84d852f) - Show the plan before a Dynamic Workflow runs, and let a good one be saved as a command
8+
9+
Manual mode used to approve every `DynamicWorkflow` call outright. That approval
10+
only ever fired in manual mode — auto and yolo approve earlier in the chain — so
11+
the one mode whose purpose is to ask was the one mode that never saw what it was
12+
agreeing to. A `DynamicWorkflow` call in manual mode now asks, and the approval
13+
carries the fan-out: how many subagents, the task list, the prompt template, the
14+
worker model, and the summed size of the prompts about to be sent. "Approve for
15+
this session" is keyed to that workflow's description rather than granting every
16+
future `DynamicWorkflow` call.
17+
18+
`/workflow save <name>` writes the last run back out as a skill under
19+
`.pythinker-code/skills/`, so a fan-out that worked can be re-run by name.
20+
21+
### Patch Changes
22+
23+
- [#37](https://github.com/Pythoughts-labs/pythinker-code/pull/37) [`12069a8`](https://github.com/Pythoughts-labs/pythinker-code/commit/12069a890144380bff5d648ad51d7411ece94437) - Stop offering updates to versions that were never published: the update channel now advertises only the release that is actually available for download.
24+
325
## 0.11.0
426

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

apps/vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.8.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2ce6b5e`](https://github.com/Pythoughts-labs/pythinker-code/commit/2ce6b5e66935335567a6525413ad8e77b84d852f)]:
8+
- @pythoughts/pythinker-code-sdk@0.13.0
9+
310
## 0.8.5
411

512
### Patch Changes

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "pythoughts",
44
"displayName": "Pythinker Code",
55
"description": "Pythinker Code extension for VS Code",
6-
"version": "0.8.5",
6+
"version": "0.8.6",
77
"private": true,
88
"license": "Apache-2.0",
99
"type": "module",

packages/node-sdk/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#35](https://github.com/Pythoughts-labs/pythinker-code/pull/35) [`2ce6b5e`](https://github.com/Pythoughts-labs/pythinker-code/commit/2ce6b5e66935335567a6525413ad8e77b84d852f) - Show the plan before a Dynamic Workflow runs, and let a good one be saved as a command
8+
9+
Manual mode used to approve every `DynamicWorkflow` call outright. That approval
10+
only ever fired in manual mode — auto and yolo approve earlier in the chain — so
11+
the one mode whose purpose is to ask was the one mode that never saw what it was
12+
agreeing to. A `DynamicWorkflow` call in manual mode now asks, and the approval
13+
carries the fan-out: how many subagents, the task list, the prompt template, the
14+
worker model, and the summed size of the prompts about to be sent. "Approve for
15+
this session" is keyed to that workflow's description rather than granting every
16+
future `DynamicWorkflow` call.
17+
18+
`/workflow save <name>` writes the last run back out as a skill under
19+
`.pythinker-code/skills/`, so a fan-out that worked can be re-run by name.
20+
321
## 0.12.0
422

523
### Minor Changes

packages/node-sdk/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-sdk",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"private": true,
55
"description": "TypeScript SDK for the Pythinker Code Agent",
66
"license": "MIT",

0 commit comments

Comments
 (0)