Skip to content

Commit d8ee5f2

Browse files
fix: update test snapshots
1 parent 734c8fa commit d8ee5f2

7 files changed

Lines changed: 15 additions & 3 deletions

src/__tests__/CodexACPAgent/data/elicitation-tool-approval-all-persist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sessionId": "test-session-id",
66
"toolCall": {
77
"toolCallId": "elicitation-tool-server",
8-
"kind": "other",
8+
"kind": "execute",
99
"status": "pending",
1010
"content": [
1111
{

src/__tests__/CodexACPAgent/data/elicitation-tool-approval-no-persist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sessionId": "test-session-id",
66
"toolCall": {
77
"toolCallId": "elicitation-tool-server",
8-
"kind": "other",
8+
"kind": "execute",
99
"status": "pending",
1010
"content": [
1111
{

src/__tests__/CodexACPAgent/data/elicitation-tool-approval-session-only.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sessionId": "test-session-id",
66
"toolCall": {
77
"toolCallId": "elicitation-tool-server",
8-
"kind": "other",
8+
"kind": "execute",
99
"status": "pending",
1010
"content": [
1111
{

src/__tests__/CodexACPAgent/data/load-session-history.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@
163163
"server": "github",
164164
"tool": "search",
165165
"arguments": {}
166+
},
167+
"_meta": {
168+
"is_mcp_tool_call": true
166169
}
167170
}
168171
}

src/__tests__/CodexACPAgent/data/mcp-tool-completed-with-logs.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
"start_line": 1,
6565
"max_lines": 200
6666
}
67+
},
68+
"_meta": {
69+
"is_mcp_tool_call": true
6770
}
6871
}
6972
}

src/__tests__/CodexACPAgent/data/mcp-tool-in-progress.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"arguments": {
1616
"argument": "example"
1717
}
18+
},
19+
"_meta": {
20+
"is_mcp_tool_call": true
1821
}
1922
}
2023
}

src/__tests__/CodexACPAgent/data/mcp-tool-repeated-progress.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
"arguments": {
7676
"argument": "example"
7777
}
78+
},
79+
"_meta": {
80+
"is_mcp_tool_call": true
7881
}
7982
}
8083
}

0 commit comments

Comments
 (0)