@bifrost-ai/engine-claude-code 0.1.1-build.1784591073355 → 0.1.1-build.1784656950996
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.
- package/dist/index.d.mts +0 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Engine, EngineContext, EngineResult, ToolkitModuleRef } from "@bifrost-ai/engine";
|
|
2
2
|
import { McpSdkServerConfigWithInstance } from "@anthropic-ai/claude-agent-sdk";
|
|
3
|
-
|
|
4
3
|
//#region src/claude-code-engine.d.ts
|
|
5
4
|
type ToolkitConstructor = (context: EngineContext) => McpSdkServerConfigWithInstance;
|
|
6
5
|
type RegisteredToolkit = ToolkitModuleRef | McpSdkServerConfigWithInstance | ToolkitConstructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifrost-ai/engine-claude-code",
|
|
3
|
-
"version": "0.1.1-build.
|
|
3
|
+
"version": "0.1.1-build.1784656950996",
|
|
4
4
|
"description": "Claude Code Agent SDK engine for Bifrost orchestrator v2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@anthropic-ai/claude-agent-sdk": "^0.3.150",
|
|
19
|
-
"@bifrost-ai/engine": "0.1.1-build.
|
|
19
|
+
"@bifrost-ai/engine": "0.1.1-build.1784656950996",
|
|
20
20
|
"debug": "^4.4.0",
|
|
21
21
|
"zod": "^4.4.3"
|
|
22
22
|
},
|