Commit graph

219 commits

Author SHA1 Message Date
Matt Rubens
febf434fc1 Fix issue where Ollama/LMStudio URLs would flicker back to previous while entering 2025-02-10 23:30:05 -05: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
f25fb35732 Hide custom temp on welcome view and make submit button more intuitive 2025-02-10 11:58:23 -05:00
Matt Rubens
2449c49358 Merge remote-tracking branch 'origin/main' into feat/roo-code-requesty-provider 2025-02-10 10:53:51 -05:00
Matt Rubens
ceec089745
Merge pull request #863 from RooVetGit/temperature_control
Configure per-configuration temperature
2025-02-10 10:48:54 -05:00
sam hoang
d6e55afb51 using ModelPicker for Requesty Model Picker 2025-02-10 20:14:50 +07:00
sam hoang
91fe764cb8 feat: add Requesty API provider support
- Add RequestyHandler implementation for API integration
- Add RequestyModelPicker component for model selection
- Update shared types and messages for Requesty support
- Update API options to include Requesty provider
2025-02-10 20:13:43 +07:00
cte
f447356d81 Disable checkpoints on Windows 2025-02-09 23:53:47 -08:00
Joe Manley
bcd54d5f78 Merge branch 'main' into temperature_control 2025-02-09 21:26:45 -08:00
Matt Rubens
2caa320fac Make sure to blur fields when user hits Done in settings 2025-02-10 00:09:03 -05:00
Matt Rubens
be9a90489a Change input from a slider to a text input 2025-02-09 23:13:37 -05:00
Matt Rubens
2ccab1444b Merge remote-tracking branch 'origin/main' into temperature_control 2025-02-09 22:53:44 -05:00
Roo Code
6a8902fae4 Update API options on blur instead of on input 2025-02-09 00:25:33 -05:00
Matt Rubens
b5f568fb40
Merge pull request #877 from RooVetGit/settings_updates
Settings updates
2025-02-08 11:56:13 -05:00
Roo Code
c3012e3a72 Style and copy updates to advanced settings 2025-02-08 11:53:11 -05:00
Vignesh Subbiah
5995923daf
Merge branch 'main' into pm/unbound-fetch-models 2025-02-08 22:11:22 +05:30
Vignesh Subbiah
17f3a314f5 Changes recommendedModel to be same as default model 2025-02-08 19:11:36 +05:30
Vignesh Subbiah
a8f764983f DRYs up model picker for Unbound 2025-02-08 18:12:19 +05:30
Vignesh Subbiah
70ed217149
Merge branch 'main' into pm/unbound-fetch-models 2025-02-08 17:46:35 +05:30
Joe Manley
f8f571414a
Add aria-lable for temperature control range input
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-07 23:32:27 -08:00
Joe Manley
e3fbfb7186 Add tests 2025-02-07 22:54:18 -08:00
Joe Manley
dd8214897b Fix bug 2025-02-07 22:49:57 -08:00
cte
121f3ab7fa Checkpoint service integration 2025-02-07 22:27:27 -08:00
Joe Manley
ce8cdd8dac Better UX similar to our experimental diffs 2025-02-07 21:49:27 -08:00
Roo Code
bc9773ff9a Configure per-configuration temperature 2025-02-08 00:21:13 -05:00
Roo Code
69d58720db Ellipsis feedback 2025-02-07 20:28:24 -05:00
Roo Code
b85ebbc89a Change to useState to match the rest of the codebase 2025-02-07 20:21:15 -05:00
Roo Code
85dacb03a3 Better UX for adding new API config profiles 2025-02-07 16:23:27 -05:00
Roo Code
0bc9e17c1a Better model picker 2025-02-07 12:25:52 -08:00
Pugazhendhi
4c8577c8a2 Reads unbound model ID from configuration 2025-02-07 19:41:09 +05:30
Pugazhendhi
7710df85f5 Fixed warnings 2025-02-07 16:31:32 +05:30
pugazhendhi-m
26baaf89a3
Merge branch 'main' into WEB-1756 2025-02-07 13:02:46 +05:30
Pugazhendhi
32f91b6291 Merged with main branch 2025-02-06 12:44:22 +05:30
Roo Code
4948e52779 Jest fixes for webview-ui 2025-02-05 00:51:59 -08:00
Pugazhendhi
ea3d384e48 Fetches all models from gateway during init 2025-02-03 12:18:15 +05:30
sam hoang
9406a273da fix(api-config) error when creation of api config 2025-02-03 12:57:59 +07:00
Matt Rubens
5abf5e3aa6 Move MCP creation checkbox to MCP view 2025-01-31 23:40:43 -05:00
Matt Rubens
11fd3607ea
Merge pull request #697 from samhvw8/fix/config-profile-rename-bug
fix: prevent unnecessary config operations when renaming to same name
2025-01-31 23:04:02 -05:00
sam hoang
ab556286f1 fix: prevent unnecessary config operations when renaming to same name
- Add validation in UI to early return when renaming config to current name
- Add server-side validation to prevent config save/delete operations
2025-02-01 10:49:09 +07:00
Matt Rubens
27e864d04c
Update webview-ui/src/components/settings/SettingsView.tsx 2025-01-31 22:13:28 -05:00
sam hoang
f906755d90 feat: add setting to enable/disable MCP server creation
- Add enableMcpServerCreation setting to control whether MCP server creation is allowed
- Add UI toggle in settings view for this feature
- Update system prompt to conditionally include MCP server creation documentation
- Add tests for new functionality
2025-02-01 09:34:53 +07:00
Matt Rubens
9aeb498f99 Add optional rate limiting between API calls 2025-01-31 16:44:32 -05:00
Matt Rubens
886070de2d
Merge pull request #636 from samhvw8/feat/vite-tailwind
refactor: migrate from CRA to Vite and improve testing
2025-01-30 11:40:27 -05:00
Matt Rubens
b543bd9489
Merge pull request #654 from psv2522/better-border-on-input-focus
fix:Made the main inputbox focus styling better, added better spacing in openai compatible section
2025-01-30 09:57:49 -05:00
Matt Rubens
d1bfbc6d62
Merge pull request #632 from psv2522/sliders-on-newline
fix: Move sliders to newline in settings to avoid horizontal scroll.
2025-01-30 01:15:49 -05:00