Commit graph

5966 commits

Author SHA1 Message Date
Matt Rubens
3802791156
Merge pull request #909 from RooVetGit/cte/delete-local-git-config-if-necessary
Delete local git config when appropriate
2025-02-09 22:19:49 -05:00
Chris Estreich
f3a8f828a5
Merge pull request #908 from RooVetGit/cte/fix-restore-checkpoint-dropdown
Fix restore checkpoint popover
2025-02-09 18:39:40 -08:00
cte
ffd0e97b32 Delete local git config when appropriate 2025-02-09 18:34:01 -08:00
Roo Code
50f6e3ea65 Fix "Restore Checkpoint" popover 2025-02-09 17:50:22 -08:00
MuriloFP
0bb6112257 fix: ensure disabled MCP servers appear in settings UI
When the MCP server was initialized before opening RooCode, disabled servers
would not appear in the settings UI. This was fixed by:

1. Using getAllServers() instead of getServers() in ClineProvider.ts for UI
   state updates, ensuring all servers (including disabled ones) are shown
2. Maintaining getServers() for operational use (AI prompts, tool calls)
   where disabled servers should be filtered out

The fix maintains clean separation between UI display and operational
server filtering.
2025-02-09 19:15:01 -03:00
Matt Rubens
c6c70c2479
Merge pull request #890 from RooVetGit/changeset-release/main
Changeset version bump
2025-02-09 12:48:09 -05:00
Matt Rubens
07cd9e10df
Update CHANGELOG.md 2025-02-09 12:46:06 -05:00
Matt Rubens
78f3be88db
Update CHANGELOG.md 2025-02-09 12:42:03 -05:00
github-actions[bot]
27724e6459 changeset version bump 2025-02-09 17:33:33 +00:00
Matt Rubens
9cb30f37a3
Merge pull request #900 from RooVetGit/v3.3.16
v3.3.16
2025-02-09 12:32:47 -05:00
Matt Rubens
f26973f7a8 v3.3.16 2025-02-09 12:31:27 -05:00
Matt Rubens
ec527f79e6
Merge pull request #893 from RooVetGit/cte/safer-git-config
Don't clobber existing user.name and user.email git config values
2025-02-09 08:28:58 -05:00
Nissa Seru
ff70926015
Provide lint-local commands to enable use of .eslintrc.local.json supported by #871 2025-02-09 06:06:36 -07:00
Roo Code
96ab5dcb1f Don't clobber existing user.name and user.email git config values 2025-02-09 00:28:17 -08:00
Matt Rubens
c66f685e03
Merge pull request #878 from RooVetGit/mrubens-patch-4
Update CheckpointService.test.ts
2025-02-09 01:04:21 -05:00
Matt Rubens
99f2333154
Merge pull request #873 from nissa-seru/create-logging-util
Implement logging utility
2025-02-09 00:55:36 -05:00
Roo Code
e38d9ecb22 Merge remote-tracking branch 'origin/main' into mrubens-patch-4 2025-02-09 00:53:18 -05:00
Matt Rubens
dc463349e8
Merge pull request #886 from RooVetGit/ark_support
Support the Ark provider when used through OpenAI compatible
2025-02-09 00:43:00 -05:00
Matt Rubens
ff7b3e0374
Merge pull request #889 from RooVetGit/update_api_options_on_blur
Update API options on blur instead of on input
2025-02-09 00:39:39 -05:00
Roo Code
6a8902fae4 Update API options on blur instead of on input 2025-02-09 00:25:33 -05:00
Roo Code
2ddf54de5d Support the Ark provider when used through OpenAI compatible 2025-02-08 23:53:19 -05:00
Chris Estreich
9d588e3c18
Merge pull request #881 from RooVetGit/cte/shadcn-tooltips
Add tooltips on checkpoint actions
2025-02-08 14:31:19 -08:00
Roo Code
0daab656f1 Add tooltips on checkpoint actions 2025-02-08 14:27:09 -08:00
Matt Rubens
e70248c34c
Merge pull request #879 from RooVetGit/cte/remove-checkpoint-debugging
Remove simple-git debugging
2025-02-08 12:31:11 -05:00
Matt Rubens
d1000f2c40
Merge pull request #861 from RooVetGit/changeset-release/main
Changeset version bump
2025-02-08 12:30:30 -05:00
Matt Rubens
f83e6a5a41
Update CHANGELOG.md 2025-02-08 12:29:55 -05:00
Matt Rubens
e28eac3751
Update CHANGELOG.md 2025-02-08 12:29:15 -05:00
Matt Rubens
2fa4343005
Update CHANGELOG.md 2025-02-08 12:25:02 -05:00
cte
152c5a026a Remove simple-git debugging 2025-02-08 09:09:14 -08:00
Matt Rubens
674a50d5f3
Update CHANGELOG.md 2025-02-08 12:08:38 -05:00
Nissa Seru
b194bcea4d Merge branch 'create-logging-util' of https://github.com/nissa-seru/Roo-Code into create-logging-util 2025-02-08 12:06:34 -05:00
Nissa Seru
6ae6535201 Fix meta spreading order 2025-02-08 12:06:12 -05:00
Matt Rubens
719331385b
Update CheckpointService.test.ts 2025-02-08 12:00:11 -05:00
github-actions[bot]
de10c132d7 changeset version bump 2025-02-08 16:57:01 +00: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
Matt Rubens
fffc9f7311
Merge pull request #848 from websentry-ai/pm/unbound-fetch-models
Fetches Unbound models from api
2025-02-08 11:52:23 -05:00
Roo Code
dab592f103 Check in package.lock changes 2025-02-08 11:49:00 -05:00
Vignesh Subbiah
5995923daf
Merge branch 'main' into pm/unbound-fetch-models 2025-02-08 22:11:22 +05:30
Nissa Seru
c49f685cbf
Merge branch 'main' into create-logging-util 2025-02-08 09:08:03 -07:00
Chris Estreich
47bdab0365
Merge pull request #651 from RooVetGit/cte/use-checkpoints 2025-02-08 08:04:27 -08:00
Matt Rubens
1d65824c84
Merge pull request #866 from RooVetGit/cte/checkpoints-ui-tweaks
Checkpoint UI tweaks
2025-02-08 10:59:17 -05:00
Matt Rubens
d65e9efc89
Merge pull request #868 from RooVetGit/cte/current-checkpoint-indicator
Current checkpoint indicator
2025-02-08 10:57:27 -05:00
Matt Rubens
68cc942482
Merge pull request #871 from nissa-seru/fix-vsix-add-lint-fix
Fix vsix command; add lint-fix; add .gitignore entry for .eslintrc.local.json
2025-02-08 10:51:50 -05:00
Nissa Seru
41d18bdaaa
Update src/utils/logging/index.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-08 09:52:07 -05:00
Nissa Seru
f403a336dc Implement logging utility 2025-02-08 09:41:29 -05:00
Vignesh Subbiah
17f3a314f5 Changes recommendedModel to be same as default model 2025-02-08 19:11:36 +05:30
Vignesh Subbiah
c049436101 DRYs up read model from cache logic 2025-02-08 18:44:32 +05:30
Nissa Seru
987fabb2ca Typo fix 2025-02-08 07:44:16 -05:00
Vignesh Subbiah
a8f764983f DRYs up model picker for Unbound 2025-02-08 18:12:19 +05:30