@inkeep/agents-cli 0.1.7 → 0.1.8

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.
@@ -724,9 +724,9 @@ This project follows a workspace structure with the following services:
724
724
  1. **Start services:**
725
725
  \`\`\`bash
726
726
  # Start Agents Manage API and Agents Run API
727
- pnpm run dev
727
+ pnpm dev
728
728
 
729
- # Start Dashboard
729
+ # Start the Dashboard
730
730
  inkeep dev
731
731
  \`\`\`
732
732
 
package/dist/index.js CHANGED
@@ -15946,9 +15946,9 @@ This project follows a workspace structure with the following services:
15946
15946
  1. **Start services:**
15947
15947
  \`\`\`bash
15948
15948
  # Start Agents Manage API and Agents Run API
15949
- pnpm run dev
15949
+ pnpm dev
15950
15950
 
15951
- # Start Dashboard
15951
+ # Start the Dashboard
15952
15952
  inkeep dev
15953
15953
  \`\`\`
15954
15954
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,8 +42,8 @@
42
42
  "recast": "^0.23.0",
43
43
  "ts-morph": "^26.0.0",
44
44
  "tsx": "^4.20.5",
45
- "@inkeep/agents-core": "^0.1.7",
46
- "@inkeep/agents-manage-ui": "^0.1.7"
45
+ "@inkeep/agents-core": "^0.1.8",
46
+ "@inkeep/agents-manage-ui": "^0.1.8"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/fs-extra": "^11.0.4",