We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520370c commit f4ae605Copy full SHA for f4ae605
2 files changed
README.md
@@ -77,7 +77,7 @@ DCP uses its own config file:
77
"enabled": true,
78
// Additional tools to protect from pruning
79
"protectedTools": [],
80
- // Protect tools from pruning for N turns after they are called
+ // Protect from pruning for <turn protection> message turns
81
"turnProtection": {
82
"enabled": false,
83
"turns": 4
lib/config.ts
@@ -362,7 +362,7 @@ function createDefaultConfig(): void {
362
\"enabled\": true,
363
364
\"protectedTools\": [],
365
366
\"turnProtection\": {
367
\"enabled\": false,
368
\"turns\": 4
0 commit comments