@locusai/cli 0.2.2 → 0.3.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.
- package/bin/locus.js +1 -1
- package/package.json +1 -1
package/bin/locus.js
CHANGED
|
@@ -30964,7 +30964,7 @@ async function runCommand(args) {
|
|
|
30964
30964
|
workspaceId,
|
|
30965
30965
|
sprintId: values.sprint || "",
|
|
30966
30966
|
model: values.model || DEFAULT_MODEL,
|
|
30967
|
-
apiBase: values["api-url"] || "https://api.
|
|
30967
|
+
apiBase: values["api-url"] || "https://api.locusai.dev/api",
|
|
30968
30968
|
maxIterations: 100,
|
|
30969
30969
|
projectPath,
|
|
30970
30970
|
apiKey,
|