From 0c014f0028ea57815c5a74215343f9a480eaecab Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 14 Jul 2025 15:03:35 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdaf91c5e7..f7ec2939a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ ## [3.23.9] - 2025-07-14 - Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!) -- Add configurable timeout for command execution - Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!) - Resolve vector dimension mismatch error when switching embedding models - Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!) +- Add configurable timeout for command execution in VS Code settings ## [3.23.8] - 2025-07-13