@opencode-ai/sdk 1.0.108 → 1.0.109

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.
@@ -880,9 +880,9 @@ export type Config = {
880
880
  */
881
881
  autoshare?: boolean;
882
882
  /**
883
- * Automatically update to the latest version
883
+ * Automatically update to the latest version. Set to true to auto-update, false to disable, or 'notify' to show update notifications
884
884
  */
885
- autoupdate?: boolean;
885
+ autoupdate?: boolean | "notify";
886
886
  /**
887
887
  * Disable providers that are loaded automatically
888
888
  */
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.108",
4
+ "version": "1.0.109",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",