mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Merge remote-tracking branch 'origin/main' into goal-mode-1-state
This commit is contained in:
@@ -335,6 +335,9 @@
|
||||
"apply_patch_freeform": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"apply_patch_streaming_events": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"apps": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -676,6 +679,14 @@
|
||||
]
|
||||
},
|
||||
"FilesystemPermissionsToml": {
|
||||
"properties": {
|
||||
"glob_scan_max_depth": {
|
||||
"description": "Optional maximum depth for expanding unreadable glob patterns on platforms that snapshot glob matches before sandbox startup.",
|
||||
"format": "uint",
|
||||
"minimum": 1.0,
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ForcedLoginMethod": {
|
||||
@@ -782,6 +793,11 @@
|
||||
"MarketplaceConfig": {
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"last_revision": {
|
||||
"default": null,
|
||||
"description": "Git revision Codex last successfully activated for this marketplace.",
|
||||
"type": "string"
|
||||
},
|
||||
"last_updated": {
|
||||
"default": null,
|
||||
"description": "Last time Codex successfully added or refreshed this marketplace.",
|
||||
@@ -858,7 +874,8 @@
|
||||
"max_raw_memories_for_consolidation": {
|
||||
"description": "Maximum number of recent raw memories retained for global consolidation.",
|
||||
"format": "uint",
|
||||
"minimum": 0.0,
|
||||
"maximum": 4096.0,
|
||||
"minimum": 1.0,
|
||||
"type": "integer"
|
||||
},
|
||||
"max_rollout_age_days": {
|
||||
@@ -869,7 +886,8 @@
|
||||
"max_rollouts_per_startup": {
|
||||
"description": "Maximum number of rollout candidates processed per pass.",
|
||||
"format": "uint",
|
||||
"minimum": 0.0,
|
||||
"maximum": 128.0,
|
||||
"minimum": 1.0,
|
||||
"type": "integer"
|
||||
},
|
||||
"max_unused_days": {
|
||||
@@ -1459,6 +1477,14 @@
|
||||
"default": null,
|
||||
"type": "string"
|
||||
},
|
||||
"default_tools_approval_mode": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/AppToolApproval"
|
||||
}
|
||||
],
|
||||
"default": null
|
||||
},
|
||||
"disabled_tools": {
|
||||
"default": null,
|
||||
"items": {
|
||||
@@ -1498,6 +1524,10 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"experimental_environment": {
|
||||
"default": null,
|
||||
"type": "string"
|
||||
},
|
||||
"http_headers": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
@@ -2201,6 +2231,9 @@
|
||||
"apply_patch_freeform": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"apply_patch_streaming_events": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"apps": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user