fix(coding-agent): unify source provenance, closes #1734
This commit is contained in:
@@ -333,7 +333,7 @@ export class InteractiveMode {
|
||||
.map((command) => ({
|
||||
type: "warning" as const,
|
||||
message: `Extension command '/${command.name}' conflicts with built-in interactive command. Skipping in autocomplete.`,
|
||||
path: command.extensionPath,
|
||||
path: command.sourceInfo.path,
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user