We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54878f5 commit 13b5ac6Copy full SHA for 13b5ac6
1 file changed
src/__tests__/CodexACPAgent/data/auth-with-key.json
@@ -48,24 +48,14 @@
48
"persistExtendedHistory": false
49
}
50
51
-{
52
- "eventType": "notification",
53
- "method": "thread/status/changed",
54
- "params": {
55
- "threadId": "threadId",
56
- "status": {
57
- "type": "idle"
58
- }
59
- },
60
- "jsonrpc": "2.0"
61
-}
62
{
63
"eventType": "response",
64
"thread": "thread",
65
"model": "model",
66
"modelProvider": "openai",
+ "serviceTier": null,
67
"cwd": "cwd",
68
- "approvalPolicy": "on-request",
+ "approvalPolicy": "untrusted",
69
"sandbox": "sandbox",
70
"reasoningEffort": "reasoningEffort"
71
0 commit comments