Skip to content

Commit b3f5c0a

Browse files
ci: release packages (#76)
1 parent 2b2f438 commit b3f5c0a

10 files changed

Lines changed: 28 additions & 23 deletions

File tree

.changeset/sdk-advisor-api.md

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

.changeset/session-advisor.md

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

.changeset/thinking-activity-pane.md

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

.changeset/workflow-spinner.md

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

apps/pythinker-code/CHANGELOG.md

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

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Add a session advisor that reviews work in the background, with the /advisor command to show and control it.
8+
9+
### Patch Changes
10+
11+
- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Stream in-progress thinking in the activity pane and move it into the transcript when complete.
12+
13+
- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Show running dynamic workflow rows with the same braille spinner glyphs as other loaders.
14+
315
## 0.17.1
416

517
### 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": "@pymodel/pythinker-code",
3-
"version": "0.17.1",
3+
"version": "0.18.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.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2)]:
8+
- @pymodel/pythinker-code-sdk@0.16.0
9+
310
## 0.9.0
411

512
### Minor 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": "pymodel",
44
"displayName": "Pythinker Code",
55
"description": "Pythinker Code extension for VS Code",
6-
"version": "0.9.0",
6+
"version": "0.9.1",
77
"private": true,
88
"license": "Apache-2.0",
99
"type": "module",

packages/node-sdk/CHANGELOG.md

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

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- [#75](https://github.com/PyModel/pythinker-code/pull/75) [`2b2f438`](https://github.com/PyModel/pythinker-code/commit/2b2f438acbdb1d5367b39c5e479fd72f6c46dec2) - Add advisor status and control methods to the session client.
8+
39
## 0.15.0
410

511
### 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": "@pymodel/pythinker-code-sdk",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"private": true,
55
"description": "TypeScript SDK for the Pythinker Code Agent",
66
"license": "MIT",

0 commit comments

Comments
 (0)