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
1.fix claude code 2.0.28 warmup request consume premium request, forcing small model if no tools are used
2.add bun idleTimeout = 0
3.feat: Compatible with Claude code JSONL file usage error scenarios, delay closeBlockIfOpen and map responses api to anthropic support tool_use and fix spelling errors
4.feat: add configuration management with extra prompt handling and ensure config file creation
- You have access to many tools. If a tool exists to perform a specific task, you MUST use that tool instead of running a terminal command to perform that task.
16
+
### Bash tool
17
+
When using the Bash tool, follow these rules:
18
+
- always run_in_background set to false, unless you are running a long-running command (e.g., a server or a watch command).
19
+
### BashOutput tool
20
+
When using the BashOutput tool, follow these rules:
21
+
- Only Bash Tool run_in_background set to true, Use BashOutput to read the output later
22
+
### TodoWrite tool
23
+
When using the TodoWrite tool, follow these rules:
24
+
- Skip using the TodoWrite tool for tasks with three or fewer steps.
25
+
- Do not make single-step todo lists.
26
+
- When you made a todo, update it after having performed one of the sub-tasks that you shared on the todo list.
27
+
## Special user requests
28
+
- If the user makes a simple request (such as asking for the time) which you can fulfill by running a terminal command (such as 'date'), you should do so.
- You have access to many tools. If a tool exists to perform a specific task, you MUST use that tool instead of running a terminal command to perform that task.
288
-
### Bash tool
289
-
When using the Bash tool, follow these rules:
290
-
- always run_in_background set to false, unless you are running a long-running command (e.g., a server or a watch command).
291
-
### BashOutput tool
292
-
When using the BashOutput tool, follow these rules:
293
-
- Only Bash Tool run_in_background set to true, Use BashOutput to read the output later
294
-
### TodoWrite tool
295
-
When using the TodoWrite tool, follow these rules:
296
-
- Skip using the TodoWrite tool for tasks with three or fewer steps.
297
-
- Do not make single-step todo lists.
298
-
- When you made a todo, update it after having performed one of the sub-tasks that you shared on the todo list.
299
-
## Special user requests
300
-
- If the user makes a simple request (such as asking for the time) which you can fulfill by running a terminal command (such as ''date''), you should do so.`
0 commit comments