@inkeep/agents-cli 0.45.2 → 0.46.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.
|
@@ -5,8 +5,8 @@ import { z } from "zod";
|
|
|
5
5
|
* Baked-in URLs for Inkeep Cloud deployment
|
|
6
6
|
*/
|
|
7
7
|
const CLOUD_REMOTE = {
|
|
8
|
-
api: "https://
|
|
9
|
-
manageUi: "https://
|
|
8
|
+
api: "https://api.agents.inkeep.com",
|
|
9
|
+
manageUi: "https://app.inkeep.com"
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
12
12
|
* Schema for explicit remote URLs (custom/local deployments)
|
|
@@ -60,7 +60,7 @@ const DEFAULT_PROFILES_CONFIG = {
|
|
|
60
60
|
*/
|
|
61
61
|
const LOCAL_REMOTE = {
|
|
62
62
|
api: "http://localhost:3002",
|
|
63
|
-
manageUi: "http://localhost:
|
|
63
|
+
manageUi: "http://localhost:3000"
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
66
|
* Default local profile configuration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.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.
|
|
44
|
-
"@inkeep/agents-sdk": "^0.
|
|
43
|
+
"@inkeep/agents-core": "^0.46.0",
|
|
44
|
+
"@inkeep/agents-sdk": "^0.46.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/degit": "^2.8.6",
|