diff --git a/.changeset/v3.36.9.md b/.changeset/v3.36.9.md new file mode 100644 index 00000000000..54a08cadb8c --- /dev/null +++ b/.changeset/v3.36.9.md @@ -0,0 +1,11 @@ +--- +"roo-cline": patch +--- + +![3.36.9 Release - Cross-Provider Compatibility](/releases/3.36.9-release.png) + +- Fix: Normalize tool call IDs for cross-provider compatibility via OpenRouter, ensuring consistent handling across different AI providers (PR #10102 by @daniel-lxs) +- Fix: Add additionalProperties: false to nested MCP tool schemas, improving schema validation and preventing unexpected properties (PR #10109 by @daniel-lxs) +- Fix: Validate tool_result IDs in delegation resume flow, preventing errors when resuming delegated tasks (PR #10135 by @daniel-lxs) +- Feat: Add full error details to streaming failure dialog, providing more comprehensive information for debugging streaming issues (PR #10131 by @roomote) +- Feat: Improve evals UI with tool groups and duration fix, enhancing the evaluation interface organization and timing accuracy (PR #10133 by @hannesrudolph) diff --git a/releases/3.36.9-release.png b/releases/3.36.9-release.png new file mode 100644 index 00000000000..b63ccb5f891 Binary files /dev/null and b/releases/3.36.9-release.png differ