nexrall-code 0.5.64 → 0.5.65
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16191,7 +16191,7 @@ var require_loop = __commonJS({
|
|
|
16191
16191
|
}
|
|
16192
16192
|
var DEFAULT_MAX_ITERATIONS = 500;
|
|
16193
16193
|
var MAX_ITERATIONS_CEILING = 2e3;
|
|
16194
|
-
var HARD_ITERATIONS_CAP =
|
|
16194
|
+
var HARD_ITERATIONS_CAP = Infinity;
|
|
16195
16195
|
var STALL_LIMIT = 8;
|
|
16196
16196
|
var REPEAT_STALL_LIMIT = 12;
|
|
16197
16197
|
function errorRoundSignature(errored) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexrall-code",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.65",
|
|
4
4
|
"description": "Nexrall Code — AI coding assistant for your terminal (headless agent for scripts, CI and automation)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"release": "node build.js && node scripts/upload-release.cjs"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@nexrall/code-core": "^1.4.
|
|
42
|
+
"@nexrall/code-core": "^1.4.38",
|
|
43
43
|
"chalk": "^5.3.0",
|
|
44
44
|
"commander": "^12.0.0",
|
|
45
45
|
"diff": "^5.2.0",
|