@opencode-ai/sdk 0.3.131 → 0.3.132
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 +1 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -449,6 +449,7 @@ export type Config = {
|
|
|
449
449
|
theme?: string;
|
|
450
450
|
keybinds?: KeybindsConfig;
|
|
451
451
|
plugin?: Array<string>;
|
|
452
|
+
snapshot?: boolean;
|
|
452
453
|
/**
|
|
453
454
|
* Control sharing behavior:'manual' allows manual sharing via commands, 'auto' enables automatic sharing, 'disabled' disables all sharing
|
|
454
455
|
*/
|