mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 19:44:30 -07:00
Agent Skills: Implement Autonomous Activation Tool & Context Injection (#15725)
This commit is contained in:
@@ -18,7 +18,12 @@ import { debugLogger } from './debugLogger.js';
|
||||
|
||||
const MAX_ITEMS = 200;
|
||||
const TRUNCATION_INDICATOR = '...';
|
||||
const DEFAULT_IGNORED_FOLDERS = new Set(['node_modules', '.git', 'dist']);
|
||||
const DEFAULT_IGNORED_FOLDERS = new Set([
|
||||
'node_modules',
|
||||
'.git',
|
||||
'dist',
|
||||
'__pycache__',
|
||||
]);
|
||||
|
||||
// --- Interfaces ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user