Commit graph

2761 commits

Author SHA1 Message Date
Matt Rubens
5ffb145c13 Enable streaming for o1 2025-02-14 20:58:18 -05:00
d.o.it
0573643797 Merge branch 'mistral' of https://github.com/d-oit/Roo-CodeMistral into mistral 2025-02-14 17:49:00 +01:00
d.o.it
b4cf69793e feat: Add completePrompt method to MistralHandler for chat completions 2025-02-14 17:48:46 +01:00
axb
fbf65bfc6c Reduce the probability of errors when the model tries to fix the problem due to mismatched line numbers after applying diff 2025-02-15 00:04:17 +08:00
d.o.it
2fa8dc7291 fix: Set default model ID in MistralHandler if not provided 2025-02-14 17:03:05 +01:00
Matt Rubens
a9d8a1d00d
Merge branch 'main' into mistral 2025-02-14 09:25:34 -05:00
Matt Rubens
5c9fea93f5 Fix some test warnings 2025-02-14 09:10:38 -05:00
Matt Rubens
7bbf097fa8 Validate custom modes schema before creation from the UI 2025-02-14 08:54:11 -05:00
Matt Rubens
7c6fe52c80 Add support for project-specific .roomodes 2025-02-13 23:14:59 -05:00
Matt Rubens
0855159f70 Setting for the max number of open tabs to include in context 2025-02-13 22:23:20 -05:00
Mike C
1cea41dd13
Merge pull request #943 from RooVetGit/feature/gradingTestResponse
Feature/grading vscode test response
2025-02-13 16:30:06 -06:00
ColemanRoo
4886cb7e7d ellipsis comment update to test document 2025-02-13 16:21:34 -06:00
ColemanRoo
937c3b6c49 Remove test files list from index.ts
Update documentation
Update modes.test.ts to use PR comment suggestion for pulling out reponse grade
2025-02-13 16:08:52 -06:00
Matt Rubens
d6e775002f Fix mock of Cline.abort in tests 2025-02-13 16:38:03 -05:00
Matt Rubens
5f3ff25d6b Disable writing in ask mode 2025-02-13 01:09:45 -05:00
Matt Rubens
a96443090a Add a help button 2025-02-12 23:14:55 -05:00
cte
7de31e10b0 Checkpoints logging tweaks 2025-02-12 13:27:19 -08:00
cte
90b019f55c Shadow git checkpoints 2025-02-12 13:17:43 -08:00
ColemanRoo
1e279b4728 ellipsis comment on regex format 2025-02-12 09:09:03 -06:00
ColemanRoo
eb826b1c90 Change index.ts to always run all tests
Add regex look for grade in in modes.test.ts
2025-02-12 09:05:29 -06:00
d.o.it
8a5563b520 Add MistralHandler constructor validation and unit tests 2025-02-12 15:47:14 +01:00
d.o.it
19c38a3668 Add mistralCodestralUrl to global state management in ClineProvider 2025-02-12 15:21:35 +01:00
d.o.it
95078a6bc9 add mistral latest api models 2025-02-12 15:04:02 +01:00
d.o.it
4497e42206 Add Mistral API configuration and models 2025-02-12 14:22:40 +01:00
cte
6119cb1aaf Update comment 2025-02-11 12:48:19 -08:00
cte
901adc580f Fix file revert on abort 2025-02-11 12:44:32 -08:00
ColemanRoo
a41fb07adc task.test.ts fix to check for messages before assersion instead of tokens used 2025-02-11 14:34:03 -06:00
ColemanRoo
63346fbc6e update task.test.ts to run in any order with other tests 2025-02-11 14:21:33 -06:00
cte
94cb09f6cd Log restoreCheckpoint duration 2025-02-11 11:24:33 -08:00
cte
d9ac8efb1f Complete the comment 2025-02-11 11:19:00 -08:00
cte
d8960788b4 Store initial checkpoint 2025-02-11 11:10:47 -08:00
cte
37c2a1760b Check for empty stash commits 2025-02-11 10:24:51 -08:00
cte
6b351876e7 Add duration logging 2025-02-11 10:16:51 -08:00
cte
68ea2e8588 Checkpoints logging tweaks 2025-02-11 10:14:36 -08:00
ColemanRoo
21f04f580a Fix typo for test list
Modify where we log messages to the console for the test
2025-02-11 11:06:11 -06:00
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