got rid of experimental_mode for configtoml (#12077)

This commit is contained in:
won-openai
2026-02-17 21:10:30 -08:00
committed by GitHub
parent 486e60bb55
commit 189f592014
5 changed files with 3 additions and 36 deletions

View File

@@ -511,14 +511,6 @@
},
"type": "object"
},
"ModeKind": {
"description": "Initial collaboration mode to use when the TUI starts.",
"enum": [
"plan",
"default"
],
"type": "string"
},
"ModelProviderInfo": {
"additionalProperties": false,
"description": "Serializable representation of a provider definition.",
@@ -1161,15 +1153,6 @@
"description": "Enable animations (welcome screen, shimmer effects, spinners). Defaults to `true`.",
"type": "boolean"
},
"experimental_mode": {
"allOf": [
{
"$ref": "#/definitions/ModeKind"
}
],
"default": null,
"description": "Start the TUI in the specified collaboration mode (plan/default). Defaults to unset."
},
"notification_method": {
"allOf": [
{