Skip to content

Commit 5a46bd7

Browse files
authored
Merge pull request #104 from Tarquinen/chore/cleanup-config-comment
Remove redundant tool list from config comment
2 parents c22ccd0 + d524d03 commit 5a46bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function createDefaultConfig(): void {
128128
"pruning_summary": "detailed",
129129
// How often to nudge the AI to prune (every N tool results, 0 = disabled)
130130
"nudge_freq": 10
131-
// Additional tools to protect from pruning (merged with built-in: task, todowrite, todoread, prune, batch)
131+
// Additional tools to protect from pruning
132132
// "protectedTools": ["bash"]
133133
}
134134
`

0 commit comments

Comments
 (0)