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
fix(merge): merge PR ericc-ch#119 gpt-5-codex responses API
Merged changes from ericc-ch#119
- Added new /responses endpoint with advanced model support
- Implemented streaming reliability with periodic pings
- Added model-specific configuration system with disk persistence
- Refactored Anthropic API compatibility layer
- Resolved merge conflict in src/start.ts (kept timeout comments)
- 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.
15
+
### Bash tool
16
+
When using the Bash tool, follow these rules:
17
+
- always run_in_background set to false, unless you are running a long-running command (e.g., a server or a watch command).
18
+
### BashOutput tool
19
+
When using the BashOutput tool, follow these rules:
20
+
- Only Bash Tool run_in_background set to true, Use BashOutput to read the output later
21
+
### TodoWrite tool
22
+
When using the TodoWrite tool, follow these rules:
23
+
- Skip using the TodoWrite tool for tasks with three or fewer steps.
24
+
- Do not make single-step todo lists.
25
+
- When you made a todo, update it after having performed one of the sub-tasks that you shared on the todo list.
26
+
## Special user requests
27
+
- 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