@opencode-ai/sdk 0.15.17 → 0.15.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1672,6 +1672,7 @@ export type SessionPromptData = {
1672
1672
  modelID: string;
1673
1673
  };
1674
1674
  agent?: string;
1675
+ noReply?: boolean;
1675
1676
  system?: string;
1676
1677
  tools?: {
1677
1678
  [key: string]: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "0.15.17",
4
+ "version": "0.15.18",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",