Matt Rubens
6cfc1cd4c9
Merge pull request #1528 from afshawnlotfi/chrome-remote-webtools
...
Chrome remote webtools
2025-03-10 21:37:20 -04:00
Hannes Rudolph
7462906b7a
Update ClineProvider.ts
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-10 18:49:25 -06:00
cannuri
a9773b70c8
fix browser_action system prompt
2025-03-11 01:03:18 +01:00
Hannes Rudolph
abcb7c18b4
Update src/core/webview/ClineProvider.ts
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-10 16:23:43 -06:00
hannesrudolph
102a996875
fix: update MCP servers directory path for platform compatibility
2025-03-10 15:18:19 -06:00
Matt Rubens
89b8b10bba
Merge remote-tracking branch 'origin/main' into feature/add_sse_mcp
2025-03-10 10:47:26 -04:00
Matt Rubens
6644202b55
Merge pull request #1451 from dtrugman/feat/add-openai-style-cost-calculation
...
Add openai style cost calculation
2025-03-10 10:11:30 -04:00
Matt Rubens
03045d8e75
Update src/core/Cline.ts
2025-03-10 09:54:45 -04:00
Afshawn Lotfi
66e3b9610c
Add remote browser connection support and related state management
2025-03-10 03:41:38 +00:00
Matt Rubens
732eeddc6c
Add model telemetry too
2025-03-09 23:18:44 -04:00
Matt Rubens
9c08d044b3
Add telemetry for checkpoint save/restore/diff
2025-03-09 22:55:23 -04:00
Matt Rubens
e5ac33a146
Merge pull request #996 from qdaxb/optimize_diagnostics
...
Reduce the probability of errors when the model tries to fix the problems
2025-03-09 21:38:03 -04:00
Matt Rubens
c70595b9f0
Merge pull request #1507 from hannesrudolph/optional-mode-creation
...
feat: Add toggle for custom mode creation
2025-03-09 18:54:49 -04:00
Matt Rubens
183e47b1bd
Revert "support tool progress status"
...
This reverts commit 80139d88d7 .
2025-03-09 18:35:56 -04:00
Matt Rubens
78be1b8977
Revert "Clean up the tool progress UX"
...
This reverts commit 1c8071bbb3 .
2025-03-09 18:35:48 -04:00
Afshawn Lotfi
22f51304a2
Add support for remote browser connection and settings
2025-03-09 20:11:52 +00:00
Hannes Rudolph
f6efa2b589
Update src/core/prompts/sections/modes.ts
...
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-08 22:31:10 -07:00
Roo Code
2a08c7c3db
feat: Add toggle for custom mode creation
...
This commit adds a new setting to allow users to disable custom mode creation,
which can help reduce token usage in Roo's prompts.
Key changes:
Add enableCustomModeCreation setting to global state
Conditionally include custom modes documentation in prompt only when enabled
Add UI toggle in PromptsView with explanatory text
Default the setting to enabled (true) for backward compatibility
Update necessary interfaces and message handlers for the new setting
The setting is placed in PromptsView rather than SettingsView since it directly
relates to the modes functionality managed in that component.
2025-03-08 22:05:27 -07:00
Matt Rubens
e10757d6fa
Iterate on subtasks UX
2025-03-08 23:46:28 -05:00
Matt Rubens
1c8071bbb3
Clean up the tool progress UX
2025-03-08 22:55:04 -05:00
Matt Rubens
e2bdee3366
Merge pull request #1494 from qdaxb/support_tool_progress_status
...
support tool progress status
2025-03-08 21:17:35 -05:00
Matt Rubens
e945dcf94f
Merge pull request #1491 from shaybc/sbc_subtasks_approve_btn
...
Sbc subtasks approve button
2025-03-08 21:16:44 -05:00
axb
80139d88d7
support tool progress status
2025-03-09 00:21:09 +08:00
ShayBC
27624a25a5
fixed the missing case of cmd execution at the end of a subyask and added auto aprove option for finish task (and continue to the next task)
2025-03-08 16:25:45 +02:00
Matt Rubens
441f54d792
Turn checkpoints on by default
2025-03-07 23:36:46 -05:00
ShayBC
1456db9502
added approve finish task button and auto approve button for subtasks
2025-03-08 06:01:49 +02:00
Matt Rubens
da286c45ed
Fix logic for default modelMaxTokens for thinking models
2025-03-07 22:58:45 -05:00
Matt Rubens
4c6f0628e3
Add vscodeVersion and platform too
2025-03-07 16:41:35 -05:00
Matt Rubens
082045ec66
Add app version to telemetry
2025-03-07 16:30:19 -05:00
Matt Rubens
9a340178fc
v3.8
2025-03-07 14:37:51 -05: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
Daniel Trugman
e14b1b2dab
Add OpenAI-style cost calculation
2025-03-07 13:53:32 +00:00
Matt Rubens
50f76584bc
Add telemetry and privacy policy
2025-03-07 03:03:44 -05:00
Matt Rubens
c3065663b2
Subtask logic fix
2025-03-07 02:27:19 -05:00
cte
1901a0dbfc
Choose the correct checkpoint storage strategy when resuming tasks
2025-03-06 11:23:00 -08:00
cte
710284cc3d
Handle outputless commands
2025-03-05 21:28:42 -08:00
sam hoang
e21953e443
fix reset all state
2025-03-06 11:56:11 +07:00
cte
7eee3e0878
Smart truncation for terminal output
2025-03-05 19:36:52 -08:00
Matt Rubens
fb53d331cc
Missed a spot in ClineProvider
2025-03-05 14:53:51 -05:00
Matt Rubens
6a0f22185b
Merge pull request #1367 from RooVetGit/rooignore
...
Add support for a .rooignore file
2025-03-05 13:59:24 -05:00
Matt Rubens
620c39cd68
Merge pull request #1234 from qdaxb/support_edit_multi_locations_in_apply_diff
...
Supports updating multiple locations of a file in one call of the apply_diff tool
2025-03-05 12:36:21 -05:00
Matt Rubens
a9d971e437
Update src/core/webview/ClineProvider.ts
2025-03-05 12:26:58 -05:00
Matt Rubens
426e03ba13
Update src/core/Cline.ts
2025-03-05 12:25:46 -05:00
Matt Rubens
8d2ba12698
Update src/core/Cline.ts
2025-03-05 12:25:33 -05:00
Matt Rubens
d4f0f53be8
Merge remote-tracking branch 'origin/main' into sbc_add_subtasks
2025-03-05 12:23:15 -05:00
sam hoang
e0c267d7d9
fix test
2025-03-05 12:20:16 -05:00
Matt Rubens
279df6e7a4
Merge remote-tracking branch 'origin/main' into sbc_add_subtasks
2025-03-05 12:16:37 -05:00
sam hoang
b1b51f8f14
feat(contextProxy): add setValue and setValues methods to simplify state management
...
- Added new setValue method to ContextProxy to route keys to either secrets or global state
- Added setValues method to process multiple key-value pairs at once
- Updated ClineProvider to use new methods, reducing code duplication
- Added comprehensive test coverage for new methods
This change is part of the larger ClineProvider refactoring effort to improve state management and reduce complexity, as outlined in the refactoring plan documents.
2025-03-06 00:01:52 +07:00
Matt Rubens
08a449eb8f
Merge pull request #1267 from NyxJae/human-relay
...
Human relay
2025-03-05 11:13:16 -05:00