@inkeep/agents-cli 0.0.0-dev-20251017201015 → 0.0.0-dev-20251017204233

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 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -239862,8 +239862,7 @@ async function pushCommand(options) {
239862
239862
  console.log(chalk10.blue.underline(` ${projectUrl}`));
239863
239863
  }
239864
239864
  console.log(chalk10.green("\n\u2728 Next steps:"));
239865
- console.log(chalk10.gray(` \u2022 Test your project: inkeep chat`));
239866
- console.log(chalk10.gray(` \u2022 View all agent: inkeep list-agent`));
239865
+ console.log(chalk10.gray(` \u2022 View all agents: inkeep list-agent`));
239867
239866
  process.exit(0);
239868
239867
  } catch (_error) {
239869
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-20251017201015",
3
+ "version": "0.0.0-dev-20251017204233",
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-20251017201015",
52
- "@inkeep/agents-sdk": "^0.0.0-dev-20251017201015"
51
+ "@inkeep/agents-core": "^0.0.0-dev-20251017204233",
52
+ "@inkeep/agents-sdk": "^0.0.0-dev-20251017204233"
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-20251017201015",
65
+ "@inkeep/agents-manage-ui": "0.0.0-dev-20251017204233",
66
66
  "zod": "^4.1.11"
67
67
  },
68
68
  "engines": {