We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1733656 commit e4de8f8Copy full SHA for e4de8f8
1 file changed
src/tools/codebase/codebase-map.ts
@@ -318,7 +318,7 @@ export const map = defineTool({
318
const steps = reductionsApplied.join(' → ');
319
response.appendResponseLine(
320
`Output exceeded token limit. Compression applied: ${steps}. ` +
321
- 'Use the returned map to navigate from here, or use file_read with a specific folder/file for full detail.\n',
+ 'Use the returned map to navigate from here, or use file_read with a specific file for full details.\n',
322
);
323
}
324
0 commit comments