Variant
session-config-option-category
Semantic category for a configuration option. Clients use this to place the selector and bind shortcuts; it MUST NOT be required for correctness, and clients MUST handle unknown categories gracefully.
variant session-config-option-category {
mode,
model,
thought-level,
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| mode | — | Session mode selector. |
| model | — | Model selector. |
| thought-level | — | Thought / reasoning level selector. |
| other | string | Uncategorized selector, carrying its raw category string. |