@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.
Files changed (2) hide show
  1. package/bin/locus.js +1 -1
  2. 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.locus.dev/api",
30967
+ apiBase: values["api-url"] || "https://api.locusai.dev/api",
30968
30968
  maxIterations: 100,
30969
30969
  projectPath,
30970
30970
  apiKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/cli",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Local-first AI development platform & engineering workspace",
5
5
  "type": "module",
6
6
  "bin": {