diff --git a/.changeset/vscode-permission-command-mid-turn.md b/.changeset/vscode-permission-command-mid-turn.md deleted file mode 100644 index 6e0e7b66..00000000 --- a/.changeset/vscode-permission-command-mid-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Let `/yolo` and `/auto` take effect in the VS Code extension while the agent is running, and auto-approve the requests already waiting on screen. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 78e8ebee..41a1c070 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,11 @@ # @pythoughts/pythinker-code +## 0.9.2 + +### Patch Changes + +- [#25](https://github.com/Pythoughts-labs/pythinker-code/pull/25) [`649ec69`](https://github.com/Pythoughts-labs/pythinker-code/commit/649ec69f8e039c031248ce939faadf253bee7259) - Let `/yolo` and `/auto` take effect in the VS Code extension while the agent is running, and auto-approve the requests already waiting on screen. + ## 0.9.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 66d23e98..ea676256 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.9.1", + "version": "0.9.2", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",