@opencode-ai/sdk 0.3.104 → 0.3.105

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.
@@ -545,6 +545,11 @@ export type Config = {
545
545
  formatter?: {
546
546
  [key: string]: {
547
547
  disabled?: boolean;
548
+ command?: Array<string>;
549
+ environment?: {
550
+ [key: string]: string;
551
+ };
552
+ extensions?: Array<string>;
548
553
  };
549
554
  };
550
555
  /**
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.104",
4
+ "version": "0.3.105",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./dist/index.js"