diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-17 03:47:33 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-17 03:47:33 +0000 |
| commit | e14e874e513178ac056cec7be5bac4ff5fd842ef (patch) | |
| tree | cb480e9a3d7f7e57611b75b331c86396aaf0dafb /packages/sdk/js/src/v2/gen | |
| parent | 544315dff74beef8f854bb1e658e6f429ad7cfdc (diff) | |
| download | opencode-e14e874e513178ac056cec7be5bac4ff5fd842ef.tar.gz opencode-e14e874e513178ac056cec7be5bac4ff5fd842ef.zip | |
chore: generate
Diffstat (limited to 'packages/sdk/js/src/v2/gen')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index 4ee369421..fd80a51a2 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -1343,6 +1343,9 @@ export type Config = { ignore?: Array<string> } plugin?: Array<string> + /** + * Enable or disable snapshot tracking. When false, filesystem snapshots are not recorded and undoing or reverting will not undo/redo file changes. Defaults to true. + */ snapshot?: boolean /** * Control sharing behavior:'manual' allows manual sharing via commands, 'auto' enables automatic sharing, 'disabled' disables all sharing |
