Commit 4f683b5
Parallel tasks (#2128)
* Parallel tasks
* Handle null [x]ModelInfo types, recover from settings schema parse errors (#2064)
* Require exactly node v20.18.1 (#2065)
* Get rid of runner and all CJS stuff
* Add an activation command for other extensions (#2073)
Since VS Code provides no actionEvents that trigger when a specific
extension activates, extensions can't activate only once Roo is
activated and ready.
This commit introduces a new roo-cline.activationCompleted command
and fires it at the very end of extension activation. Other
extensions that use Roo's exported APIs can now activate when they
see this event.
Co-authored-by: Greg Taylor <[email protected]>
* Update bug_report.yml (#1994)
* Update bug_report.yml
* Update bug_report.yml
---------
Co-authored-by: Matt Rubens <[email protected]>
* Fix mention file name is not fully displayed (#2026)
Fixed path leading character handling to preserve language characters and remove specific punctuation marks
* In-Editor Browser Improvements (#1601)
* Browser Automation Improvements
* Added multi-tab remote Chrome support
* Added support for hover
* Properly caching remote browser host in global state
* Cleanup functions
* Updated for changes after merge
* Added www. exception for common tabs
* Update src/core/webview/ClineProvider.ts
* Revert README changes
---------
Co-authored-by: Matt Rubens <[email protected]>
* Add missing awaits on refactored tools (#2078)
* More progress
* Added Gemini 2.5 Pro model to GCP Vertex AI Provider (#2079)
* More progress
* Display info about partial reads in chat row (#2080)
* More progress
* Update contributors list (#2023)
docs: update contributors list [skip ci]
Co-authored-by: mrubens <[email protected]>
* More progress
* Handle multiple API pages worth of contributors (#2088)
* Update contributors list (#2089)
docs: update contributors list [skip ci]
Co-authored-by: mrubens <[email protected]>
* Refactor/cline.ts/list files (#2067)
* "Refactor list_files tool to separate module (#2057)"
* Await
---------
Co-authored-by: Matt Rubens <[email protected]>
* Remove switch from tools (#2091)
* HandleError returns a promise
* Remove unnecessary switch from tools
* Fix a type in the listFiles tool (#2092)
* Move write_to_file to a tool file (#2093)
* Move apply_diff to a tool file (#2094)
* Move insert_content to a tool file (#2095)
* Move search_and_replace to a tool file (#2096)
* Move list_code_definition_names to a tool file (#2097)
* Move search_files to a tool file (#2098)
* Move browser_action to a tool file (#2099)
* Move execute_command to a tool file (#2100)
* Move use_mcp_tool and access_mcp_resource to tool files (#2101)
* Move new_task, switch_mode, attempt_completion, and ask_followup_question to tool files (#2102)
* Do a little code cleanup now that tools are refactored out (#2103)
* Clean up the way we compute the current diff strategy (#2049)
* Clean up the way we compute the current diff strategy
* Add changeset
* i18n Add translations for task pinning and unpinning (#2109)
Signed-off-by: feifei <[email protected]>
* Remove the ask promise error (#2107)
* Remove the ask promise error
* Send start_time along with checkpoints and use it to position in the messages
* Link to the settings page from the auto approve toolbar (#2111)
* Link to provider docs from the API options (#2112)
* Revert "Remove the ask promise error" (#2117)
Revert "Remove the ask promise error (#2107)"
This reverts commit 712ca71.
* Parse the retry out of the gemini 429 response (#2118)
* Fix Gemini command escaping (#2120)
* Fix switching profiles to ensure only the selected profile is switche… (#2119)
Fix switching profiles to ensure only the selected profile is switched for all modes, and optimize certain i18n keys.
Signed-off-by: feifei <[email protected]>
* Tweaks to support prompt line number format (#2121)
* Remove the ask promise error (#2123)
* Stronger typing
* Added Gemini 2.5 Pro model to GCP Vertex AI Provider (#2079)
* Display info about partial reads in chat row (#2080)
* Update contributors list (#2023)
docs: update contributors list [skip ci]
Co-authored-by: mrubens <[email protected]>
* Handle multiple API pages worth of contributors (#2088)
* Update contributors list (#2089)
docs: update contributors list [skip ci]
Co-authored-by: mrubens <[email protected]>
* Refactor/cline.ts/list files (#2067)
* "Refactor list_files tool to separate module (#2057)"
* Await
---------
Co-authored-by: Matt Rubens <[email protected]>
* Remove switch from tools (#2091)
* HandleError returns a promise
* Remove unnecessary switch from tools
* Fix a type in the listFiles tool (#2092)
* Move write_to_file to a tool file (#2093)
* Move apply_diff to a tool file (#2094)
* Move insert_content to a tool file (#2095)
* Move search_and_replace to a tool file (#2096)
* Move list_code_definition_names to a tool file (#2097)
* Move search_files to a tool file (#2098)
* Move browser_action to a tool file (#2099)
* Move execute_command to a tool file (#2100)
* Move use_mcp_tool and access_mcp_resource to tool files (#2101)
* Move new_task, switch_mode, attempt_completion, and ask_followup_question to tool files (#2102)
* Do a little code cleanup now that tools are refactored out (#2103)
* Clean up the way we compute the current diff strategy (#2049)
* Clean up the way we compute the current diff strategy
* Add changeset
* i18n Add translations for task pinning and unpinning (#2109)
Signed-off-by: feifei <[email protected]>
* Remove the ask promise error (#2107)
* Remove the ask promise error
* Send start_time along with checkpoints and use it to position in the messages
* Link to the settings page from the auto approve toolbar (#2111)
* Link to provider docs from the API options (#2112)
* Revert "Remove the ask promise error" (#2117)
Revert "Remove the ask promise error (#2107)"
This reverts commit 712ca71.
* Parse the retry out of the gemini 429 response (#2118)
* Fix Gemini command escaping (#2120)
* Fix switching profiles to ensure only the selected profile is switche… (#2119)
Fix switching profiles to ensure only the selected profile is switched for all modes, and optimize certain i18n keys.
Signed-off-by: feifei <[email protected]>
* Tweaks to support prompt line number format (#2121)
* Remove the ask promise error (#2123)
* Pass along pid and ppid
* Revert "Remove the ask promise error" (#2126)
Revert "Remove the ask promise error (#2123)"
This reverts commit b788aa1.
---------
Signed-off-by: feifei <[email protected]>
Co-authored-by: Greg Taylor <[email protected]>
Co-authored-by: Greg Taylor <[email protected]>
Co-authored-by: Hannes Rudolph <[email protected]>
Co-authored-by: Matt Rubens <[email protected]>
Co-authored-by: aheizi <[email protected]>
Co-authored-by: Afshawn Lotfi <[email protected]>
Co-authored-by: Nico Bihan <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bhavesh Ramburn <[email protected]>
Co-authored-by: feifei <[email protected]>1 parent 8ff0f5b commit 4f683b5
File tree
160 files changed
+4869
-5157
lines changed- .changeset
- .github/ISSUE_TEMPLATE
- benchmark
- apps
- cli
- src
- web
- src
- app/api/runs/[id]/stream
- hooks
- packages
- db
- ipc
- scripts
- src
- runner
- src
- types
- src
- e2e
- src/suite
- locales
- ca
- de
- es
- fr
- hi
- it
- ja
- ko
- pl
- pt-BR
- tr
- vi
- zh-CN
- zh-TW
- scripts
- src
- activate
- core
- __tests__
- config
- diff
- prompts/__tests__
- tools
- __tests__
- webview
- __tests__
- exports
- i18n
- locales
- ca
- de
- en
- es
- fr
- hi
- it
- ja
- ko
- pl
- pt-BR
- tr
- vi
- zh-CN
- zh-TW
- schemas
- services/browser
- webview-ui/src
- components
- chat
- common
- settings
- i18n/locales
- ca
- de
- en
- es
- fr
- hi
- it
- ja
- ko
- pl
- pt-BR
- tr
- vi
- zh-CN
- zh-TW
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
160 files changed
+4869
-5157
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments