fix(coding-agent): attach source info to resources and commands, fixes #1734
This commit is contained in:
@@ -184,7 +184,6 @@ export function createTestResourceLoader(): ResourceLoader {
|
||||
getAgentsFiles: () => ({ agentsFiles: [] }),
|
||||
getSystemPrompt: () => undefined,
|
||||
getAppendSystemPrompt: () => [],
|
||||
getPathMetadata: () => new Map(),
|
||||
extendResources: () => {},
|
||||
reload: async () => {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user