Skip to content

Commit fa09ee7

Browse files
ci: release packages
1 parent 0f522b8 commit fa09ee7

13 files changed

Lines changed: 49 additions & 39 deletions

.changeset/anthropic-undefined-model.md

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

.changeset/background-env-bindings.md

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

.changeset/config-changed-rename-and-model-policy.md

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

.changeset/cron-replay-boundaries.md

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

.changeset/session-index-stray-files.md

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

.changeset/warn-trust-gated-mcp.md

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

.changeset/watch-user-skill-roots.md

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

apps/desktop/CHANGELOG.md

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

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#299](https://github.com/PyModel/pythinker-code/pull/299) [`62ae31b`](https://github.com/PyModel/pythinker-code/commit/62ae31bfd46506eda917ba649c7ae1bf273e7bbf) Thanks [@elkaix](https://github.com/elkaix)! - Config changes now refresh the model picker and setup screen live, a dead default model is repaired in your config.toml to the best available model with a notice, and provider configuration errors fail fast instead of retrying for minutes.
8+
9+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Refresh the skill catalog automatically when user-level skills are created, changed, or deleted while Pythinker Code is running.
10+
11+
### Patch Changes
12+
13+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Fix a crash when a model config entry lacks its model name.
14+
15+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Add environment variable overrides for the background Bash task timeout and the print-mode background policy.
16+
17+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Fix slow resume replay for sessions with many cron turns.
18+
19+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Fix recent sessions missing from the session list when the sessions folder contains stray files.
20+
21+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Warn in print mode when an untrusted folder skips project-level MCP servers. Workspace trust info now reports project servers that override same-named user entries as trust-gated.
22+
323
## 0.10.2
424

525
### Patch Changes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pymodel/pythinker-desktop",
33
"description": "Pythinker desktop application with tray-owned Host lifecycle",
4-
"version": "0.10.2",
4+
"version": "0.11.0",
55
"private": true,
66
"type": "module",
77
"main": "dist/main.js",

apps/pythinker-code/CHANGELOG.md

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

3+
## 1.13.0
4+
5+
### Minor Changes
6+
7+
- [#299](https://github.com/PyModel/pythinker-code/pull/299) [`62ae31b`](https://github.com/PyModel/pythinker-code/commit/62ae31bfd46506eda917ba649c7ae1bf273e7bbf) Thanks [@elkaix](https://github.com/elkaix)! - Config changes now refresh the model picker and setup screen live, a dead default model is repaired in your config.toml to the best available model with a notice, and provider configuration errors fail fast instead of retrying for minutes.
8+
9+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Refresh the skill catalog automatically when user-level skills are created, changed, or deleted while Pythinker Code is running.
10+
11+
### Patch Changes
12+
13+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Fix a crash when a model config entry lacks its model name.
14+
15+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Add environment variable overrides for the background Bash task timeout and the print-mode background policy.
16+
17+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Fix slow resume replay for sessions with many cron turns.
18+
19+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Fix recent sessions missing from the session list when the sessions folder contains stray files.
20+
21+
- [#298](https://github.com/PyModel/pythinker-code/pull/298) [`0f522b8`](https://github.com/PyModel/pythinker-code/commit/0f522b86991a70d2472f03842048c001c8ec294d) Thanks [@elkaix](https://github.com/elkaix)! - Warn in print mode when an untrusted folder skips project-level MCP servers. Workspace trust info now reports project servers that override same-named user entries as trust-gated.
22+
323
## 1.12.2
424

525
### Patch Changes

0 commit comments

Comments
 (0)