fix(coding-agent): attach source info to resources and commands, fixes #1734
This commit is contained in:
@@ -53,7 +53,6 @@ const resourceLoader: ResourceLoader = {
|
||||
getSystemPrompt: () => `You are a minimal assistant.
|
||||
Available: read, bash. Be concise.`,
|
||||
getAppendSystemPrompt: () => [],
|
||||
getPathMetadata: () => new Map(),
|
||||
extendResources: () => {},
|
||||
reload: async () => {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user