SIGN IN SIGN UP

fix: guard against non-string input.arguments in OpenCode plugin (#557)

Wrap input.arguments with String() before calling .trim(), matching
the defensive pattern already used in the pi-extension (index.js:90).
Prevents TypeError if the host passes a non-string truthy value.

Fixes #553.

Co-authored-by: Emeriko <dietrich.gebert@gmail.com>
G
guyoron1 committed
fee48ca59a61060088cb993242d91d5b967653fa
Parent: 8555a0a
Committed by GitHub <noreply@github.com> on 7/9/2026, 3:52:22 PM