atlarix 14.48.0 → 14.49.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.
|
@@ -339921,7 +339921,7 @@ if (!process.env.ATLARIX_MODELS_SNAPSHOT) {
|
|
|
339921
339921
|
const shipped = path51.join(here, "models-snapshot.json.gz");
|
|
339922
339922
|
if (fs41.existsSync(shipped)) process.env.ATLARIX_MODELS_SNAPSHOT = shipped;
|
|
339923
339923
|
}
|
|
339924
|
-
var VERSION15 = false ? "dev" : "14.
|
|
339924
|
+
var VERSION15 = false ? "dev" : "14.49.0";
|
|
339925
339925
|
if (process.argv[2] === "run") process.argv.splice(2, 1);
|
|
339926
339926
|
function arg(name29) {
|
|
339927
339927
|
const i4 = process.argv.indexOf(`--${name29}`);
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atlarix",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.49.0",
|
|
4
4
|
"description": "Headless Atlarix coding agent — the Electron-free agent loop as a CLI, for benchmarks, CI and unattended runs.",
|
|
5
5
|
"license": "PROPRIETARY",
|
|
6
6
|
"author": {
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"cli",
|
|
24
24
|
"headless",
|
|
25
25
|
"benchmark",
|
|
26
|
-
"terminal-bench"
|
|
27
|
-
"swe-bench"
|
|
26
|
+
"terminal-bench"
|
|
28
27
|
],
|
|
29
28
|
"type": "module",
|
|
30
29
|
"bin": {
|