@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.
- package/dist/gen/types.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -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
|
*/
|