feat: enable permission-aware subagents

This commit is contained in:
叶林立
2026-08-26 10:49:26 +08:00
parent d3bf562189
commit 7571ba6dd9
185 changed files with 48365 additions and 26 deletions
+9
View File
@@ -0,0 +1,9 @@
---
description: "tools:none => zero built-ins; loaded extension tools still surface."
extensions: "./ext-alpha.mjs, ./ext-beta.mjs"
tools: none
expect_tools_present: "alpha_read, alpha_write, beta_tool"
expect_tools_absent: "read, bash, edit, write, grep, find, ls"
---
e2e template: `tools: none` yields zero built-ins. With extensions loaded and no
ext: selector, all extension tools still surface — only the built-ins are dropped.