fix(deno): Enable additional Deno permissions for runtime adapters and add local dev settings

This commit is contained in:
2025-10-10 16:55:48 +00:00
parent ecf11efb4c
commit 054cbb6b3c
3 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-10-10 - 2.4.2 - fix(deno)
Enable additional Deno permissions for runtime adapters and add local dev settings
- Add --allow-sys, --allow-import and --node-modules-dir to the default Deno permission set used by the Deno runtime adapter
- Include the new permission flags in the fallback permissions array when constructing Deno command args
- Add .claude/settings.local.json to capture local development permissions and helper commands
## 2025-10-10 - 2.4.1 - fix(runtime/deno)
Enable Deno runtime tests by adding required permissions and local settings