@locusai/cli 0.24.2 → 0.24.3
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
|
@@ -10073,7 +10073,7 @@ ${submoduleSummary}`;
|
|
|
10073
10073
|
|
|
10074
10074
|
---
|
|
10075
10075
|
|
|
10076
|
-
\uD83E\uDD16 Automated by [Locus](https://github.com/locusai
|
|
10076
|
+
\uD83E\uDD16 Automated by [Locus](https://github.com/asgarovf/locusai)`;
|
|
10077
10077
|
const prTitle = `${issue.title} (#${issue.number})`;
|
|
10078
10078
|
const prNumber = createPR(prTitle, prBody, currentBranch, config.agent.baseBranch, { cwd: projectRoot });
|
|
10079
10079
|
process.stderr.write(` ${green("✓")} Created PR #${prNumber}
|
|
@@ -11248,7 +11248,7 @@ ${submoduleSummary}`;
|
|
|
11248
11248
|
|
|
11249
11249
|
---
|
|
11250
11250
|
|
|
11251
|
-
\uD83E\uDD16 Automated by [Locus](https://github.com/locusai
|
|
11251
|
+
\uD83E\uDD16 Automated by [Locus](https://github.com/asgarovf/locusai)`;
|
|
11252
11252
|
const prNumber = createPR(`Sprint: ${sprintName}`, prBody, branchName, config.agent.baseBranch, { cwd: projectRoot });
|
|
11253
11253
|
process.stderr.write(` ${green("✓")} Created sprint PR #${prNumber}
|
|
11254
11254
|
`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@locusai/cli",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.3",
|
|
4
4
|
"description": "GitHub-native AI engineering assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"dependencies": {},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@locusai/sdk": "^0.24.
|
|
39
|
+
"@locusai/sdk": "^0.24.3",
|
|
40
40
|
"@types/bun": "latest",
|
|
41
41
|
"typescript": "^5.8.3"
|
|
42
42
|
},
|