Skip to content

Commit 5b9493d

Browse files
committed
say onIdle is legacy
1 parent 75539fd commit 5b9493d

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
@@ -70,7 +70,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
7070
"pruneThinkingBlocks": {
7171
"enabled": false
7272
},
73-
// Run an LLM to analyze what tool calls are no longer relevant on idle
73+
// (Legacy) Run an LLM to analyze what tool calls are no longer relevant on idle
7474
"onIdle": {
7575
"enabled": false,
7676
// Override model for analysis (format: "provider/model")

lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function createDefaultConfig(): void {
326326
"pruneThinkingBlocks": {
327327
"enabled": false
328328
},
329-
// Run an LLM to analyze what tool calls are no longer relevant on idle
329+
// (Legacy) Run an LLM to analyze what tool calls are no longer relevant on idle
330330
"onIdle": {
331331
"enabled": false,
332332
// Override model for analysis (format: "provider/model")

0 commit comments

Comments
 (0)