|
562 | 562 | - Refactor: Consolidate ThinkingBudget components and fix disable handling (PR #9930 by @hannesrudolph) |
563 | 563 | - Forbid time estimates in architect mode for more focused planning (PR #9931 by @app/roomote) |
564 | 564 | - Web: Add product pages (PR #9865 by @brunobergher) |
565 | | -- Make eval runs deleteable in the web UI (PR #9909 by @mrubens) |
| 565 | +- Make eval runs deletable in the web UI (PR #9909 by @mrubens) |
566 | 566 | - Feat: Change defaultToolProtocol default from xml to native (later reverted) (PR #9892 by @app/roomote) |
567 | 567 |
|
568 | 568 | ## [3.36.2] - 2025-12-04 |
|
1610 | 1610 | - Add: Mistral embedding provider (thanks @SannidhyaSah!) |
1611 | 1611 | - Fix: add run parameter to vitest command in rules (thanks @KJ7LNW!) |
1612 | 1612 | - Update: the max_tokens fallback logic in the sliding window |
1613 | | -- Fix: Bedrock and Vertext token counting improvements (thanks @daniel-lxs!) |
| 1613 | +- Fix: Bedrock and Vertex token counting improvements (thanks @daniel-lxs!) |
1614 | 1614 | - Add: llama-4-maverick model to Vertex AI provider (thanks @MuriloFP!) |
1615 | 1615 | - Fix: properly distinguish between user cancellations and API failures |
1616 | 1616 | - Fix: add case sensitivity mention to suggested fixes in apply_diff error message |
|
1920 | 1920 | - Sync BatchDiffApproval styling with BatchFilePermission for UI consistency (thanks @samhvw8!) |
1921 | 1921 | - Add max height constraint to MCP execution response for better UX (thanks @samhvw8!) |
1922 | 1922 | - Prevent MCP 'installed' label from being squeezed #4630 (thanks @daniel-lxs!) |
1923 | | -- Allow a lower context condesning threshold (thanks @SECKainersdorfer!) |
| 1923 | +- Allow a lower context condensing threshold (thanks @SECKainersdorfer!) |
1924 | 1924 | - Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!) |
1925 | 1925 |
|
1926 | 1926 | ## [3.20.1] - 2025-06-12 |
|
2077 | 2077 |
|
2078 | 2078 | ## [3.18.2] - 2025-05-23 |
2079 | 2079 |
|
2080 | | -- Fix vscode-material-icons in the filer picker |
| 2080 | +- Fix vscode-material-icons in the file picker |
2081 | 2081 | - Fix global settings export |
2082 | 2082 | - Respect user-configured terminal integration timeout (thanks @KJ7LNW) |
2083 | 2083 | - Context condensing enhancements (thanks @SannidhyaSah) |
|
2195 | 2195 | - Add vertical tab navigation to the settings (thanks @dlab-anton) |
2196 | 2196 | - Add Groq and Chutes API providers (thanks @shariqriazz) |
2197 | 2197 | - Clickable code references in code block (thanks @KJ7LNW) |
2198 | | -- Improve accessibility of ato-approve toggles (thanks @Deon588) |
| 2198 | +- Improve accessibility of auto-approve toggles (thanks @Deon588) |
2199 | 2199 | - Requesty provider fixes (thanks @dtrugman) |
2200 | 2200 | - Fix migration and persistence of per-mode API profiles (thanks @alasano) |
2201 | 2201 | - Fix usage of `path.basename` in the extension webview (thanks @samhvw8) |
|
2257 | 2257 | - Fix file mentions for filenames containing spaces |
2258 | 2258 | - Improve the auto-approve toggle buttons for some high-contrast VSCode themes |
2259 | 2259 | - Offload expensive count token operations to a web worker (thanks @samhvw8) |
2260 | | -- Improve support for mult-root workspaces (thanks @snoyiatk) |
| 2260 | +- Improve support for multi-root workspaces (thanks @snoyiatk) |
2261 | 2261 | - Simplify and streamline Roo Code's quick actions |
2262 | 2262 | - Allow Roo Code settings to be imported from the welcome screen (thanks @julionav) |
2263 | 2263 | - Remove unused types (thanks @wkordalski) |
|
2663 | 2663 | - Custom ARNs in Amazon Bedrock (thanks @Smartsheet-JB-Brown!) |
2664 | 2664 | - Update MCP servers directory path for platform compatibility (thanks @hannesrudolph!) |
2665 | 2665 | - Fix browser system prompt inclusion rules (thanks @cannuri!) |
2666 | | -- Publish git tags to github from CI (thanks @pdecat!) |
| 2666 | +- Publish git tags to GitHub from CI (thanks @pdecat!) |
2667 | 2667 | - Fixes to OpenAI-style cost calculations (thanks @dtrugman!) |
2668 | 2668 | - Fix to allow using an excluded directory as your working directory (thanks @Szpadel!) |
2669 | 2669 | - Kotlin language support in list_code_definition_names tool (thanks @kohii!) |
|
2768 | 2768 |
|
2769 | 2769 | ## [3.7.6] - 2025-02-26 |
2770 | 2770 |
|
2771 | | -- Handle really long text better in the in the ChatRow similar to TaskHeader (thanks @joemanley201!) |
| 2771 | +- Handle really long text better in the ChatRow similar to TaskHeader (thanks @joemanley201!) |
2772 | 2772 | - Support multiple files in drag-and-drop |
2773 | 2773 | - Truncate search_file output to avoid crashing the extension |
2774 | 2774 | - Better OpenRouter error handling (no more "Provider Error") |
|
0 commit comments