@opencode-ai/sdk 1.0.185 → 1.0.186

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.
@@ -359,6 +359,7 @@ export declare class Session extends HeyApiClient {
359
359
  directory?: string;
360
360
  providerID?: string;
361
361
  modelID?: string;
362
+ auto?: boolean;
362
363
  }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SessionSummarizeResponses, SessionSummarizeErrors, ThrowOnError, "fields">;
363
364
  /**
364
365
  * Get session messages
@@ -673,6 +673,7 @@ export class Session extends HeyApiClient {
673
673
  { in: "query", key: "directory" },
674
674
  { in: "body", key: "providerID" },
675
675
  { in: "body", key: "modelID" },
676
+ { in: "body", key: "auto" },
676
677
  ],
677
678
  },
678
679
  ]);
@@ -2392,6 +2392,7 @@ export type SessionSummarizeData = {
2392
2392
  body?: {
2393
2393
  providerID: string;
2394
2394
  modelID: string;
2395
+ auto?: boolean;
2395
2396
  };
2396
2397
  path: {
2397
2398
  /**
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": "1.0.185",
4
+ "version": "1.0.186",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",