Commit a0fc153
ci: release packages (#29)
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
## @pythoughts/pythinker-code@0.10.0
### Minor Changes
- [#30](#30)
[`463b176`](463b176)
- Let a Dynamic Workflow run its subagents on a different model than the
agent orchestrating them. `DynamicWorkflow` accepts `model` and `effort`
for every subagent in the call, and `/workflow model <alias>` sets that
model for the session so an expensive orchestrator can hand mechanical
work to a cheaper or faster one.
### Patch Changes
- [#28](#28)
[`cf5b6b1`](cf5b6b1)
- Keep a subagent on the model and effort its profile assigns when the
subagent is resumed or retried, instead of reverting it to the main
agent's model.
- [#31](#31)
[`e5e9de4`](e5e9de4)
- Brighten the periwinkle accent in the VS Code extension's dark theme
so inline code in chat is easier to read.
- [#31](#31)
[`e5e9de4`](e5e9de4)
- Let `/yolo` and `/auto` be used in the VS Code extension before the
first message is sent — the request now applies to the session that chat
opens next instead of failing with "Could not change the permission
mode."
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: M Elkholy <melkholy@techmatrix.com>1 parent a504a82 commit a0fc153
6 files changed
Lines changed: 15 additions & 21 deletions
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 5 deletions
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 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments