Fix default extension context filename and update docs (#1024)

This commit is contained in:
Tommaso Sciortino
2025-06-13 13:57:00 -07:00
committed by GitHub
parent 1fa41af918
commit 54f0d9d0e5
7 changed files with 125 additions and 101 deletions

View File

@@ -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;