summaryrefslogtreecommitdiffhomepage
path: root/packages/core/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'packages/core/src/tools')
-rw-r--r--packages/core/src/tools/truncate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/tools/truncate.ts b/packages/core/src/tools/truncate.ts
index 2204a3f..8c62174 100644
--- a/packages/core/src/tools/truncate.ts
+++ b/packages/core/src/tools/truncate.ts
@@ -8,7 +8,7 @@ import { dirname, join } from "node:path";
// /tmp/dispatch/tool-results/<tabId>/<callId>.txt and the model receives
// HEAD_CHARS from the start + TAIL_CHARS from the end with a notice
// in between. These are deliberate hardcoded defaults — see the design
-// discussion in plan.md for the rationale.
+// discussion in notes/plan.md for the rationale.
export const MAX_CHARS = 10_000;
export const MAX_LINES = 500;