mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
Restack context fragment standardization
Reapply the standardized model-visible context fragment work on top of the latest origin/main as a clean squashed restack. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -8938,6 +8938,7 @@
|
||||
]
|
||||
},
|
||||
"developerInstructions": {
|
||||
"description": "Custom developer override for this thread session. Takes precedence over `~/.codex/config.toml` `developer_instructions`.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
@@ -10024,7 +10025,7 @@
|
||||
},
|
||||
"ThreadResumeParams": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"description": "There are three ways to resume a thread: 1. By thread_id: load the thread from disk by thread_id and resume it. 2. By history: instantiate the thread from memory and resume it. 3. By path: load the thread from disk by path and resume it.\n\nThe precedence is: history > path > thread_id. If using history or path, the thread_id param will be ignored.\n\nPrefer using thread_id whenever possible.",
|
||||
"description": "There are three ways to resume a thread: 1. By thread_id: load the thread from disk by thread_id and resume it. 2. By history: instantiate the thread from memory and resume it. 3. By path: load the thread from disk by path and resume it.\n\nThe precedence is: history > path > thread_id. If using history or path, the thread_id param will be ignored.\n\nPrefer using thread_id whenever possible.\n\nWhen resuming a thread that is already loaded/running, override fields are ignored and reported as mismatch warnings rather than being reapplied mid-session.",
|
||||
"properties": {
|
||||
"approvalPolicy": {
|
||||
"anyOf": [
|
||||
@@ -10056,6 +10057,7 @@
|
||||
]
|
||||
},
|
||||
"developerInstructions": {
|
||||
"description": "Custom developer override for this thread session. Takes precedence over `~/.codex/config.toml` `developer_instructions`.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
@@ -10289,6 +10291,7 @@
|
||||
]
|
||||
},
|
||||
"developerInstructions": {
|
||||
"description": "Custom developer override for this thread session. Takes precedence over `~/.codex/config.toml` `developer_instructions`.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
|
||||
Reference in New Issue
Block a user