@locusai/cli 0.4.12 → 0.4.13
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/agent/worker.js +1 -1
- package/bin/locus.js +1 -1
- package/package.json +2 -2
package/bin/agent/worker.js
CHANGED
|
@@ -30538,7 +30538,7 @@ class AgentWorker {
|
|
|
30538
30538
|
if (this.anthropicClient) {
|
|
30539
30539
|
this.log("Using Anthropic SDK with prompt caching for planning phases", "info");
|
|
30540
30540
|
} else {
|
|
30541
|
-
this.log("Using Claude CLI for all phases
|
|
30541
|
+
this.log("Using Claude CLI for all phases", "info");
|
|
30542
30542
|
}
|
|
30543
30543
|
}
|
|
30544
30544
|
log(message, level = "info") {
|
package/bin/locus.js
CHANGED
|
@@ -30545,7 +30545,7 @@ class AgentWorker {
|
|
|
30545
30545
|
if (this.anthropicClient) {
|
|
30546
30546
|
this.log("Using Anthropic SDK with prompt caching for planning phases", "info");
|
|
30547
30547
|
} else {
|
|
30548
|
-
this.log("Using Claude CLI for all phases
|
|
30548
|
+
this.log("Using Claude CLI for all phases", "info");
|
|
30549
30549
|
}
|
|
30550
30550
|
}
|
|
30551
30551
|
log(message, level = "info") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@locusai/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.13",
|
|
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.13"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {}
|
|
37
37
|
}
|