Skip to content

Commit c1c99c7

Browse files
author
opencode
committed
Release v0.3.104
1 parent 04e3e83 commit c1c99c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/sdk/js/src/gen/types.gen.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,11 @@ export type Config = {
590590
type: 'remote';
591591
} & McpRemoteConfig);
592592
};
593+
formatter?: {
594+
[key: string]: {
595+
disabled?: boolean;
596+
};
597+
};
593598
/**
594599
* Additional instruction files or patterns to include
595600
*/

0 commit comments

Comments
 (0)