@runflow-ai/cli 0.2.38 → 0.2.39
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.
|
@@ -161,7 +161,7 @@ const agent = new Agent({
|
|
|
161
161
|
});
|
|
162
162
|
|
|
163
163
|
// ---------------------------------------------------------------------------
|
|
164
|
-
// Main entry point - called by Runflow runtime
|
|
164
|
+
// Main entry point - called by Runflow runtime.
|
|
165
165
|
// ---------------------------------------------------------------------------
|
|
166
166
|
export async function main(input: { message: string; sessionId?: string }) {
|
|
167
167
|
const { message, sessionId } = validateInput(input);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runflow-ai/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.39",
|
|
4
4
|
"description": "Official CLI for RunFlow AI platform - manage agents, deploy code, and interact with AI workflows from your terminal",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"ora": "^5.4.1",
|
|
36
36
|
"picocolors": "^1.0.0",
|
|
37
37
|
"tsx": "^4.21.0",
|
|
38
|
-
"yaml": "^2.8.2"
|
|
38
|
+
"yaml": "^2.8.2",
|
|
39
|
+
"@runflow-ai/sdk": "^1.0.203"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@types/figlet": "^1.7.0",
|