@opencode-ai/sdk 1.0.119 → 1.0.120

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.
@@ -930,6 +930,7 @@ export type Config = {
930
930
  plan?: AgentConfig;
931
931
  build?: AgentConfig;
932
932
  general?: AgentConfig;
933
+ explore?: AgentConfig;
933
934
  [key: string]: AgentConfig | undefined;
934
935
  };
935
936
  /**
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": "1.0.119",
4
+ "version": "1.0.120",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",