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
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
sam hoang
179ea7904b
update with comment in pr
2025-01-28 21:06:37 +07:00
sam hoang
0fa6fd4ddb
chore: remove unused
2025-01-28 21:06:36 +07:00
sam hoang
8fa1d5a2f9
refactor(experiments): simplify experiment config structure
...
- Remove redundant id field from ExperimentConfig interface
- Update UI components to use experiment keys directly
- Improve type safety by using key-based mapping instead of object values
2025-01-28 21:06:36 +07:00
sam hoang
7dd161824b
refactor: remove redundant experimentConfigs array, use experimentConfigsMap directly
2025-01-28 21:06:35 +07:00
sam hoang
ad552ea026
feat: implement experimental features system
...
- Add experiments.ts to manage experimental features
- Refactor experimental diff strategy into experiments system
- Add UI components for managing experimental features
- Add tests for experimental tools
- Update system prompts to handle experiments
2025-01-28 21:06:33 +07:00
MFPires
f50214b017
feat(settings): Add auto-approve mode switching option to Settings UI
...
Add the ability to configure automatic mode switching approval in the Settings UI.
Implementation:
- Added alwaysAllowModeSwitch checkbox in the Auto-Approve Settings section
- Added state management integration with useExtensionState
- Added vscode.postMessage handler for state updates
- Placed the setting logically between MCP tools and execute operations settings
The new setting allows users to:
- Enable/disable automatic approval of mode switching operations
- Configure mode switching approval independently of other auto-approve settings
- Maintain consistent UX with other auto-approve settings
This completes the mode switching auto-approval feature, working in conjunction with:
- Previously added state management in ExtensionStateContext
- Core logic changes in ClineProvider
- WebviewMessage type updates
- Existing test coverage in ChatView.auto-approve.test.tsx
2025-01-28 01:48:47 -03:00
Pugazhendhi
20d9a88bb4
Removed comments
2025-01-27 19:47:40 +05:30
Pugazhendhi
62dcfbe549
Adds unbound provider to roo cline
2025-01-27 19:47:28 +05:30
Matt Rubens
2fbf276f00
Merge pull request #555 from dairui1/feat/openrouter_base_url
...
feat: Add openRouterBaseUrl option
2025-01-26 00:35:11 -05:00
Matt Rubens
3d5780f44e
Fix
2025-01-26 00:31:53 -05:00
Matt Rubens
1bf0145099
Merge pull request #541 from PretzelVector/indent_collapsed_settings
...
[cosmetic] indent collapsing settings
2025-01-26 00:19:58 -05:00
dairui1
4a75f85eac
feat: Add openRouterBaseUrl option
2025-01-25 16:48:21 +08:00
~PV
e90d46ef1b
indent collapsed settings
2025-01-24 11:26:39 -08:00
Matt Rubens
cda44d52d4
Don't allow setting a retry period below 5 seconds, default to 10
2025-01-24 12:59:49 -05:00
sam hoang
4e8f7ca396
fix #524
2025-01-25 00:54:09 +07:00