diff options
| author | Aiden Cline <[email protected]> | 2025-11-24 14:32:38 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-24 14:32:38 -0600 |
| commit | a9a2c23736bafda2d316ce7d667772e3cbe36bd5 (patch) | |
| tree | 047cae2c8544e9552ff30f0f2e715de461fae28d /packages/sdk | |
| parent | ccde319937b7ffb84aadd283a260bfe0f98c9bbb (diff) | |
| download | opencode-a9a2c23736bafda2d316ce7d667772e3cbe36bd5.tar.gz opencode-a9a2c23736bafda2d316ce7d667772e3cbe36bd5.zip | |
add autoupdate: notify
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 4 |
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 */ |
