Add base64 input for eval command (#340)

* Add base64 input for eval command

Adds -b/--base64 flag to decode script from base64, avoiding shell escaping issues for AI agents.

* Document base64 eval in SKILL.md
This commit is contained in:
Chris Tate
2026-02-02 18:52:43 -06:00
committed by GitHub
parent bdf674a27e
commit 9c45f82193
5 changed files with 92 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ license = "Apache-2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "5.0"
base64 = "0.22"
[target.'cfg(unix)'.dependencies]
libc = "0.2"