@inkeep/agents-cli 0.0.0-dev-20260123205017 → 0.0.0-dev-20260123212735

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.
@@ -13,7 +13,7 @@ async function listAgentsCommand(options) {
13
13
  logConfig: true
14
14
  });
15
15
  console.log();
16
- const api = await ManagementApiClient.create(config.agentsApiUrl, configPath, config.tenantId, options.project);
16
+ const api = await ManagementApiClient.create(config.agentsApiUrl, configPath, config.tenantId, options.project, void 0, config.agentsApiKey);
17
17
  const s = p.spinner();
18
18
  s.start("Fetching agent...");
19
19
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20260123205017",
3
+ "version": "0.0.0-dev-20260123212735",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -40,8 +40,8 @@
40
40
  "tsx": "^4.20.5",
41
41
  "yaml": "^2.7.0",
42
42
  "zod": "^4.1.11",
43
- "@inkeep/agents-core": "^0.0.0-dev-20260123205017",
44
- "@inkeep/agents-sdk": "^0.0.0-dev-20260123205017"
43
+ "@inkeep/agents-core": "^0.0.0-dev-20260123212735",
44
+ "@inkeep/agents-sdk": "^0.0.0-dev-20260123212735"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/degit": "^2.8.6",
@@ -52,7 +52,7 @@
52
52
  "vitest": "^3.2.4"
53
53
  },
54
54
  "peerDependencies": {
55
- "@inkeep/agents-manage-ui": "0.0.0-dev-20260123205017"
55
+ "@inkeep/agents-manage-ui": "0.0.0-dev-20260123212735"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public",