⚙️ Config v1.3.9
v1.3.9
-
Fixed
summarization.triggerschema to match documented and runtime-supported types- Previously only accepted
token_count(which silently never fired at runtime) - Now correctly accepts
token_ratio,remaining_tokens, andmessages_to_refinevia a discriminated union token_ratiovalue constrained to 0–1, other types require positive integers
- Previously only accepted
-
Added
thinkingDisplayparameter for Anthropic models- Controls whether reasoning content is returned in responses for Claude Opus 4.7+ (which omits thinking by default)
- Options:
"auto"(default),"summarized","omitted" - Available on
anthropicandbedrock(Anthropic models) endpoints
-
Added
xhighto Anthropic effort levelseffortfield now accepts"","low","medium","high","xhigh","max"
-
Added Claude Opus 4.7 to default model lists
claude-opus-4-7for Anthropicanthropic.claude-opus-4-7for Bedrock
-
Added
text/x-markdownMIME type alias- Maps to
text/markdownfor consistent file handling
- Maps to