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
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with Roo Code's prompts.",
128
+
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with ModelHarbor Agent's prompts.",
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with Roo Code's prompts.",
159
+
"Please check the LM Studio developer logs to debug what went wrong. You may need to load the model with a larger context length to work with ModelHarbor Agent's prompts.",
Copy file name to clipboardExpand all lines: src/core/diff/strategies/__tests__/multi-search-replace.test.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1847,12 +1847,12 @@ function sum(a, b) {
1847
1847
1848
1848
it("should match content with smart quotes",async()=>{
1849
1849
constoriginalContent=
1850
-
"**Enjoy Roo Code!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!"
1850
+
"**Enjoy ModelHarbor Agent!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!"
1851
1851
constdiffContent=`test.ts
1852
1852
<<<<<<< SEARCH
1853
-
**Enjoy Roo Code!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!
1853
+
**Enjoy ModelHarbor Agent!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!
1854
1854
=======
1855
-
**Enjoy Roo Code!** Whether you keep it on a short leash or let it roam autonomously, we can't wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!
1855
+
**Enjoy ModelHarbor Agent!** Whether you keep it on a short leash or let it roam autonomously, we can't wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!
1856
1856
1857
1857
You're still here?
1858
1858
>>>>>>> REPLACE`
@@ -1861,7 +1861,7 @@ You're still here?
1861
1861
expect(result.success).toBe(true)
1862
1862
if(result.success){
1863
1863
expect(result.content).toBe(
1864
-
"**Enjoy Roo Code!** Whether you keep it on a short leash or let it roam autonomously, we can't wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!\n\nYou're still here?",
1864
+
"**Enjoy ModelHarbor Agent!** Whether you keep it on a short leash or let it roam autonomously, we can't wait to see what you build. If you have questions or feature ideas, drop by our [Facebook](https://www.facebook.com/modelharbor/) or [X](https://x.com/modelharbor). Happy coding!\n\nYou're still here?",
Copy file name to clipboardExpand all lines: src/i18n/locales/ca/tools.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"definitionsOnly": " (només definicions)",
5
5
"maxLines": " (màxim {{max}} línies)"
6
6
},
7
-
"toolRepetitionLimitReached": "Roo sembla estar atrapat en un bucle, intentant la mateixa acció ({{toolName}}) repetidament. Això podria indicar un problema amb la seva estratègia actual. Considera reformular la tasca, proporcionar instruccions més específiques o guiar-lo cap a un enfocament diferent.",
7
+
"toolRepetitionLimitReached": "ModelHarbor Agent sembla estar atrapat en un bucle, intentant la mateixa acció ({{toolName}}) repetidament. Això podria indicar un problema amb la seva estratègia actual. Considera reformular la tasca, proporcionar instruccions més específiques o guiar-lo cap a un enfocament diferent.",
8
8
"codebaseSearch": {
9
9
"approval": "Cercant '{{query}}' a la base de codi..."
0 commit comments