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
Prathmesh Vhatkar
fec57e30a8
fix:Made the main inputbox focus styling better, added better spacing in openai compatible section
2025-01-30 11:21:54 +05:30
Matt Rubens
13de490c3b
Add a new_task tool
2025-01-29 10:56:44 -05:00
sam hoang
12dd54671a
refactor: migrate from CRA to Vite and improve testing
...
Replace Create React App with Vite build system
Add ESLint configuration and improve TypeScript types
Create VSCode UI component mocks for better testing
Update test files with proper async handling
Add Tailwind CSS integration
Fix accessibility by adding ARIA roles
2025-01-29 21:15:28 +07:00
Prathmesh Vhatkar
a07f94fa19
fix: Move sliders to newline in settings to avoid horizontal scroll at normal(20-25%) window size
2025-01-29 11:57:24 +05:30
sam hoang
e8ff70ebf0
fix config-profile-dropdown-zindex
2025-01-29 12:40:24 +07:00
Matt Rubens
76278ed99e
Merge pull request #616 from websentry-ai/vs/support-unbound
...
Supports unbound API provider
2025-01-29 00:10:21 -05:00
Matt Rubens
a968cc3b58
Merge pull request #615 from psv2522/change-select-to-dropdown
...
fix: Use Dropdown instead of select in settings for more UI consistency
2025-01-28 23:43:56 -05:00
Prathmesh Vhatkar
7e38e50d79
fix: Mock dropdown in tests correctly
2025-01-29 09:14:16 +05:30
pugazhendhi-m
ea30563cca
Merge branch 'main' into vs/support-unbound
2025-01-28 21:58:23 +05:30
Matt Rubens
f2ac56917c
Merge pull request #538 from samhvw8/feat/insert_and_search_replace_tools
...
New Roo Tool insert and search replace tools
2025-01-28 11:23:06 -05:00
Pugazhendhi
63b8e8972f
Adds button to get unbound api key
2025-01-28 21:52:12 +05:30
sam hoang
e7ff4ed397
fix missing in make input lag
2025-01-28 21:47:24 +07:00
Prathmesh Vhatkar
db0339b228
fix: Use Dropdown instead of select in settings for more ui consistency
2025-01-28 20:15:52 +05:30