summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-24 14:32:38 -0600
committerAiden Cline <[email protected]>2025-11-24 14:32:38 -0600
commita9a2c23736bafda2d316ce7d667772e3cbe36bd5 (patch)
tree047cae2c8544e9552ff30f0f2e715de461fae28d /packages/sdk
parentccde319937b7ffb84aadd283a260bfe0f98c9bbb (diff)
downloadopencode-a9a2c23736bafda2d316ce7d667772e3cbe36bd5.tar.gz
opencode-a9a2c23736bafda2d316ce7d667772e3cbe36bd5.zip
add autoupdate: notify
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index e2e611db1..3ba41cc23 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -1021,9 +1021,9 @@ export type Config = {
*/
autoshare?: boolean
/**
- * Automatically update to the latest version
+ * Automatically update to the latest version. Set to true to auto-update, false to disable, or 'notify' to show update notifications
*/
- autoupdate?: boolean
+ autoupdate?: boolean | "notify"
/**
* Disable providers that are loaded automatically
*/