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
"Expert code editor that implements code changes based on the user's request. Do not specify an input prompt for this agent; it inherits the context of the entire conversation with the user. Make sure to read any files intended to be edited before spawning this agent as it cannot read files on its own.",
@@ -60,10 +65,9 @@ OR for new files or major rewrites:
60
65
}
61
66
</codebuff_tool_call>
62
67
63
-
${
64
-
model==='gpt-5'||model==='glm'
65
-
? ''
66
-
: `Before you start writing your implementation, you should use <think> tags to think about the best way to implement the changes.
68
+
${model==='gpt-5'||model==='glm'
69
+
? ''
70
+
: `Before you start writing your implementation, you should use <think> tags to think about the best way to implement the changes.
67
71
68
72
You can also use <think> tags interspersed between tool calls to think about the best way to implement the changes.
69
73
@@ -90,7 +94,7 @@ You can also use <think> tags interspersed between tool calls to think about the
0 commit comments