fix(deno): Enable additional Deno permissions for runtime adapters and add local dev settings
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user