|
| 1 | +# PR Analysis for v3.26.1 |
| 2 | + |
| 3 | +This file contains analysis of PRs for the v3.26.1 release. |
| 4 | + |
| 5 | +## PR #7461: Remove dot before model display |
| 6 | + |
| 7 | +**Author**: mrubens |
| 8 | +**Linked Issues**: #7423 (reporter: daniel-lxs) |
| 9 | +**Category**: QOL Improvements |
| 10 | +**User Impact**: Provides cleaner display of model names in the API configuration selector by removing the dot separator. |
| 11 | +**Contributors**: mrubens, daniel-lxs |
| 12 | +**Documentation Needs**: none |
| 13 | +**Documentation Notes**: |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +## PR #7457: feat: update tooltip component to match native VSCode tooltip shadow styling |
| 18 | + |
| 19 | +**Author**: app/roomote |
| 20 | + |
| 21 | +**Linked Issues**: None |
| 22 | + |
| 23 | +**Category**: QOL Improvement |
| 24 | + |
| 25 | +**User Impact**: Better visual consistency with VSCode interface through improved tooltip shadow styling |
| 26 | + |
| 27 | +**Contributors**: app/roomote |
| 28 | + |
| 29 | +**Documentation Needs**: none |
| 30 | + |
| 31 | +**Documentation Notes**: N/A |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +## PR #7448: Always set remoteControlEnabled to true for cloud agents |
| 36 | + |
| 37 | +**Author**: cte |
| 38 | +**Linked Issues**: None |
| 39 | +**Category**: QOL Improvements |
| 40 | +**User Impact**: Cloud agents now automatically have remote control enabled when using cloud tokens, improving consistency and user experience for cloud deployments. |
| 41 | +**Contributors**: cte |
| 42 | +**Documentation Needs**: none |
| 43 | +**Documentation Notes**: Internal improvement with no user-facing documentation requirements. |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## PR #7446: Update @roo-code/cloud to enable roomote control for cloud agents |
| 48 | + |
| 49 | +**Author**: cte |
| 50 | +**Linked Issues**: |
| 51 | +**Category**: Feature |
| 52 | +**User Impact**: Enables remote control for cloud agents, allowing users to manage their cloud-based agents remotely through new event handlers and service updates. |
| 53 | +**Contributors**: cte |
| 54 | +**Documentation Needs**: docs-update |
| 55 | +**Documentation Notes**: Update Roo Code Cloud documentation to describe the new remote control capabilities and event handling features. |
| 56 | + |
| 57 | +--- |
| 58 | + |
| 59 | +## PR #7445: Add support for Vercel embeddings |
| 60 | + |
| 61 | +**Author**: mrubens |
| 62 | +**Linked Issues**: None |
| 63 | +**Category**: Feature |
| 64 | +**User Impact**: Users can now configure and use Vercel AI Gateway for embeddings in codebase indexing, providing access to additional models and potentially improved performance through the gateway. |
| 65 | +**Contributors**: mrubens |
| 66 | +**Documentation Needs**: docs-new |
| 67 | +**Documentation Notes**: Add configuration guide for Vercel AI Gateway embeddings, including API key setup and model selection. |
| 68 | + |
| 69 | +--- |
| 70 | + |
| 71 | +## PR #7443: fix: remove duplicate cache display in task header |
| 72 | + |
| 73 | +**Author**: mrubens |
| 74 | +**Linked Issues**: None |
| 75 | +**Category**: QOL Improvement |
| 76 | +**User Impact**: Improves UI clarity by removing duplicate cache display in task header, eliminating confusion about cache information. |
| 77 | +**Contributors**: mrubens, daniel-lxs, roomote, cte, jr |
| 78 | +**Documentation Needs**: none |
| 79 | +**Documentation Notes**: N/A |
| 80 | + |
| 81 | +--- |
| 82 | + |
| 83 | +## PR #7436: Random chat text area cleanup |
| 84 | + |
| 85 | +**Author**: cte |
| 86 | +**Linked Issues**: None |
| 87 | +**Category**: QOL Improvements |
| 88 | +**User Impact**: Improves UI consistency in the chat input area by standardizing selector sizes, updating tooltip styles for consistency, and fixing tooltip behavior that was causing unwanted popups. |
| 89 | +**Contributors**: cte, daniel-lxs, ellipsis-dev, roomote, jr, mrubens |
| 90 | +**Documentation Needs**: none |
| 91 | +**Documentation Notes**: Internal UI consistency improvements and code cleanup with no user-facing changes requiring documentation. |
| 92 | + |
| 93 | +--- |
| 94 | + |
| 95 | +## PR #7433: fix: use anthropic protocol for token counting when using anthropic models via Vercel AI Gateway |
| 96 | + |
| 97 | +**Author**: daniel-lxs |
| 98 | +**Linked Issues**: None explicitly linked (PR mentions "original issue" but no specific issue number found) |
| 99 | +**Category**: Provider Update / Bug Fix |
| 100 | +**User Impact**: Fixes incorrect token counting for Anthropic models accessed through Vercel AI Gateway, ensuring accurate context window reporting and preventing "prompt too long" errors. |
| 101 | +**Contributors**: daniel-lxs |
| 102 | +**Documentation Needs**: docs-update |
| 103 | +**Documentation Notes**: Update Vercel AI Gateway provider documentation to mention accurate token counting support for Anthropic models. |
| 104 | + |
| 105 | +--- |
| 106 | + |
| 107 | +## PR #7423: feat: show model ID in API configuration dropdown |
| 108 | + |
| 109 | +**Author**: daniel-lxs |
| 110 | +**Linked Issues**: None |
| 111 | +**Category**: QOL Improvement |
| 112 | +**User Impact**: Enhances API configuration dropdown to display model IDs alongside profile names, making it easier for users to identify which AI model is configured for each profile. |
| 113 | +**Contributors**: daniel-lxs |
| 114 | +**Documentation Needs**: docs-update |
| 115 | +**Documentation Notes**: Update API configuration documentation to mention the new model ID display feature. |
| 116 | + |
| 117 | +--- |
0 commit comments