codex: fix env registry protocol CI follow-ups

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-04-15 18:49:18 -07:00
parent e8059b9551
commit bad4132003
33 changed files with 794 additions and 11 deletions

View File

@@ -8,6 +8,13 @@
},
"description": "Remove a file or directory tree from the host filesystem.",
"properties": {
"environmentId": {
"description": "Optional environment selection. Omit to use the default environment.",
"type": [
"string",
"null"
]
},
"force": {
"description": "Whether missing paths should be ignored. Defaults to `true`.",
"type": [