Merge remote-tracking branch 'origin/main' into hooks-posttooluse-bash-fix

# Conflicts:
#	codex-rs/core/tests/suite/shell_snapshot.rs
#	codex-rs/exec/src/event_processor_with_human_output.rs
#	codex-rs/tui/tests/suite/model_availability_nux.rs
#	codex-rs/tui_app_server/tests/suite/model_availability_nux.rs
This commit is contained in:
Andrei Eternal
2026-03-24 15:08:16 -07:00
313 changed files with 14759 additions and 8876 deletions

View File

@@ -8558,6 +8558,21 @@
},
"type": "object"
},
"MarketplaceLoadErrorInfo": {
"properties": {
"marketplacePath": {
"$ref": "#/definitions/v2/AbsolutePathBuf"
},
"message": {
"type": "string"
}
},
"required": [
"marketplacePath",
"message"
],
"type": "object"
},
"McpAuthStatus": {
"enum": [
"unsupported",
@@ -9516,6 +9531,13 @@
},
"type": "array"
},
"marketplaceLoadErrors": {
"default": [],
"items": {
"$ref": "#/definitions/v2/MarketplaceLoadErrorInfo"
},
"type": "array"
},
"marketplaces": {
"items": {
"$ref": "#/definitions/v2/PluginMarketplaceEntry"