@orchagent/cli 0.2.1 → 0.2.2
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/commands/call.js +1 -1
- package/package.json +1 -1
package/dist/commands/call.js
CHANGED
|
@@ -12,7 +12,7 @@ const errors_1 = require("../lib/errors");
|
|
|
12
12
|
const output_1 = require("../lib/output");
|
|
13
13
|
const llm_1 = require("../lib/llm");
|
|
14
14
|
const analytics_1 = require("../lib/analytics");
|
|
15
|
-
const DEFAULT_VERSION = '
|
|
15
|
+
const DEFAULT_VERSION = 'latest';
|
|
16
16
|
function parseAgentRef(value) {
|
|
17
17
|
const [ref, versionPart] = value.split('@');
|
|
18
18
|
const version = versionPart?.trim() || DEFAULT_VERSION;
|