Commit graph

856 commits

Author SHA1 Message Date
Chris Estreich
4fac3daad1
Merge pull request #1217 from RooVetGit/cte/control-max-tokens 2025-02-26 15:12:30 -08:00
Chris Estreich
5e53d00ebc Allow control over maxTokens for thinking models 2025-02-26 14:23:11 -08:00
Matt Rubens
a4e58700ce Support multiple files in drag-and-drop 2025-02-26 16:04:32 -05:00
Joe Manley
78d5af491a Fix long strings correctly in ChatRow 2025-02-26 09:32:13 -08:00
cte
41e75bc989 Model picker fixes 2025-02-25 23:02:43 -08:00
Chris Estreich
3860abf855
Merge pull request #1122 from System233/patch-model-picker
fix: ModelID cannot be saved and refactor ModelPicker
2025-02-25 19:18:36 -08:00
System233
f3d02030ac Fix: Input/output prices should be parsed using parseFloat 2025-02-26 08:37:28 +08:00
cte
e56908f6c1 Thinking settings tweaks 2025-02-25 15:48:20 -08:00
System233
48975003af Remove ModelInfo related exports from ExtensionStateContext 2025-02-26 06:59:32 +08:00
System233
1a3b8700ba Improved error message feedback in settings panel 2025-02-26 06:59:23 +08:00
System233
f065f039be Fixed the issue that Model ID cannot be saved 2025-02-26 06:58:17 +08:00
Chris Estreich
69bcd2e340 Merge branch 'main' into cte/openrouter-claude-thinking 2025-02-25 13:28:27 -08:00
Chris Estreich
17f0a5d961
Merge pull request #1192 from RooVetGit/cte/move-model-fetchers
Move & clean up model fetchers
2025-02-25 13:26:39 -08:00
Chris Estreich
392a237985 Support Claude 3.7 Sonnet "Thinking" in OpenRouter 2025-02-25 12:58:03 -08:00
Matt Rubens
3592539fe5 PR feedback 2025-02-25 15:53:30 -05:00
Matt Rubens
77a6e2be6d File drag and drop 2025-02-25 15:49:38 -05:00
Chris Estreich
159621cea6 Move & clean up model fetchers 2025-02-25 11:35:24 -08:00
System233
d5b796263d Add a combobox component with auto-complete functionality 2025-02-26 02:44:57 +08:00
cte
c6092ce170 Properly reset thinking setting when changing profiles 2025-02-25 01:03:12 -08:00
Chris Estreich
37cc993399
Update webview-ui/src/components/settings/SettingsView.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-24 22:22:07 -08:00
Chris Estreich
4dd9972c41
Update webview-ui/src/components/settings/ApiOptions.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-24 22:21:44 -08:00
cte
09902904f3 Persist anthropicThinking 2025-02-24 22:08:14 -08:00
cte
bf1aa4c7b2 Add settings 2025-02-24 16:47:27 -08:00
cte
0e644f102f Default to Claude 3.7 where appropriate 2025-02-24 12:48:55 -08:00
EMSHVAC
1922b8aea9 test: update HistoryView delete task test to handle confirmation dialog 2025-02-24 11:54:10 -06:00
mosleyit
fc660a52e5
Merge branch 'RooVetGit:main' into improvement/task_delete_confirmation_854 2025-02-24 11:50:55 -06:00
cte
f11c0afa1e Stabilize tests in CI 2025-02-23 02:28:10 -08:00
Matt Rubens
816847c5c0 Add Knip check for unused files 2025-02-23 01:01:51 -05:00
EMSHVAC
5a43f867fb This commit replaces the VSCode native dialog with a Radix AlertDialog component for task deletion confirmation. The change provides a more consistent user experience by using the same design system as the rest of the application.
Changes:

Add new DeleteTaskDialog component using Radix UIs AlertDialog
Update HistoryView to manage dialog state and task deletion flow
Remove VSCode native dialog from ClineProvider.ts
2025-02-21 08:46:56 -06:00
oprstchn
97b8ee3b56 fix: Update AWS Bedrock region options 2025-02-21 20:01:03 +09:00
System233
7d58fe76bb Fix settings done button with unsaved changes 2025-02-21 05:08:58 +08:00
System233
5a2f2eadc6 Revert "Fix settings done button with unsaved changes"
This reverts commit e69f27d319.
2025-02-21 05:07:02 +08:00
Joe Manley
6ae11dddfd
Merge pull request #1093 from RooVetGit/jm/handle-directory
Handle errors more gracefully when reading custom instructions from files
2025-02-20 12:56:25 -08:00
Joe Manley
9dce0e88cd Handle errors more gracefully when reading custom instructions from files 2025-02-20 12:33:11 -08:00
Matt Rubens
e69f27d319 Fix settings done button with unsaved changes 2025-02-20 13:20:11 -05:00
Matt Rubens
e9e8c748e8 Warn when switching tabs with unsaved content 2025-02-19 23:25:03 -05:00
Matt Rubens
e6f3bb7051
Merge pull request #1051 from System233/patch-settings-panel-rename
Fix settings panel reset during state update
2025-02-19 22:54:11 -05:00
System233
eeb1e45907 Improve UI experience 2025-02-20 11:28:25 +08:00
System233
2d34cda0ea Add icon feedback for apiErrorMessage/modelIdErrorMessage 2025-02-20 10:28:28 +08:00
System233
e5f5cbc79c Fix the sticky background color of the welcome view 2025-02-20 10:28:28 +08:00
System233
1fcdd33339 Add confirmation dialog for discarding changes. 2025-02-20 10:28:28 +08:00
System233
2036e84d9d Fix settings panel reset during state update 2025-02-20 10:28:23 +08:00
Matt Rubens
f710ce077f Support entering custom languages in the preferred language chooser 2025-02-19 12:24:55 -05:00
Matt Rubens
ebfe57b1ee
Merge pull request #1069 from RooVetGit/auto_approve_wildcard
Allow setting a wildcard for auto-approve commands
2025-02-19 12:21:24 -05:00
Albert Arnó
b415fd3d54 Added Catalan language support 2025-02-19 17:23:23 +01:00
Matt Rubens
e3ae2c41d3 Allow setting a wildcard for auto-approve commands 2025-02-19 09:39:42 -05:00
Matt Rubens
39173711ce
Merge pull request #1056 from hannesrudolph/add-delete-mcp-button
Added MCP server deletion with confirmation dialog
2025-02-18 23:35:16 -05:00
Matt Rubens
3524378bf2 Copy the system prompt of the current mode 2025-02-18 22:21:01 -05:00
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
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