@inkeep/agents-cli 0.0.0-dev-20250915190940 → 0.0.0-dev-20250916015245
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.
- package/dist/index.js +5 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1795,7 +1795,11 @@ async function pushCommand(options) {
|
|
|
1795
1795
|
console.log(chalk6.gray(` \u2022 Project ID: ${finalConfig.projectId}`));
|
|
1796
1796
|
console.log(chalk6.gray(` \u2022 API URL: ${finalConfig.agentsManageApiUrl}`));
|
|
1797
1797
|
if (typeof project.setConfig === "function") {
|
|
1798
|
-
project.setConfig(
|
|
1798
|
+
project.setConfig(
|
|
1799
|
+
finalConfig.tenantId,
|
|
1800
|
+
finalConfig.agentsManageApiUrl,
|
|
1801
|
+
finalConfig.modelSettings
|
|
1802
|
+
);
|
|
1799
1803
|
}
|
|
1800
1804
|
if (options.env && typeof project.setCredentials === "function") {
|
|
1801
1805
|
spinner.text = `Loading credentials for environment '${options.env}'...`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20250916015245",
|
|
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.0.0-dev-
|
|
46
|
-
"@inkeep/agents-manage-ui": "^0.0.0-dev-
|
|
45
|
+
"@inkeep/agents-core": "^0.0.0-dev-20250916015245",
|
|
46
|
+
"@inkeep/agents-manage-ui": "^0.0.0-dev-20250916015245"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/fs-extra": "^11.0.4",
|