Add extensions logging (#11261)

This commit is contained in:
christine betts
2025-10-21 16:55:16 -04:00
committed by GitHub
parent e9e80b054d
commit c6a59896f3
16 changed files with 230 additions and 65 deletions
+12
View File
@@ -603,6 +603,7 @@ describe('Hierarchical Memory Loading (config.ts) - Placeholder Suite', () => {
{
path: '/path/to/ext1',
name: 'ext1',
id: 'ext1-id',
version: '1.0.0',
contextFiles: ['/path/to/ext1/GEMINI.md'],
isActive: true,
@@ -610,6 +611,7 @@ describe('Hierarchical Memory Loading (config.ts) - Placeholder Suite', () => {
{
path: '/path/to/ext2',
name: 'ext2',
id: 'ext2-id',
version: '1.0.0',
contextFiles: [],
isActive: true,
@@ -617,6 +619,7 @@ describe('Hierarchical Memory Loading (config.ts) - Placeholder Suite', () => {
{
path: '/path/to/ext3',
name: 'ext3',
id: 'ext3-id',
version: '1.0.0',
contextFiles: [
'/path/to/ext3/context1.md',
@@ -690,6 +693,8 @@ describe('mergeMcpServers', () => {
{
path: '/path/to/ext1',
name: 'ext1',
id: 'ext1-id',
version: '1.0.0',
mcpServers: {
'ext1-server': {
@@ -730,6 +735,7 @@ describe('mergeExcludeTools', () => {
{
path: '/path/to/ext1',
name: 'ext1',
id: 'ext1-id',
version: '1.0.0',
excludeTools: ['tool3', 'tool4'],
contextFiles: [],
@@ -738,6 +744,7 @@ describe('mergeExcludeTools', () => {
{
path: '/path/to/ext2',
name: 'ext2',
id: 'ext2-id',
version: '1.0.0',
excludeTools: ['tool5'],
contextFiles: [],
@@ -764,6 +771,7 @@ describe('mergeExcludeTools', () => {
{
path: '/path/to/ext1',
name: 'ext1',
id: 'ext1-id',
version: '1.0.0',
excludeTools: ['tool2', 'tool3'],
contextFiles: [],
@@ -790,6 +798,7 @@ describe('mergeExcludeTools', () => {
{
path: '/path/to/ext1',
name: 'ext1',
id: 'ext1-id',
version: '1.0.0',
excludeTools: ['tool2', 'tool3'],
contextFiles: [],
@@ -798,6 +807,7 @@ describe('mergeExcludeTools', () => {
{
path: '/path/to/ext2',
name: 'ext2',
id: 'ext2-id',
version: '1.0.0',
excludeTools: ['tool3', 'tool4'],
contextFiles: [],
@@ -871,6 +881,7 @@ describe('mergeExcludeTools', () => {
{
path: '/path/to/ext',
name: 'ext1',
id: 'ext1-id',
version: '1.0.0',
excludeTools: ['tool1', 'tool2'],
contextFiles: [],
@@ -897,6 +908,7 @@ describe('mergeExcludeTools', () => {
{
path: '/path/to/ext',
name: 'ext1',
id: 'ext1-id',
version: '1.0.0',
excludeTools: ['tool2'],
contextFiles: [],