Merge remote-tracking branch 'origin/master' into worktree/pr348-retarget-latest-master

This commit is contained in:
Tianyi Cui
2026-07-23 23:13:43 +08:00
9 changed files with 67 additions and 12 deletions

View File

@@ -532,6 +532,8 @@ export interface Config {
thinking?: 'enabled' | 'disabled'
/** Thinking effort (only meaningful with thinking enabled). */
reasoningEffort?: 'high' | 'max'
/** Positive context capacity used when the selected model has no exact value. */
defaultContextWindow?: number
/** Advisory models shown by discovery consumers; defaults to V4 Flash and V4 Pro. */
models?: DeepSeekCatalogModel[]
/** Maximum provider idle time while one stream read is outstanding (default five minutes). */