@inkeep/agents-cli 0.0.0-dev-20251017195038 → 0.0.0-dev-20251017201013

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 +6 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -239856,9 +239856,13 @@ async function pushCommand(options) {
239856
239856
  console.error(chalk10.yellow("Could not retrieve credential tracking information"));
239857
239857
  }
239858
239858
  }
239859
+ if (config.manageUiUrl) {
239860
+ const projectUrl = `${config.manageUiUrl}/projects/${projectId}`;
239861
+ console.log(chalk10.cyan("\n\u{1F517} Project URL:"));
239862
+ console.log(chalk10.blue.underline(` ${projectUrl}`));
239863
+ }
239859
239864
  console.log(chalk10.green("\n\u2728 Next steps:"));
239860
- console.log(chalk10.gray(` \u2022 Test your project: inkeep chat`));
239861
- console.log(chalk10.gray(` \u2022 View all agent: inkeep list-agent`));
239865
+ console.log(chalk10.gray(` \u2022 View all agents: inkeep list-agent`));
239862
239866
  process.exit(0);
239863
239867
  } catch (_error) {
239864
239868
  s2.stop("Failed to push project");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20251017195038",
3
+ "version": "0.0.0-dev-20251017201013",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -48,8 +48,8 @@
48
48
  "recast": "^0.23.0",
49
49
  "ts-morph": "^26.0.0",
50
50
  "tsx": "^4.20.5",
51
- "@inkeep/agents-core": "^0.0.0-dev-20251017195038",
52
- "@inkeep/agents-sdk": "^0.0.0-dev-20251017195038"
51
+ "@inkeep/agents-core": "^0.0.0-dev-20251017201013",
52
+ "@inkeep/agents-sdk": "^0.0.0-dev-20251017201013"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@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-20251017195038",
65
+ "@inkeep/agents-manage-ui": "0.0.0-dev-20251017201013",
66
66
  "zod": "^4.1.11"
67
67
  },
68
68
  "engines": {