diff --git a/.changeset/v3.26.8.md b/.changeset/v3.26.8.md new file mode 100644 index 000000000000..a7b3966567c1 --- /dev/null +++ b/.changeset/v3.26.8.md @@ -0,0 +1,15 @@ +--- +"roo-cline": patch +--- + +![3.26.8 Release - Bug Fixes and Improvements](/releases/3.26.8-release.png) + +- Add: User message editing and deletion functionality (thanks @NaccOll!) +- Add: Kimi K2-0905 model support in Chutes provider (#7700 by @pwilkin, PR by @app/roomote) +- Fix: Prevent stack overflow in codebase indexing for large projects (#7588 by @StarTrai1, PR by @daniel-lxs) +- Fix: Resolve race condition in Gemini Grounding Sources by improving code design (#6372 by @daniel-lxs, PR by @HahaBill) +- Fix: Preserve conversation context by retrying with full conversation on invalid previous_response_id (thanks @daniel-lxs!) +- Fix: Identify MCP and slash command config path in multiple folder workspaces (#6720 by @kfuglsang, PR by @NaccOll) +- Fix: Handle array paths from VSCode terminal profiles correctly (#7695 by @Amosvcc, PR by @app/roomote) +- Fix: Improve WelcomeView styling and readability (thanks @daniel-lxs!) +- Fix: Resolve CI e2e test ETIMEDOUT errors when downloading VS Code (thanks @daniel-lxs!) diff --git a/releases/3.26.8-release.png b/releases/3.26.8-release.png new file mode 100644 index 000000000000..fce290e357c0 Binary files /dev/null and b/releases/3.26.8-release.png differ