diff --git a/.changeset/compaction-max-tokens-cap.md b/.changeset/compaction-max-tokens-cap.md deleted file mode 100644 index a4ed5893..00000000 --- a/.changeset/compaction-max-tokens-cap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix context compaction failing with provider "Invalid max_tokens" errors by capping requested completion tokens to the remaining context window and a safe output ceiling instead of the full context window size. diff --git a/.changeset/dynamic-workflow-progress-stall.md b/.changeset/dynamic-workflow-progress-stall.md deleted file mode 100644 index 84ac6198..00000000 --- a/.changeset/dynamic-workflow-progress-stall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix Dynamic Workflow progress sticking at 90% during long streaming, show a Finalizing state once all delegated agents finish, and fix member row alignment at narrow widths. diff --git a/.changeset/homebrew-restart-updates.md b/.changeset/homebrew-restart-updates.md deleted file mode 100644 index 9d60e4bc..00000000 --- a/.changeset/homebrew-restart-updates.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": minor ---- - -Prepare verified Homebrew updates in the background and install them automatically on the next interactive launch. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 5db9e7b1..5aedfee6 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @pythoughts/pythinker-code +## 0.7.0 + +### Minor Changes + +- [#12](https://github.com/Pythoughts-labs/pythinker-code/pull/12) [`02f7f8d`](https://github.com/Pythoughts-labs/pythinker-code/commit/02f7f8d93ff138611298f8d46c5c54e928c7ae59) - Prepare verified Homebrew updates in the background and install them automatically on the next interactive launch. + +### Patch Changes + +- [#12](https://github.com/Pythoughts-labs/pythinker-code/pull/12) [`02f7f8d`](https://github.com/Pythoughts-labs/pythinker-code/commit/02f7f8d93ff138611298f8d46c5c54e928c7ae59) - Fix context compaction failing with provider "Invalid max_tokens" errors by capping requested completion tokens to the remaining context window and a safe output ceiling instead of the full context window size. + +- [#12](https://github.com/Pythoughts-labs/pythinker-code/pull/12) [`02f7f8d`](https://github.com/Pythoughts-labs/pythinker-code/commit/02f7f8d93ff138611298f8d46c5c54e928c7ae59) - Fix Dynamic Workflow progress sticking at 90% during long streaming, show a Finalizing state once all delegated agents finish, and fix member row alignment at narrow widths. + ## 0.6.2 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 5d40567f..f17366f0 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.6.2", + "version": "0.7.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",