@inkeep/agents-cli 0.0.0-dev-20250915163022 → 0.0.0-dev-20250915202938
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1795,7 +1795,7 @@ 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(finalConfig.tenantId, finalConfig.agentsManageApiUrl);
|
|
1798
|
+
project.setConfig(finalConfig.tenantId, finalConfig.agentsManageApiUrl, finalConfig.modelSettings);
|
|
1799
1799
|
}
|
|
1800
1800
|
if (options.env && typeof project.setCredentials === "function") {
|
|
1801
1801
|
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-20250915202938",
|
|
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-20250915202938",
|
|
46
|
+
"@inkeep/agents-manage-ui": "^0.0.0-dev-20250915202938"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/fs-extra": "^11.0.4",
|