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
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
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
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
cte
81565ec072
Use Virtuoso
2025-02-15 10:46:26 -08: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
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
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
8842497f20
fix: Update ApiOptions to handle default model ID for codestral URLs
2025-02-14 17:03:19 +01:00
Matt Rubens
602c6efbd8
Add delay on submitting from welcome view
2025-02-14 09:51:50 -05:00
Matt Rubens
a9d8a1d00d
Merge branch 'main' into mistral
2025-02-14 09:25:34 -05:00
Matt Rubens
7bbf097fa8
Validate custom modes schema before creation from the UI
2025-02-14 08:54:11 -05:00
Matt Rubens
1b56be0efc
Convert PromptsView to tailwind
2025-02-13 23:32:47 -05:00
Matt Rubens
7c6fe52c80
Add support for project-specific .roomodes
2025-02-13 23:14:59 -05:00
Matt Rubens
0855159f70
Setting for the max number of open tabs to include in context
2025-02-13 22:23:20 -05:00
cte
90b019f55c
Shadow git checkpoints
2025-02-12 13:17:43 -08:00
d.o.it
95078a6bc9
add mistral latest api models
2025-02-12 15:04:02 +01:00
Matt Rubens
75f4a6ce10
Merge pull request #952 from RooVetGit/allow_emptying_out_built_in_custom_instructions
...
Allow users to clear out custom instructions for the built-in modes
2025-02-11 18:54:15 -05:00
Matt Rubens
9e5c6b170c
Allow users to clear out custom instructions for the built-in modes
2025-02-11 18:00:49 -05:00
cte
0b8fd14d26
Honor the VSCode theme for dialog backgrounds
2025-02-11 13:04:25 -08:00
Matt Rubens
fb47ae0ec6
Fix sticky positioning on welcome screen
2025-02-11 14:36:39 -05:00
Chris Estreich
28cd4ebac4
Merge pull request #945 from RooVetGit/cte/checkpoints-logging
...
Checkpoints logging tweaks + defensive catches
2025-02-11 11:27:55 -08:00
cte
d8960788b4
Store initial checkpoint
2025-02-11 11:10:47 -08:00
Matt Rubens
c97eef753c
Fix the width of checkboxes
2025-02-11 13:23:51 -05:00
Matt Rubens
873cb1fcc5
Make let's go button sticky
2025-02-11 12:52:54 -05:00
Matt Rubens
3715a70f72
Hide advanced openrouter config in the welcome view
2025-02-11 12:37:39 -05:00
Matt Rubens
85768097d7
Bring back checkpoints on Windows
2025-02-11 10:25:50 -05:00
Matt Rubens
e4a1b35606
Merge pull request #928 from mamertofabian/add-copy-system-prompt
...
Add 'copySystemPrompt' icon button next to Preview System Prompt
2025-02-11 09:47:03 -05:00
Matt Rubens
febf434fc1
Fix issue where Ollama/LMStudio URLs would flicker back to previous while entering
2025-02-10 23:30:05 -05:00
Mamerto Fabian Jr
18fe01baf3
Add 'copySystemPrompt' functionality and refactor system prompt generation
2025-02-11 09:17:45 +08:00
Matt Rubens
7ebf3fadb4
Merge pull request #923 from samhvw8/fix/fail-to-get-model-list
...
refactor: unify model picker components
2025-02-10 17:22:01 -05:00
sam hoang
1653263adf
pr comment
2025-02-11 02:09:07 +07:00
sam hoang
bbc9555036
feat: add custom model input support to ModelPicker
...
- Add allowCustomModel prop to control custom model feature
- Implement custom model input dialog with proper VSCode theming
- Enable custom model support in OpenAiModelPicker
- Fix z-index issues with modal dialog
2025-02-11 02:08:49 +07:00
sam hoang
fabaf07a3f
pr comment
2025-02-11 01:51:50 +07:00
sam hoang
e9d9e03b72
fix: improve model picker refresh handling and API config updates
...
- Add proper change detection for refreshValues using deep comparison
- Increase debounce timing from 50ms to 100ms for better performance
- Add proper error handling for missing Requesty API key
- Fix apiConfiguration update to properly merge with existing state
- Remove debug console logs
2025-02-11 01:48:55 +07:00
sam hoang
26a315b946
refactor: unify model picker components
...
- Extend ModelPicker to support OpenAI models and refreshValues
- Refactor OpenAiModelPicker to use unified ModelPicker component
- Add refreshValues support for Requesty API key
2025-02-11 00:36:31 +07:00
Matt Rubens
439c46cf7f
PR feedback
2025-02-10 12:11:57 -05:00