Skip to content

Commit 7d7dd29

Browse files
authored
Merge pull request #363 from Opencode-DCP/dev
readme cleanup
2 parents c80b3f8 + e1c934a commit 7d7dd29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ 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-
> // Token limit at which the model begins actively
108-
> // compressing session context to keep the model in the "smart zone"
107+
> // Token limit at which the model compresses session context
108+
> // to keep the model in the "smart zone" (not a hard limit)
109109
> // Accepts: number or "X%" (percentage of model's context window)
110110
> "contextLimit": 100000,
111111
> // Additional tools to protect from pruning

0 commit comments

Comments
 (0)