Skip to content

Commit e4de8f8

Browse files
committed
fix(codebase): correct wording in output message for file detail navigation
1 parent 1733656 commit e4de8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/codebase/codebase-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ export const map = defineTool({
318318
const steps = reductionsApplied.join(' → ');
319319
response.appendResponseLine(
320320
`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',
321+
'Use the returned map to navigate from here, or use file_read with a specific file for full details.\n',
322322
);
323323
}
324324

0 commit comments

Comments
 (0)