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