Commit graph

1634 commits

Author SHA1 Message Date
Gonçalo Antunes
03d4c7f359
feat(settings): add full width to API config manager dropdown
Add a CSS class to make the API config dropdown take up the full
width of its container. This improves the layout and appearance
of the settings page.
2025-03-07 17:39:37 +00:00
cte
820092cfc3 Disable repo-per-workspace checkpoints 2025-03-07 09:09:03 -08:00
Matt Rubens
f9d162e157 Add setting for whether to include ignored files in lists 2025-03-07 11:28:28 -05:00
Matt Rubens
25d41a59a8 UI tweaks to task header 2025-03-07 10:08:23 -05:00
Takashi Fujita
1235db6c49
fix: adjust font size of code elements within headings to ensure consistent styling
Apply :has() selector to make code elements inherit font size from their heading parents.
This ensures visual consistency in markdown headings containing code blocks.
2025-03-07 19:49:07 +09:00
Matt Rubens
50f76584bc Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
Matt Rubens
70a88aee4d
Merge pull request #1392 from eonghk/feature/vertex-credentials-auth
Add credentials auth for Google vertex
2025-03-06 16:45:45 -05:00
cte
845cba4842 Remove (Main) from task header 2025-03-06 00:56:33 -08:00
cte
1cc57c47ce Remove item number from history preview cards 2025-03-05 21:39:30 -08:00
cte
7eee3e0878 Smart truncation for terminal output 2025-03-05 19:36:52 -08:00
eong
e3ffd1337a Merge branch 'main' into feature/vertex-credentials-auth 2025-03-06 15:17:49 +13:00
cte
dd7d9824ba Fix tests 2025-03-05 12:28:17 -08:00
cte
66e036eaa2 Fix settings colors for themes that use color transparency 2025-03-05 12:18:00 -08:00
Matt Rubens
57cf9610ba Better UX for choosing between diff strategies 2025-03-05 13:04:21 -05:00
Matt Rubens
279df6e7a4 Merge remote-tracking branch 'origin/main' into sbc_add_subtasks 2025-03-05 12:16:37 -05:00
Matt Rubens
180740813f
Merge pull request #1315 from monotykamary/style/context-window-padding
style(task-header): add padding to align task header values
2025-03-05 11:39:31 -05:00
Matt Rubens
f4441e31e1
Update webview-ui/src/components/settings/ApiOptions.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-05 11:06:54 -05:00
Matt Rubens
73ac64924e Merge remote-tracking branch 'origin/main' into human-relay 2025-03-05 10:34:03 -05:00
eong
01f83b4d17 Add credentials auth for Google vertex 2025-03-06 00:51:38 +13:00
ShayBC
9658363b5a Resolved merge conflicts 2025-03-05 13:14:33 +02:00
ShayBC
5bc1e50dae Resolved merge conflicts 2025-03-05 12:50:05 +02:00
Chris Estreich
2e41376f0c
Merge pull request #1379 from RooVetGit/cte/checkpoints-settings 2025-03-04 18:51:42 -08:00
cte
e1ccb70269 Checkpoint storage setting + settings view redesign 2025-03-04 15:18:29 -08:00
Matt Rubens
74d52aafcb Fix issues with select dropdown 2025-03-04 17:35:43 -05:00
Matt Rubens
541b54e015
Merge pull request #1368 from adamwlarson/speculative_decoding
Adding support for Speculative Decoding for LMStudio Local Models
2025-03-04 09:32:58 -05:00
Felix NyxJae
d6ae95a227 Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay 2025-03-04 21:44:19 +08:00
Chris Estreich
fd60c9466b
Merge pull request #1357 from RooVetGit/cte/checkpoint-per-task
Add a repo-per-workspace checkpoint service in addition to repo-per-task
2025-03-04 01:41:41 -08:00
cte
0bd56ad165 Checkpoints: one-branch-per-task / one-repo-per-workspace 2025-03-04 01:37:05 -08:00
Adam Larson
1c8f9ed683 first pass on speculative decoding with LMStudio 2025-03-04 01:48:40 -05:00
Felix NyxJae
4040978ea3 Merge branch 'main' into human-relay 2025-03-04 13:39:33 +08:00
Matt Rubens
9c3e477bf2 PR cleanup 2025-03-03 23:08:34 -05:00
Felix NyxJae
40dd7ac532 Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay 2025-03-04 11:23:04 +08:00
Matt Rubens
c84b639872 Custom dropdowns for mode/api profile 2025-03-03 17:52:53 -05:00
cte
9e471444de Async checkpoints 2025-03-03 12:28:16 -08:00
Matt Rubens
9f374ab69c
Merge pull request #1342 from RooVetGit/checkpoint_delay_warning
Show a warning if checkpoints are taking too long to load
2025-03-03 11:21:01 -05:00
Matt Rubens
cd46ab5af3 Show a warning if checkpoints are taking too long to load 2025-03-03 11:12:08 -05:00
Matt Rubens
c3e36deed6 Update the warning text for the VS LM API 2025-03-03 10:51:45 -05:00
aheizi
62677071e8 fix: switch mode state 2025-03-03 14:44:56 +08:00
Matt Rubens
6b0347e0bd Add a checkbox to enable/disable the browser tool 2025-03-03 00:34:20 -05:00
Felix NyxJae
626827ab3f
Merge branch 'RooVetGit:main' into human-relay 2025-03-03 10:19:02 +08:00
Matt Rubens
9b91ab21b6 Default middle-out compression to on 2025-03-02 20:57:53 -05:00
cte
e201ee8fdc Selectively deep merge rather than deep merging everything 2025-03-02 16:37:44 -08:00
Chris Estreich
2bd310bc92
Update webview-ui/src/context/ExtensionStateContext.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-02 15:20:34 -08:00
cte
b0f1eb6d62 ExtensionStateContext does not correctly merge state 2025-03-02 15:17:15 -08:00
Tom X Nguyen
7a2a08aaa4 style(context-window): add padding to align 2025-03-02 19:42:00 +07:00
Matt Rubens
cd910c3435 Include custom modes in mode switching keyboard shortcut 2025-03-01 23:53:50 -05:00
Matt Rubens
d70c3e038a
Merge pull request #1270 from aheizi/feature/add-shortcut-to-switch-modes
feat: add shortcut to switch modes
2025-03-01 18:52:56 -05:00
Matt Rubens
2a7edc9a40 Add support for Mermaid diagrams 2025-03-01 18:03:28 -05:00
aheizi
251b83629a feat: add shortcut to switch modes 2025-03-01 22:58:55 +08:00
ShayBC
c8ec2b6b70 Merge remote-tracking branch 'upstream/main' into sbc_add_subtasks 2025-03-01 16:32:18 +02:00