Reduce collaboration modes to plan/default with legacy aliases

This commit is contained in:
Charles Cunningham
2026-02-02 17:25:33 -08:00
parent fb2df99cf1
commit bacd398f31
34 changed files with 148 additions and 251 deletions

View File

@@ -1264,7 +1264,7 @@
"$ref": "#/definitions/ModeKind"
}
],
"default": "code"
"default": "default"
},
"model_context_window": {
"format": "int64",
@@ -4061,10 +4061,7 @@
"description": "Initial collaboration mode to use when the TUI starts.",
"enum": [
"plan",
"code",
"pair_programming",
"execute",
"custom"
"default"
],
"type": "string"
},