cli: make run non-interactive (#11814)

This commit is contained in:
Dax
2026-02-02 23:35:23 -05:00
committed by GitHub
parent ca8c23dd71
commit 1275c71a63
4 changed files with 368 additions and 188 deletions

View File

@@ -20,6 +20,7 @@
"bin": {
"opencode": "./bin/opencode"
},
"randomField": "this-is-a-random-value-12345",
"exports": {
"./*": "./src/*.ts"
},