feat: add noReply parameter (#3433)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
Mohammad Alhashemi 2025-10-26 03:56:54 +08:00 committed by GitHub
commit 2e434a459a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 57 additions and 41 deletions

View file

@ -1894,6 +1894,7 @@ export type SessionPromptData = {
modelID: string
}
agent?: string
noReply?: boolean
system?: string
tools?: {
[key: string]: boolean