Skip to content

Commit e27f47d

Browse files
committed
contextLimit readme cleanup
1 parent e30d0fe commit e27f47d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)