@opencode-ai/sdk 0.3.102 → 0.3.104

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.
@@ -542,6 +542,11 @@ export type Config = {
542
542
  type: 'remote';
543
543
  } & McpRemoteConfig);
544
544
  };
545
+ formatter?: {
546
+ [key: string]: {
547
+ disabled?: boolean;
548
+ };
549
+ };
545
550
  /**
546
551
  * Additional instruction files or patterns to include
547
552
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "0.3.102",
4
+ "version": "0.3.104",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./dist/index.js"