mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix default extension context filename and update docs (#1024)
This commit is contained in:
committed by
GitHub
parent
1fa41af918
commit
54f0d9d0e5
@@ -566,7 +566,7 @@ describe('loadServerHierarchicalMemory', () => {
|
||||
});
|
||||
|
||||
it('should load extension context file paths', async () => {
|
||||
const extensionFilePath = '/test/extensions/ext1/gemini.md';
|
||||
const extensionFilePath = '/test/extensions/ext1/GEMINI.md';
|
||||
mockFs.access.mockImplementation(async (p) => {
|
||||
if (p === extensionFilePath) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user