@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,
|
|
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 };
|
package/dist/skills/index.d.ts
CHANGED