ColemanRoo
d7b44a2828
Converting modes.test.ts to use grading to measure if the test passes
...
Add documentation for VSCode Integration Tests
Use explicit list of tests instead of searching ot make it easier to run 1 test at time locally.
2025-02-11 10:55:04 -06:00
Matt Rubens
a3bb0edeae
Merge pull request #942 from RooVetGit/fix_retry_delay_bugs
...
Fix logic error in retry delays
2025-02-11 11:31:28 -05:00
Matt Rubens
052903bfb5
Fix logic error in retry delays
2025-02-11 11:19:51 -05:00
Matt Rubens
85768097d7
Bring back checkpoints on Windows
2025-02-11 10:25:50 -05:00
Matt Rubens
43d4c5c167
Merge pull request #939 from RooVetGit/cte/stashless-checkpoints
...
New checkpoints algorithm
2025-02-11 09:59:48 -05:00
cte
6dbb59642f
Revert debugging
2025-02-11 03:25:33 -08:00
cte
a985494b95
Remove unused type
2025-02-11 03:23:59 -08:00
cte
971d29b1fb
Revert debugging
2025-02-11 03:23:22 -08:00
cte
9d8360663e
New checkpoints algorithm
2025-02-11 03:16:49 -08:00
cte
ca54d1e2fe
Stashless checkpoints
2025-02-10 23:51:51 -08:00
Mamerto Fabian Jr
18fe01baf3
Add 'copySystemPrompt' functionality and refactor system prompt generation
2025-02-11 09:17:45 +08:00
Mike C
4aa43d0b5e
Merge pull request #926 from RooVetGit/feature/enhanceFullIntegrationTests
...
Modify Full Integration Test Structure to allow for multiple tests th…
2025-02-10 16:28:16 -06:00
ColemanRoo
41704791ea
adding comment on long timeout
2025-02-10 16:00:25 -06:00
ColemanRoo
20dea5caac
increase test timeout
2025-02-10 15:16:07 -06:00
ColemanRoo
481d54bf92
package.json update for integration test command in CI/CD
...
ellipsis change
2025-02-10 13:19:35 -06:00
sam hoang
e9d9e03b72
fix: improve model picker refresh handling and API config updates
...
- Add proper change detection for refreshValues using deep comparison
- Increase debounce timing from 50ms to 100ms for better performance
- Add proper error handling for missing Requesty API key
- Fix apiConfiguration update to properly merge with existing state
- Remove debug console logs
2025-02-11 01:48:55 +07:00
ColemanRoo
4585281dc8
Modify Full Integration Test Structure to allow for multiple tests that start new tasks
...
Add test for mode switching functionality
2025-02-10 12:32:51 -06:00
sam hoang
793b13ea28
remove verbose
2025-02-11 00:43:45 +07:00
Matt Rubens
2449c49358
Merge remote-tracking branch 'origin/main' into feat/roo-code-requesty-provider
2025-02-10 10:53:51 -05:00
Matt Rubens
059de0f6af
Merge pull request #915 from jcbdev/openroute_api_usage_data_failures
...
add retries to openrouter generation endpoint to prevent failures on …
2025-02-10 10:50:15 -05:00
Matt Rubens
ceec089745
Merge pull request #863 from RooVetGit/temperature_control
...
Configure per-configuration temperature
2025-02-10 10:48:54 -05:00
James Barker
b85960ba2a
updated to fix no break condition on loop and to use the same number of retries and delay as the glama provider (for consistency)
...
Signed-off-by: James Barker <james@jcbdevelopment.co.uk>
2025-02-10 14:58:44 +00:00
sam hoang
d6e55afb51
using ModelPicker for Requesty Model Picker
2025-02-10 20:14:50 +07:00
sam hoang
41fcf85c48
refactor(api): improve OpenAI handler inheritance
...
- Add OpenAiHandlerOptions interface for configuration
- Extract processUsageMetrics to base class for reuse
- Update RequestyHandler to extend OpenAiHandler
- Add proper type safety for metrics handling
- Clean up code duplication across handlers
2025-02-10 20:14:23 +07:00
sam hoang
91fe764cb8
feat: add Requesty API provider support
...
- Add RequestyHandler implementation for API integration
- Add RequestyModelPicker component for model selection
- Update shared types and messages for Requesty support
- Update API options to include Requesty provider
2025-02-10 20:13:43 +07:00
James Barker
9c480aaac2
add retries to openrouter generation endpoint to prevent failures on slow usage stat updates server side
...
Signed-off-by: James Barker <james@jcbdevelopment.co.uk>
2025-02-10 09:13:55 +00:00
cte
3aed7d14cf
Fix tests on win32 systems
2025-02-10 00:24:25 -08:00
cte
f447356d81
Disable checkpoints on Windows
2025-02-09 23:53:47 -08:00
Matt Rubens
2ccab1444b
Merge remote-tracking branch 'origin/main' into temperature_control
2025-02-09 22:53:44 -05:00
Matt Rubens
d8274aca70
Merge pull request #902 from MuriloFP/fix-disabled-mcp-list
...
fix: ensure disabled MCP servers appear in settings UI
2025-02-09 22:34:50 -05:00
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
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
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
Roo Code
2ddf54de5d
Support the Ark provider when used through OpenAI compatible
2025-02-08 23:53:19 -05:00
cte
152c5a026a
Remove simple-git debugging
2025-02-08 09:09:14 -08: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
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
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
c049436101
DRYs up read model from cache logic
2025-02-08 18:44:32 +05:30
Vignesh Subbiah
70ed217149
Merge branch 'main' into pm/unbound-fetch-models
2025-02-08 17:46:35 +05:30
cte
59ddaa9f00
Current checkpoint indicator
2025-02-08 01:07:31 -08:00