@bluecopa/harness 2.0.1-snapshot.2 → 2.0.1-snapshot.4

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.
@@ -144,4 +144,4 @@ type AnyTool = Tool<any, any>;
144
144
 
145
145
  type ModelFactory = (modelId: string) => LanguageModel;
146
146
 
147
- export type { AnyTool as A, BashOptions as B, GlobOptions as G, ModelFactory as M, ReadOptions as R, ToolProvider as T, WebFetchOptions as W, ToolResult as a, ToolResultArtifact as b, ActionType as c, BatchOp as d, BatchResult as e, GrepOptions as f, TextEditorRequest as g, ThreadStatus as h, ToolProviderCapabilities as i };
147
+ export type { AnyTool as A, BashOptions as B, GlobOptions as G, ModelFactory as M, ReadOptions as R, ToolProvider as T, WebFetchOptions as W, ToolResult as a, ToolResultArtifact as b, ToolProviderCapabilities as c, GrepOptions as d, BatchOp as e, BatchResult as f, ActionType as g, TextEditorRequest as h, ThreadStatus as i };
@@ -1,4 +1,4 @@
1
- import { T as ToolProvider, M as ModelFactory } from '../shared-types-vZuVoy_H.js';
1
+ import { T as ToolProvider, M as ModelFactory } from '../shared-types-D89hqST8.js';
2
2
  import { HarnessTelemetry } from '../observability/otel.js';
3
3
  import 'ai';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluecopa/harness",
3
- "version": "2.0.1-snapshot.2",
3
+ "version": "2.0.1-snapshot.4",
4
4
  "description": "Provider-agnostic TypeScript agent framework",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",