@unity-china/codely-cli 1.0.0-rc.17 → 1.0.0-rc.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,8 @@ toolName = "run_shell_command"
22
22
  decision = "allow"
23
23
  priority = 70
24
24
  modes = ["plan"]
25
+ allow_redirection = true
26
+ allow_command_substitution = true
25
27
 
26
28
  # --- Read-only tools allowed in plan mode ---
27
29
  [[rule]]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.17",
3
+ "version": "1.0.0-rc.19",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },