You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Roo Cline Changelog
2
2
3
+
## [2.1.15]
4
+
5
+
- Incorporate dbasclpy's [PR](https://github.com/RooVetGit/Roo-Cline/pull/54) to add support for gemini-exp-1206
6
+
- Make it clear that diff editing is very experimental
7
+
3
8
## [2.1.14]
4
9
5
10
- Fix bug where diffs were not being applied correctly and try Aider's [unified diff prompt](https://github.com/Aider-AI/aider/blob/3995accd0ca71cea90ef76d516837f8c2731b9fe/aider/coders/udiff_prompts.py#L75-L105)
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ A fork of Cline, an autonomous coding agent, with some added experimental config
4
4
- Auto-approval capabilities for commands, write, and browser operations
5
5
- Support for .clinerules per-project custom instructions
6
6
- Ability to run side-by-side with Cline
7
+
- Code is unit-tested
7
8
- Support for playing sound effects
8
9
- Support for OpenRouter compression
9
-
- Support for editing through diffs
10
+
- Support for editing through diffs (very experimental)
11
+
- Support for gemini-exp-1206
10
12
11
13
Here's an example of Roo-Cline autonomously creating a snake game with "Always approve write operations" and "Always approve browser actions" turned on:
// If the previous API request's total token usage is close to the context window, truncate the conversation history to free up space for the new request
"Content appears to be truncated. Found comments indicating omitted code (e.g., '// rest of code unchanged', '/* previous code */'). Please provide the complete file content without any omissions if possible, or otherwise use the 'apply_diff' tool to apply the diff to the original file."
0 commit comments