Skip to content

Commit 1baf6e7

Browse files
ci: release packages
1 parent 8506ded commit 1baf6e7

6 files changed

Lines changed: 15 additions & 21 deletions

File tree

.changeset/model-picker-keeps-effort.md

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

.changeset/persist-cycled-effort.md

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

.changeset/pymodel-npm-scope.md

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

.changeset/thinking-indicator-only.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
# @pymodel/pythinker-code
22

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#70](https://github.com/PyModel/pythinker-code/pull/70) [`8506ded`](https://github.com/PyModel/pythinker-code/commit/8506dedac95b4917e1fafaccf6d5d313338d8d13) - Publish the CLI under the @pymodel npm scope; install with `npm install -g @pymodel/pythinker-code`. The old @pythoughts scope is deprecated and no longer receives releases.
8+
9+
### Patch Changes
10+
11+
- [#71](https://github.com/PyModel/pythinker-code/pull/71) [`9d46551`](https://github.com/PyModel/pythinker-code/commit/9d465516d63694957b7e6ada1986858d8d3b19e0) - Keep the current thinking effort when switching models in the model picker instead of silently saving the new model's lowest level as the default, and repair a stale thinking mode in the config when saving an effort.
12+
13+
- [#67](https://github.com/PyModel/pythinker-code/pull/67) [`5cb218f`](https://github.com/PyModel/pythinker-code/commit/5cb218f9c35f2943da6d23c2073b637c6077ced4) - Keep the thinking effort chosen with Ctrl-T/Shift-Tab as the default across restarts.
14+
15+
- [#68](https://github.com/PyModel/pythinker-code/pull/68) [`b69205f`](https://github.com/PyModel/pythinker-code/commit/b69205f5b298d819ae576a2a25df6ae029c27303) - Show only the animated thinking indicator while the model thinks; the streamed thinking text no longer appears in the transcript unless expanded with Ctrl+O.
16+
317
## 0.16.0
418

519
### 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": "0.16.0",
3+
"version": "0.17.0",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "Pythoughts",

0 commit comments

Comments
 (0)