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
parent ae62bc8b1f
commit 2e434a459a
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