fix(prompt): Make interactive command avoidance conditional (#11225)

This commit is contained in:
Gal Zahavi
2025-10-17 09:07:18 -07:00
committed by GitHub
parent 820e0da896
commit 2820a4ece2
6 changed files with 144 additions and 10 deletions
+1
View File
@@ -38,6 +38,7 @@ export * from './utils/schemaValidator.js';
export * from './utils/errors.js';
export * from './utils/getFolderStructure.js';
export * from './utils/memoryDiscovery.js';
export * from './utils/getPty.js';
export * from './utils/gitIgnoreParser.js';
export * from './utils/gitUtils.js';
export * from './utils/editor.js';