@inkeep/agents-cli 0.0.0-dev-20251014211138 → 0.0.0-dev-20251014214657

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -239088,7 +239088,7 @@ program.command("chat [agent-id]").description(
239088
239088
  const config = options.config || options.configFilePath;
239089
239089
  await chatCommandEnhanced2(agentId, { ...options, config });
239090
239090
  });
239091
- program.command("list-agent").description("List all available agent for a specific project").requiredOption("--project <project-id>", "Project ID to list agent for").option("--tenant-id <tenant-id>", "Tenant ID").option("--agents-manage-api-url <url>", "Agents manage API URL").option("--config <path>", "Path to configuration file").option("--config-file-path <path>", "Path to configuration file (deprecated, use --config)").action(async (options) => {
239091
+ program.command("list-agent").description("List all available agents for a specific project").requiredOption("--project <project-id>", "Project ID to list agent for").option("--tenant-id <tenant-id>", "Tenant ID").option("--agents-manage-api-url <url>", "Agents manage API URL").option("--config <path>", "Path to configuration file").option("--config-file-path <path>", "Path to configuration file (deprecated, use --config)").action(async (options) => {
239092
239092
  const config = options.config || options.configFilePath;
239093
239093
  await listAgentsCommand({ ...options, config });
239094
239094
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20251014211138",
3
+ "version": "0.0.0-dev-20251014214657",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -46,8 +46,8 @@
46
46
  "recast": "^0.23.0",
47
47
  "ts-morph": "^26.0.0",
48
48
  "tsx": "^4.20.5",
49
- "@inkeep/agents-core": "^0.0.0-dev-20251014211138",
50
- "@inkeep/agents-sdk": "^0.0.0-dev-20251014211138"
49
+ "@inkeep/agents-core": "^0.0.0-dev-20251014214657",
50
+ "@inkeep/agents-sdk": "^0.0.0-dev-20251014214657"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/degit": "^2.8.6",
@@ -62,7 +62,7 @@
62
62
  "vitest": "^3.2.4"
63
63
  },
64
64
  "peerDependencies": {
65
- "@inkeep/agents-manage-ui": "0.0.0-dev-20251014211138",
65
+ "@inkeep/agents-manage-ui": "0.0.0-dev-20251014214657",
66
66
  "zod": "^4.1.11"
67
67
  },
68
68
  "engines": {