feat: send arg as prompt and stream to stdout

This commit is contained in:
mitchell 2026-04-15 03:19:43 -04:00
parent ae63c3bb0f
commit 9d970bca49
3 changed files with 60 additions and 1 deletions

View file

@ -8,5 +8,9 @@
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.41",
"ai": "^6.0.161"
}
}