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

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