mirror of
https://github.com/openai/codex.git
synced 2026-05-02 18:37:01 +00:00
Use transient developer instructions for realtime sessions
This commit is contained in:
@@ -885,7 +885,6 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -3817,7 +3817,6 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -10219,7 +10219,6 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -86,7 +86,6 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
/**
|
||||
* Initial collaboration mode to use when the TUI starts.
|
||||
*/
|
||||
export type ModeKind = "plan" | "realtime" | "default";
|
||||
export type ModeKind = "plan" | "default";
|
||||
|
||||
Reference in New Issue
Block a user