Matt Rubens
43a36c1a0a
Merge pull request #1438 from RooVetGit/telemetry
...
Opt-in telemetry
2025-03-07 03:07:46 -05: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
eee7bbe104
Try to prevent additional cases in which terminal commands lock the task UI
2025-03-06 21:34:03 -08:00
Chris Estreich
0a19fb547e
Merge pull request #1429 from RooVetGit/cte/resume-task-checkpoints-config
...
Choose the correct checkpoint storage strategy when resuming tasks
2025-03-06 21:31:21 -08: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
f685932d63
Fix tests
2025-03-06 11:31:08 -08:00
cte
1901a0dbfc
Choose the correct checkpoint storage strategy when resuming tasks
2025-03-06 11:23:00 -08:00
Chris Estreich
ae7601bbfc
Merge pull request #1420 from RooVetGit/cte/checkpoints-fixes
...
Improve file excludes for checkpoints service
2025-03-06 11:12:37 -08:00
Olwer Altuve
21101e25bf
refactor(deepseek): update test expectations
...
- Update test case to reflect current object reference behavior for model info
2025-03-06 12:29:13 -04:00
Olwer Altuve
e75fdc1ef6
only info
2025-03-06 11:51:11 -04:00
Olwer Altuve
566fa0f154
Merge branch 'fix-deepseek-cache-official-api' of https://github.com/olweraltuve/Roo-Code into fix-deepseek-cache-official-api
2025-03-06 11:31:04 -04:00
Olwer Altuve
89cf2c4c58
feat(api): Add DeepSeek provider support for prompt caching and detailed usage metrics
...
- Update DeepSeekHandler to support prompt caching
- Add cache token tracking in usage metrics
- Update DeepSeek model configurations with cache-related pricing
- Enhance test coverage for cache and usage metric handling
2025-03-06 11:26:15 -04:00
Olwer Altuve
1711d6c04d
feat(deepseek): enhance model support with prompt caching and detailed usage metrics
...
- Add support for prompt caching in DeepSeek models
- Update model configurations to reflect caching capabilities
- Implement detailed usage metrics tracking cache write and read tokens
- Extend test coverage for new usage metrics and model parameters
- Update pricing information for DeepSeek models to include cache-related costs
2025-03-06 08:26:03 -04:00
cte
2325d8be46
Improve file excludes for checkpoints service
2025-03-06 00:52:28 -08:00
cte
710284cc3d
Handle outputless commands
2025-03-05 21:28:42 -08:00
Chris Estreich
2a2ba7417c
Merge pull request #1415 from samhvw8/fix/reset-all-state-context-proxy
...
fix reset all state
2025-03-05 21:08:25 -08:00
Chris Estreich
c9e21eb091
Merge pull request #1414 from websentry-ai/pm/add-unbound-metadata
...
Adds Unbound metadata for non-streaming requests
2025-03-05 21:07:27 -08:00
sam hoang
e21953e443
fix reset all state
2025-03-06 11:56:11 +07:00
Chris Estreich
aa57ae926e
Merge pull request #1390 from RooVetGit/cte/terminal-middle-out
...
Terminal "middle-out": smart truncation for terminal output
2025-03-05 20:14:20 -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
Matt Rubens
d2c202977a
Merge pull request #1407 from olweraltuve/fix-deepseek-official-api-2
...
fix(deepseek): update base URL to remove /v1 endpoint
2025-03-05 16:03:05 -05:00
Olwer Altuve
2e78662e9e
fix(deepseek): update base URL to remove /v1 endpoint
2025-03-05 16:57:44 -04: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
Matt Rubens
f683e4530f
Revert "Better encapsulation for API config"
...
This reverts commit 86401faa37 .
2025-03-05 11:05:05 -05:00
Matt Rubens
e4fb0081b1
Update commands to roo-cline to be consistent with others
2025-03-05 10:39:36 -05:00
Matt Rubens
73ac64924e
Merge remote-tracking branch 'origin/main' into human-relay
2025-03-05 10:34:03 -05:00
Matt Rubens
957d022a0a
Merge pull request #1300 from refactorthis/chore/observability-openai
...
feat: add x-title and http-referer header to all openai providers
2025-03-05 10:28:22 -05:00
Matt Rubens
7e0e3d0f1f
Add support for a .rooignore file
2025-03-05 10:17:43 -05:00
Matt Rubens
86401faa37
Better encapsulation for API config
2025-03-05 10:04:48 -05:00
Matt Rubens
c3da5b0aa3
More cleanup
2025-03-05 09:49:15 -05:00
Matt Rubens
96945cd004
Merge remote-tracking branch 'origin/main' into feat/context-proxy
2025-03-05 09:33:33 -05:00
Matt Rubens
f1de71429f
PR feedback
2025-03-05 09:22:40 -05:00
eong
01f83b4d17
Add credentials auth for Google vertex
2025-03-06 00:51:38 +13:00
Pugazhendhi
4073bdcb20
Fixes tests
2025-03-05 16:53:26 +05:30
ShayBC
30d630fea5
Resolved merge conflicts
2025-03-05 13:08:50 +02:00
Pugazhendhi
a489a8b1e4
Removes print statements
2025-03-05 16:29:10 +05:30
Pugazhendhi
10dd931eb7
Adds unbound metadata to non streaming requests
2025-03-05 16:28:04 +05:30
ShayBC
5bc1e50dae
Resolved merge conflicts
2025-03-05 12:50:05 +02:00