Compare commits

..

2 Commits

Author SHA1 Message Date
Tee Ming
e8de4a2dec Apply suggestion from @paoloricciuti
Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com>
2026-05-16 03:20:42 +08:00
Tee Ming
e3207d9263 Update 10-skills.md 2026-05-16 02:22:21 +08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/opencode': patch
---
fix: remove restrictive permissions from subagent

View File

@@ -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,
},
};