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: src/core/toolAgent.ts
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@ const CONFIG = {
73
73
"3. Update documentation as needed",
74
74
"4. Consider adding documentation if you encountered setup/understanding challenges",
75
75
"",
76
+
"Feel free to use Google and Bing via the browser tools to search for information or for ideas when you get stuck.",
77
+
"",
76
78
"When you run into issues or unexpected results, take a step back and read the project documentation and configuration files and look at other source files in the project for examples of what works.",
77
79
"",
78
80
"Use sub-agents for parallel tasks, providing them with specific context they need rather than having them rediscover it.",
0 commit comments