@@ -182,7 +182,7 @@ Each render item supports the following fields:
182182 thinkingBudgetTokens: 4096 ,
183183 thinkingEffort: ' medium' ,
184184 geminiThinkingEnabled: false ,
185- geminiThinkingBudget : 4096 ,
185+ geminiThinkingLevel : ' high ' ,
186186 responsesReasoningEnabled: false ,
187187 responsesReasoningEffort: ' medium' ,
188188 responsesFastMode: false ,
@@ -195,7 +195,6 @@ Each render item supports the following fields:
195195 streamIdleTimeoutSec: 180 ,
196196 systemPromptId: [' default' ],
197197 customHeadersSchemeId: ' default' ,
198- editSimilarityThreshold: 0.75 ,
199198 toolResultTokenLimit: 100000 ,
200199 streamingDisplay: false ,
201200 },
@@ -225,7 +224,7 @@ Available fields under `system`:
225224- ` system.codebase ` : codebase indexing state, including ` indexing ` and ` progress `
226225- ` system.watcher ` : file watcher state, including ` enabled ` and ` fileUpdateNotification `
227226- ` system.clipboard ` : most recent copy feedback, including ` text ` , ` isError ` , ` timestamp `
228- - ` system.profile ` : current profile full configuration, including ` currentName ` , ` baseUrl ` , ` requestMethod ` , ` advancedModel ` , ` basicModel ` , ` maxContextTokens ` , ` maxTokens ` , ` anthropicBeta ` , ` anthropicCacheTTL ` , ` thinkingEnabled ` , ` thinkingType ` , ` thinkingBudgetTokens ` , ` thinkingEffort ` , ` geminiThinkingEnabled ` , ` geminiThinkingBudget ` , ` responsesReasoningEnabled ` , ` responsesReasoningEffort ` , ` responsesFastMode ` , ` responsesVerbosity ` , ` anthropicSpeed ` , ` enablePromptOptimization ` , ` enableAutoCompress ` , ` autoCompressThreshold ` , ` showThinking ` , ` streamIdleTimeoutSec ` , ` systemPromptId ` , ` customHeadersSchemeId ` , ` editSimilarityThreshold ` , ` toolResultTokenLimit ` , ` streamingDisplay ` (excluding ` apiKey ` )
227+ - ` system.profile ` : current profile full configuration, including ` currentName ` , ` baseUrl ` , ` requestMethod ` , ` advancedModel ` , ` basicModel ` , ` maxContextTokens ` , ` maxTokens ` , ` anthropicBeta ` , ` anthropicCacheTTL ` , ` thinkingEnabled ` , ` thinkingType ` , ` thinkingBudgetTokens ` , ` thinkingEffort ` , ` geminiThinkingEnabled ` , ` geminiThinkingLevel ` , ` responsesReasoningEnabled ` , ` responsesReasoningEffort ` , ` responsesFastMode ` , ` responsesVerbosity ` , ` anthropicSpeed ` , ` enablePromptOptimization ` , ` enableAutoCompress ` , ` autoCompressThreshold ` , ` showThinking ` , ` streamIdleTimeoutSec ` , ` systemPromptId ` , ` customHeadersSchemeId ` , ` toolResultTokenLimit ` , ` streamingDisplay ` (excluding ` apiKey ` )
229228- ` system.compression ` : auto-compression state, including ` blockToast `
230229
231230## Example 1: Real Clock Plugin
0 commit comments