diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ca1f64d..c93614b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,10 +35,10 @@ jobs: # - os: ubuntu-20.04 # target: armv7-unknown-linux-gnueabihf # code-target: linux-armhf - - os: macos-13 + - os: macos-15 target: x86_64-apple-darwin code-target: darwin-x64 - - os: macos-14 + - os: macos-15 target: aarch64-apple-darwin code-target: darwin-arm64 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74ccff07..550072cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,10 +34,10 @@ jobs: # - os: ubuntu-20.04 # target: armv7-unknown-linux-gnueabihf # code-target: linux-armhf - - os: macos-13 + - os: macos-15 target: x86_64-apple-darwin code-target: darwin-x64 - - os: macos-14 + - os: macos-15 target: aarch64-apple-darwin code-target: darwin-arm64 diff --git a/package.json b/package.json index 0b5df411..3fd76e59 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://github.com/smallcloudai/refact-vscode/issues", "email": "support@smallcloud.tech" }, - "version": "6.5.8", + "version": "6.6.0", "dependencies": { "@types/marked": "^4.0.8", "@types/vscode": "^1.69.0", diff --git a/src/sidebar.ts b/src/sidebar.ts index d6021bb3..20452645 100644 --- a/src/sidebar.ts +++ b/src/sidebar.ts @@ -1043,6 +1043,7 @@ export class PanelWebview implements vscode.WebviewViewProvider { system_prompt: {}, send_immediately: thread.messages.length > 0, thread, + queued_messages: [], }; state.chat = chat; state.pages = [{name: "login page"}, {name: "history"}, {name: "chat"}];