Wasm Directoryalpha
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

CasePayloadDescription
modeSession mode selector.
modelModel selector.
thought-levelThought / reasoning level selector.
otherstringUncategorized selector, carrying its raw category string.