Fix backwards-compatibility for allowedTools -> tools.allowed (#7384)

This commit is contained in:
Andrew Garrett
2025-08-30 01:59:20 +10:00
committed by GitHub
parent 2a0e69d833
commit c9e1265de0
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ const MIGRATION_MAP: Record<string, string> = {
fileFiltering: 'context.fileFiltering',
sandbox: 'tools.sandbox',
shouldUseNodePtyShell: 'tools.usePty',
allowedTools: 'tools.allowed',
coreTools: 'tools.core',
excludeTools: 'tools.exclude',
toolDiscoveryCommand: 'tools.discoveryCommand',