codeharness 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/dist/index.js +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2437,7 +2437,7 @@ function generateDockerfileTemplate(projectDir, stackOrDetections) {
|
|
|
2437
2437
|
}
|
|
2438
2438
|
|
|
2439
2439
|
// src/modules/infra/init-project.ts
|
|
2440
|
-
var HARNESS_VERSION = true ? "0.24.
|
|
2440
|
+
var HARNESS_VERSION = true ? "0.24.3" : "0.0.0-dev";
|
|
2441
2441
|
function failResult(opts, error) {
|
|
2442
2442
|
return {
|
|
2443
2443
|
status: "fail",
|
|
@@ -3565,7 +3565,6 @@ function startRenderer(options) {
|
|
|
3565
3565
|
const inkInstance = inkRender(/* @__PURE__ */ jsx4(App, { state }), {
|
|
3566
3566
|
exitOnCtrlC: false,
|
|
3567
3567
|
patchConsole: !options?._forceTTY,
|
|
3568
|
-
incrementalRendering: true,
|
|
3569
3568
|
maxFps: 15
|
|
3570
3569
|
});
|
|
3571
3570
|
function rerender() {
|
|
@@ -11636,7 +11635,7 @@ function registerAuditCommand(program) {
|
|
|
11636
11635
|
}
|
|
11637
11636
|
|
|
11638
11637
|
// src/index.ts
|
|
11639
|
-
var VERSION = true ? "0.24.
|
|
11638
|
+
var VERSION = true ? "0.24.3" : "0.0.0-dev";
|
|
11640
11639
|
function createProgram() {
|
|
11641
11640
|
const program = new Command();
|
|
11642
11641
|
program.name("codeharness").description("Makes autonomous coding agents produce software that actually works").version(VERSION).option("--json", "Output in machine-readable JSON format");
|