File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,9 @@ DCP uses its own config file:
104104> // Nudge the LLM to use prune tools (every <nudgeFrequency> tool results)
105105> " nudgeEnabled" : true ,
106106> " nudgeFrequency" : 10 ,
107- > // When session tokens exceed this limit, the model is encouraged to compress context. Set to "model" to use full model context limit.
107+ > // Token limit at which the model begins actively compressing session context.
108+ // Best kept around 40% of the model's context window to stay in the "smart zone".
109+ // Set to "model" to use the model's full context window size.
108110> " contextLimit" : 100000 ,
109111> // Additional tools to protect from pruning
110112> " protectedTools" : [],
@@ -150,10 +152,13 @@ DCP uses its own config file:
150152> " protectedTools" : [],
151153> },
152154> },
155+ >
153156> }
157+ >
154158> ` ` `
155159>
156160> </details>
161+ > ` ` `
157162
158163### Commands
159164
You can’t perform that action at this time.
0 commit comments