Roo Code
7bb8edf720
Added MCP server deletion with confirmation dialog
...
- Added delete button with trash icon to MCP server rows
- Implemented confirmation dialog using existing Dialog component
- Added "deleteMcpServer" message type to WebviewMessage interface
- Added handler in ClineProvider to process deletion:
- Removes server from MCP settings file
- Closes server connection
- Updates UI to reflect changes
- Added user feedback with success/error notifications
- Ensured consistent modal design with rest of application
2025-02-18 11:19:08 -07:00
Matt Rubens
9df50b4c8d
Merge pull request #1049 from RooVetGit/update_vscodeignore
...
Add to .vscodeignore
2025-02-18 07:05:02 -05:00
Matt Rubens
6df2b20f2d
Add to .vscodeignore
2025-02-17 23:52:40 -05:00
Matt Rubens
2e52b1c368
Merge pull request #1048 from RooVetGit/changeset-release/main
...
Changeset version bump
2025-02-17 22:07:55 -05:00
Matt Rubens
9b469683a6
Update CHANGELOG.md
2025-02-17 22:07:35 -05:00
Matt Rubens
68e6694920
Update CHANGELOG.md
2025-02-17 22:06:58 -05:00
R00-B0T
811c62c7e2
Updating CHANGELOG.md format
2025-02-18 03:04:51 +00:00
github-actions[bot]
3f0a0fa66e
changeset version bump
2025-02-18 03:04:22 +00:00
Matt Rubens
948d88b7ed
Merge pull request #1047 from RooVetGit/v3.3.21
...
v3.3.21
2025-02-17 22:02:45 -05:00
Matt Rubens
774a122b57
v3.3.21
2025-02-17 21:31:40 -05:00
Matt Rubens
a55939e731
Merge pull request #1042 from System233/patch-default-preferred-language
...
Fix default value assignment for preferredLanguage.
2025-02-17 21:02:07 -05:00
Matt Rubens
17be7c18f8
Merge pull request #979 from System233/patch-input-boxes
...
Fix input box revert issue and configuration loss during profile switch #955
2025-02-17 17:05:38 -05:00
System233
bb38b4aed3
Fix default value assignment for preferredLanguage.
2025-02-18 06:00:28 +08:00
System233
7316f82838
Fix the DialogContent/DialogTitle error displayed in the console.
2025-02-18 01:14:47 +08:00
System233
d69b91082b
Upgrade vscrui to 0.2.2 to fix the Dropdown component
2025-02-18 01:02:55 +08:00
System233
2943d655cf
Fix input box revert issue and configuration loss during profile switch #955
2025-02-18 01:02:51 +08:00
Chris Estreich
f3d4c37b2d
Merge pull request #1025 from RooVetGit/cte/app-tabs
2025-02-17 08:20:01 -08:00
System233
2dcde02839
Revert "Add delay on submitting from welcome view"
...
This reverts commit 602c6efbd8 .
2025-02-17 22:40:20 +08:00
System233
c4465dee8a
Revert "Make sure to blur fields when user hits Done in settings"
...
This reverts commit 2caa320fac .
2025-02-17 22:40:16 +08:00
System233
c366a6e26e
Revert "Update API options on blur instead of on input"
...
This reverts commit 6a8902fae4 .
2025-02-17 22:37:26 +08:00
Chris Estreich
753a7acdac
Update webview-ui/src/App.tsx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-16 12:13:09 -08:00
cte
911eb92045
Clean up tab logic in App component
2025-02-16 12:09:18 -08:00
Chris Estreich
567130bea0
Merge pull request #1012 from RooVetGit/cte/chat-ui
...
Chat UI
2025-02-16 10:56:01 -08:00
Matt Rubens
bc3af52e25
Merge pull request #1022 from d-oit/mistral
...
API Provider: Mistral
2025-02-16 11:13:42 -05:00
d.o.it
9724a8024d
Add system prompt to Mistral message creation and update API key link text
2025-02-16 16:19:37 +01:00
Dominik Oswald
07fa6cc940
Merge branch 'RooVetGit:main' into mistral
2025-02-16 15:05:02 +01:00
Matt Rubens
fc6f19f0a8
Merge pull request #1008 from RooVetGit/improve_modes_prompt
...
Make sure the agent knows about all available modes with the correct overrides
2025-02-16 08:40:10 -05:00
Dominik Oswald
5bb1692374
Merge branch 'RooVetGit:main' into mistral
2025-02-15 20:15:36 +01:00
cte
81565ec072
Use Virtuoso
2025-02-15 10:46:26 -08:00
cte
a58ccf2c23
Merge branch 'main' into cte/chat-ui
2025-02-15 18:04:13 +00:00
Chris Estreich
38f1092b5a
Merge pull request #1009 from RooVetGit/cte/additional-shadcn-components
2025-02-15 08:36:47 -08:00
Dominik Oswald
e9f6cb4f75
Merge branch 'RooVetGit:main' into mistral
2025-02-15 14:14:12 +01:00
d.o.it
b5b6a587de
fix: Set default model ID in MistralHandler options if not provided
2025-02-15 14:08:32 +01:00
cte
4898b4bb9e
More cleanup
2025-02-15 02:41:15 -08:00
cte
347c69ebe6
Add GitHub-flavored Markdown support
2025-02-15 02:39:59 -08:00
cte
45bf2a0230
Composable, reusable chat interface with Markdown support + VSCode theme syntax highlighting
2025-02-15 02:11:22 -08:00
cte
d056bb89a8
Revert this
2025-02-14 23:42:13 -08:00
cte
17b9c4f968
Additional @shadcn/ui components
2025-02-14 23:41:39 -08:00
Matt Rubens
e66b0853b3
Make sure the agent knows about all available modes with the correct overrides
2025-02-15 01:13:21 -05:00
Matt Rubens
ffec4c60d4
Merge pull request #1006 from RooVetGit/terminal_context_mention
...
Terminal context mention
2025-02-14 22:53:39 -05:00
Matt Rubens
36bbfd917d
Merge pull request #1003 from RooVetGit/o1_streaming
...
Enable streaming for o1
2025-02-14 22:33:00 -05:00
Matt Rubens
fde9d9b660
Update test
2025-02-14 22:28:35 -05:00
Saoud Rizwan
17157c46cb
Add terminal context mention
2025-02-14 22:27:38 -05:00
Matt Rubens
5ffb145c13
Enable streaming for o1
2025-02-14 20:58:18 -05:00
Matt Rubens
7eada8bb6d
Merge pull request #999 from d-oit/mistral
...
Mistral
2025-02-14 12:26:08 -05:00
d.o.it
0573643797
Merge branch 'mistral' of https://github.com/d-oit/Roo-CodeMistral into mistral
2025-02-14 17:49:00 +01:00
d.o.it
b4cf69793e
feat: Add completePrompt method to MistralHandler for chat completions
2025-02-14 17:48:46 +01:00
axb
fbf65bfc6c
Reduce the probability of errors when the model tries to fix the problem due to mismatched line numbers after applying diff
2025-02-15 00:04:17 +08:00
d.o.it
8842497f20
fix: Update ApiOptions to handle default model ID for codestral URLs
2025-02-14 17:03:19 +01:00
d.o.it
2fa8dc7291
fix: Set default model ID in MistralHandler if not provided
2025-02-14 17:03:05 +01:00