Daniel Riccio
3445b1314d
fix: enhance UI layout and improve accessibility for tool controls
2025-06-17 17:55:32 -05:00
Daniel Riccio
6c965dcff3
fix: specify type for serverConfigData as Record<string, any>
2025-06-17 17:55:32 -05:00
Daniel Riccio
880361ef94
fix: improve error message for updating tool settings
2025-06-17 17:55:31 -05:00
rexarrior@yandex.ru
a3c39cb428
id locale (from main)
2025-06-17 17:54:53 -05:00
rexarrior@yandex.ru
6303e390e0
tailwind css for disabledTool swipper
2025-06-17 17:30:30 -05:00
Daniel Riccio
28315f4fc9
fix: update new mcp tests
2025-06-17 17:30:30 -05:00
Daniel Riccio
e1acb7cd6c
refactor: improve layout and styling in McpToolRow component
2025-06-17 17:30:30 -05:00
Александр Родионов
eb00079158
respect review
2025-06-17 17:30:30 -05:00
Daniel
6ef2c66acf
refactor: make the switch style consistent
2025-06-17 17:30:30 -05:00
Daniel
23eb6653ba
typo
2025-06-17 17:30:30 -05:00
Александр Родионов
ac0119d534
fix build
2025-06-17 17:30:30 -05:00
Ksandr
b735a12074
Update src/core/prompts/instructions/create-mcp-server.ts
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-17 17:30:30 -05:00
Александр Родионов
73d6e1495d
fix error message
2025-06-17 17:30:29 -05:00
Александр Родионов
ec2ad25d9f
languages
2025-06-17 17:30:29 -05:00
Александр Родионов
04b2887ab4
add toggle for disable mcp server tool from prompt
2025-06-17 17:30:29 -05:00
Chris Estreich
44f3a8418b
Convert all webview-ui tests: jest -> vitest ( #4771 )
2025-06-17 15:29:17 -07:00
github-actions[bot]
0d2878193b
Changeset version bump ( #4801 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-06-17 17:58:47 -04:00
github-actions[bot]
c6e5bab8d4
Update contributors list ( #4699 )
...
Co-authored-by: mrubens <2600+mrubens@users.noreply.github.com>
2025-06-17 17:55:31 -04:00
Matt Rubens
e93fd12f69
v3.21.0 ( #4800 )
2025-06-17 17:53:59 -04:00
Chris Hasson
e484bfff32
Reapply "Always focus the panel when clicked to ensure menu buttons are visible" ( #4598 )
...
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-06-17 16:51:56 -04:00
Daniel
f18cf3d7ea
feat: add Gemini 2.5 models (Pro, Flash and Flash Lite) ( #4798 )
2025-06-17 16:36:37 -04:00
feifei
5c5ee8c324
Fix/4100 subtask completion mismatch ( #4738 )
...
Co-authored-by: yansheng3 <yansheng3@staff.weibo.com>
2025-06-17 15:06:44 -04:00
Hannes Rudolph
80dd3b8320
fix: update wording in GitHub MCP tool usage guide ( #4789 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-17 15:05:45 -04:00
Chris Estreich
e4e75648d3
Ignore logs in git ( #4797 )
2025-06-17 12:03:00 -07:00
Matt Rubens
d8b468adbf
Remove warning about commands switching working directory ( #4795 )
2025-06-17 14:58:03 -04:00
Dicha Zelianivan Arkana
b8505fe175
fix: ambiguous model id error ( #4306 )
2025-06-17 11:32:08 -07:00
Steven T. Cramer
fca4bea7c3
Update evals Docker setup to work on Windows. ( #4656 )
2025-06-17 11:23:43 -07:00
KJ7LNW
9b605c997c
Add proper error handling for API conversation history issues ( #4312 )
...
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-06-17 14:20:40 -04:00
Daniel
38c7f360ac
fix: normalize Windows paths in MCP variable injection ( #4739 ) ( #4741 )
2025-06-17 14:13:55 -04:00
KanTakahiro
64dc3fc7e0
update provider models and prices for Groq & Mistral ( #4588 )
...
Co-authored-by: Kan <yihong.han@feat-ltd.jp>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
2025-06-17 14:13:26 -04:00
Christiaan Arnoldus
bbbff7344b
✨ feat(tools): Support for Excel (.xlsx) files ( #4668 )
2025-06-17 14:12:33 -04:00
Matt Rubens
7b5a1d987d
Turn on marketplace ( #4788 )
2025-06-17 14:00:27 -04:00
Matt Rubens
3e2aec2ca7
Update test mode for Vitest ( #4778 )
2025-06-17 11:55:01 -04:00
Matt Rubens
a13fd1cb7d
Include the cwd in the terminal details ( #4783 )
2025-06-17 11:53:49 -04:00
Matt Rubens
9d0c636b21
Add telemetry for marketplace tab views and install clicks ( #4781 )
2025-06-17 11:44:25 -04:00
Matt Rubens
48c9bd5fae
Encourage use of start_line in multi-file diff to match legacy diff ( #4777 )
2025-06-17 10:40:37 -04:00
Matt Rubens
e95c1e88d7
MDM check improvements ( #4770 )
...
* Better check for production clerk
* Send to account tab if required
* Fix tests
2025-06-17 07:35:20 -04:00
Chris Estreich
62c3914034
Farewell jest ( #4607 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-16 21:39:45 -07:00
Matt Rubens
c10fbbc3a7
Fix typo in mdm.json ( #4767 )
...
* Fix typo in mdm.json
* Update src/services/mdm/MdmService.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-16 19:20:23 -04:00
Matt Rubens
8dd99a0254
Support config policies that require use of cloud ( #4762 )
...
* Support config policies that require use of cloud
* Switch to vitest
2025-06-16 18:31:22 -04:00
Matt Rubens
322a15ee5d
Fetch organization info in the extension ( #4751 )
2025-06-16 14:58:49 -04:00
Daniel
2e2f83be60
fix: align codebase indexing with list-files hidden directory filtering ( #4709 )
2025-06-15 15:43:46 -04:00
Matt Rubens
10143ba712
Adjust position within context menus to be near Copilot ( #4718 )
2025-06-15 07:51:13 -04:00
SannidhyaSah
829fe8ff2a
fix: update marketplace branding to 'Roo Marketplace' ( #4706 ) ( #4717 )
2025-06-14 23:57:46 -04:00
SmirnovDev
bfe2274813
Add max tokens checkbox option for OpenAI compatible provider ( #4467 )
...
Co-authored-by: AlexandruSmirnov <test@example.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-06-14 23:28:09 -04:00
Hannes Rudolph
58888d5d14
refactor: reorganize implementation plan step in workflow ( #4710 )
2025-06-14 20:45:13 -04:00
Chris Hasson
54edab571a
Fix the save/discard/revert flow for Prompt Settings ( #4623 )
...
Add support for the save/discard flow for support prompt setting page
Normally when you edit things on the settings pages, the save button lights up,
allowing you to discard your changes. Currently the prompts page doesn't support this flow-
the prompts are immediately saved when they change.
With this change, we use the normal cachedState system in the SettingView, allowing users to dicard changes to their prompts like any other setting.
This removed the need for the resetSupportPrompt event since we send the entire state of the support prompts (same as before).
Test plan:
* Manually verified prompts can be saved/discarded for different types of support prompts.
2025-06-14 10:36:14 -04:00
Hannes Rudolph
69ffa43bab
Add Mode Writer mode to repo ( #4600 )
2025-06-13 22:32:09 -06:00
Dicha Zelianivan Arkana
e618fa958c
refactor: more consistent history UI ( #4684 )
2025-06-13 23:53:58 -04:00
github-actions[bot]
f51f89454f
Changeset version bump ( #4686 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-06-13 23:40:58 -04:00