@inkeep/agents-cli 0.50.5 → 0.51.0

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/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,8 +16,8 @@ The executable command is `inkeep`.
16
16
 
17
17
  - CLI overview: <https://docs.inkeep.com/guides/cli/overview>
18
18
  - CLI reference: <https://docs.inkeep.com/typescript-sdk/cli-reference>
19
- - Push guide: <https://docs.inkeep.com/guides/cli/push-to-cloud>
20
- - Pull guide: <https://docs.inkeep.com/guides/cli/pull-from-cloud>
19
+ - Push guide: <https://docs.inkeep.com/guides/cli/push-to-remote>
20
+ - Pull guide: <https://docs.inkeep.com/guides/cli/pull-from-remote>
21
21
  - Profile setup: <https://docs.inkeep.com/guides/cli/setup-profile>
22
22
 
23
23
  ## Quick usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.50.5",
3
+ "version": "0.51.0",
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.3.6",
43
- "@inkeep/agents-core": "^0.50.5",
44
- "@inkeep/agents-sdk": "^0.50.5"
43
+ "@inkeep/agents-sdk": "^0.51.0",
44
+ "@inkeep/agents-core": "^0.51.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/degit": "^2.8.6",