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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ You can use AgentAPI:
55
55
Run an HTTP server that lets you control an agent. If you'd like to start an agent with additional arguments, pass the full agent command after the `--` flag.
56
56
57
57
> [!NOTE]
58
-
> When using Codex, make sure to explicitly specify the agent type (for example, `agentapi server --codex`) after the `--` flag when starting the server.
58
+
> When using Codex, always specify the agent type explicitly (`agentapi server --type=codex -- codex`), or message formatting may break.
59
59
60
60
```bash
61
61
agentapi server -- claude --allowedTools "Bash(git*) Edit Replace"
0 commit comments