Commit 7838e5e
ci: release packages (#289)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @pymodel/pythinker-code@1.11.3
### Patch Changes
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Write files atomically so
an interrupted write leaves the previous content intact.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Allow cancelling a prompt
while it is still starting.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Fix DSML and Hermes tool
calls in streamed responses being dropped, split, or mistaken for quoted
documentation depending on how the response was chunked.
- [#288](#288)
[`b12dfa1`](b12dfa1)
Thanks [@elkaix](https://github.com/elkaix)! - Fix unparsed DSML tool
call markup leaked into model text responses.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Block file reads and
writes that reach a sensitive file through a symlink alias.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Report each subagent
run's own token usage instead of the agent's lifetime total.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Keep a cancelled tool
that ignores the stop signal from overlapping with the next tool on the
same file.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Stop downloading a web
page as soon as it exceeds the size limit instead of buffering it first.
## @pymodel/pythinker-desktop@0.9.3
### Patch Changes
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Write files atomically so
an interrupted write leaves the previous content intact.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Allow cancelling a prompt
while it is still starting.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Fix DSML and Hermes tool
calls in streamed responses being dropped, split, or mistaken for quoted
documentation depending on how the response was chunked.
- [#288](#288)
[`b12dfa1`](b12dfa1)
Thanks [@elkaix](https://github.com/elkaix)! - Fix unparsed DSML tool
call markup leaked into model text responses.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Block file reads and
writes that reach a sensitive file through a symlink alias.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Report each subagent
run's own token usage instead of the agent's lifetime total.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Keep a cancelled tool
that ignores the stop signal from overlapping with the next tool on the
same file.
- [#290](#290)
[`7acd42a`](7acd42a)
Thanks [@elkaix](https://github.com/elkaix)! - Stop downloading a web
page as soon as it exceeds the size limit instead of buffering it first.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 7acd42a commit 7838e5e
12 files changed
Lines changed: 42 additions & 42 deletions
File tree
- .changeset
- apps
- desktop
- pythinker-code
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments