aai-gateway 1.1.11 → 1.1.12
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/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { n as createGatewayServer } from "./server-
|
|
2
|
+
import { n as createGatewayServer } from "./server-DcmT3BXZ.js";
|
|
3
3
|
import { o as AAI_GATEWAY_VERSION, s as logger } from "./acp-DsT7roj3.js";
|
|
4
4
|
//#region src/cli.ts
|
|
5
5
|
async function main() {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as GuideService, c as getSkillExecutor, d as getMcpExecutor, i as ImportService, l as AppRegistry, n as createGatewayServer, o as ExecutionCoordinator, r as Gateway, s as SkillExecutor, t as AaiGatewayServer, u as McpExecutor } from "./server-
|
|
1
|
+
import { a as GuideService, c as getSkillExecutor, d as getMcpExecutor, i as ImportService, l as AppRegistry, n as createGatewayServer, o as ExecutionCoordinator, r as Gateway, s as SkillExecutor, t as AaiGatewayServer, u as McpExecutor } from "./server-DcmT3BXZ.js";
|
|
2
2
|
import { t as AaiError } from "./errors-C3N_hrpx.js";
|
|
3
3
|
import { n as getAcpExecutor, s as logger, t as AcpExecutor } from "./acp-DsT7roj3.js";
|
|
4
4
|
import { a as FileRegistry, c as parseAaiJson } from "./mcp-registry-CuVFEyIP.js";
|
|
@@ -2474,7 +2474,7 @@ var descriptor$2 = {
|
|
|
2474
2474
|
protocol: "acp-agent",
|
|
2475
2475
|
config: {
|
|
2476
2476
|
command: "npx",
|
|
2477
|
-
args: ["-y", "@
|
|
2477
|
+
args: ["-y", "@agentclientprotocol/claude-agent-acp"]
|
|
2478
2478
|
}
|
|
2479
2479
|
},
|
|
2480
2480
|
exposure: { summary: "AI assistant for code editing, analysis, and development tasks." }
|
|
@@ -3401,4 +3401,4 @@ async function createGatewayServer() {
|
|
|
3401
3401
|
//#endregion
|
|
3402
3402
|
export { GuideService as a, getSkillExecutor as c, getMcpExecutor as d, ImportService as i, AppRegistry as l, createGatewayServer as n, ExecutionCoordinator as o, Gateway as r, SkillExecutor as s, AaiGatewayServer as t, McpExecutor as u };
|
|
3403
3403
|
|
|
3404
|
-
//# sourceMappingURL=server-
|
|
3404
|
+
//# sourceMappingURL=server-DcmT3BXZ.js.map
|