fix(read/edit): make compact line prefix unambiguous for tab-indented files (#613)

This commit is contained in:
Jeevan Mohan Pawar
2026-04-12 18:00:33 +01:00
committed by GitHub
parent 84fcc7f7e0
commit 08cc6f3287
3 changed files with 54 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ export function getEditToolDescription(): string {
function getDefaultEditDescription(): string {
const prefixFormat = isCompactLinePrefixEnabled()
? 'line number + tab'
? 'line number + arrow'
: 'spaces + line number + arrow'
const minimalUniquenessHint =
process.env.USER_TYPE === 'ant'