mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-04 19:45:32 +08:00
Compare commits
2 Commits
opencode-p
...
teemingc-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8de4a2dec | ||
|
|
e3207d9263 |
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@sveltejs/opencode': patch
|
||||
---
|
||||
|
||||
fix: remove restrictive permissions from subagent
|
||||
@@ -81,7 +81,12 @@ export const svelte_plugin: Plugin = async (ctx) => {
|
||||
prompt: agent_data.prompt,
|
||||
description: agent_data.description,
|
||||
permission: {
|
||||
[`${svelte_mcp_name}_*`]: 'allow',
|
||||
bash: 'ask',
|
||||
edit: 'allow',
|
||||
webfetch: 'ask',
|
||||
},
|
||||
tools: {
|
||||
[`${svelte_mcp_name}_*`]: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user