@locusai/cli 0.4.13 → 0.4.14
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 +2 -2
- package/package.json +2 -2
package/bin/locus.js
CHANGED
|
@@ -31171,7 +31171,7 @@ Next steps:
|
|
|
31171
31171
|
1. Run '${c.primary("locus index")}' to index your codebase
|
|
31172
31172
|
2. Run '${c.primary("locus run")}' to start an agent (requires --api-key and --workspace)
|
|
31173
31173
|
|
|
31174
|
-
For more information, visit: ${c.underline("https://
|
|
31174
|
+
For more information, visit: ${c.underline("https://locusai.dev/docs")}
|
|
31175
31175
|
`);
|
|
31176
31176
|
}
|
|
31177
31177
|
async function main() {
|
|
@@ -31210,7 +31210,7 @@ Environment Variables:
|
|
|
31210
31210
|
LOCUS_WORKSPACE_ID Workspace ID
|
|
31211
31211
|
ANTHROPIC_API_KEY Optional Anthropic API key
|
|
31212
31212
|
|
|
31213
|
-
For more information, visit: https://
|
|
31213
|
+
For more information, visit: https://locusai.dev/docs
|
|
31214
31214
|
`);
|
|
31215
31215
|
}
|
|
31216
31216
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@locusai/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.14",
|
|
4
4
|
"description": "Local-first AI development platform & engineering workspace",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"author": "",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@locusai/sdk": "^0.4.
|
|
34
|
+
"@locusai/sdk": "^0.4.14"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {}
|
|
37
37
|
}
|