Rename Codex runtime prompt snapshot directory (#76274)

* test: rename Codex runtime prompt snapshots

* test: refresh prompt snapshots with node24

* test: format prompt snapshot markdown in generator
This commit is contained in:
pashpashpash
2026-05-02 15:34:59 -07:00
committed by GitHub
parent dc005e1bcc
commit bcb2476ae7
12 changed files with 43 additions and 55 deletions

View File

@@ -568,9 +568,7 @@ Full JSON: `codex-dynamic-tools.discord-group.json`
"type": "string"
},
"action": {
"enum": [
"send"
],
"enum": ["send"],
"type": "string"
},
"activityName": {
@@ -938,9 +936,7 @@ Full JSON: `codex-dynamic-tools.discord-group.json`
"type": "string"
}
},
"required": [
"action"
],
"required": ["action"],
"type": "object"
},
"name": "message"

View File

@@ -545,9 +545,7 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`
"type": "string"
},
"action": {
"enum": [
"send"
],
"enum": ["send"],
"type": "string"
},
"activityName": {
@@ -915,9 +913,7 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`
"type": "string"
}
},
"required": [
"action"
],
"required": ["action"],
"type": "object"
},
"name": "message"

View File

@@ -547,9 +547,7 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
"type": "string"
},
"action": {
"enum": [
"send"
],
"enum": ["send"],
"type": "string"
},
"activityName": {
@@ -917,9 +915,7 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
"type": "string"
}
},
"required": [
"action"
],
"required": ["action"],
"type": "object"
},
"name": "message"
@@ -939,21 +935,11 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
"type": "boolean"
},
"outcome": {
"enum": [
"no_change",
"progress",
"done",
"blocked",
"needs_attention"
],
"enum": ["no_change", "progress", "done", "blocked", "needs_attention"],
"type": "string"
},
"priority": {
"enum": [
"low",
"normal",
"high"
],
"enum": ["low", "normal", "high"],
"type": "string"
},
"reason": {
@@ -963,11 +949,7 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
"type": "string"
}
},
"required": [
"outcome",
"notify",
"summary"
],
"required": ["outcome", "notify", "summary"],
"type": "object"
},
"name": "heartbeat_respond"