Skip to content

Commit f4ae605

Browse files
committed
Update turn protection comments for clarity
1 parent 520370c commit f4ae605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ DCP uses its own config file:
7777
"enabled": true,
7878
// Additional tools to protect from pruning
7979
"protectedTools": [],
80-
// Protect tools from pruning for N turns after they are called
80+
// Protect from pruning for <turn protection> message turns
8181
"turnProtection": {
8282
"enabled": false,
8383
"turns": 4

lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ function createDefaultConfig(): void {
362362
\"enabled\": true,
363363
// Additional tools to protect from pruning
364364
\"protectedTools\": [],
365-
// Protect tools from pruning for N turns after they are called
365+
// Protect from pruning for <turn protection> message turns
366366
\"turnProtection\": {
367367
\"enabled\": false,
368368
\"turns\": 4

0 commit comments

Comments
 (0)