@zhijiewang/openharness 0.5.0 → 0.5.1
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/README.md +1 -5
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,11 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
AI coding agent in your terminal. Works with any LLM -- free local models or cloud APIs.
|
|
15
15
|
|
|
16
|
-

|
|
17
|
-

|
|
18
|
-

|
|
19
|
-

|
|
20
|
-

|
|
16
|
+
[](https://www.npmjs.com/package/@zhijiewang/openharness) [](https://www.npmjs.com/package/@zhijiewang/openharness) [](LICENSE)   [](https://github.com/zhijiewong/openharness) [](https://github.com/zhijiewong/openharness/issues) [](https://github.com/zhijiewong/openharness/pulls)
|
|
21
17
|
|
|
22
18
|
---
|
|
23
19
|
|
package/dist/main.js
CHANGED
|
@@ -13,7 +13,7 @@ import { emitHook } from "./harness/hooks.js";
|
|
|
13
13
|
import { existsSync, readdirSync, readFileSync } from "node:fs";
|
|
14
14
|
import { homedir } from "node:os";
|
|
15
15
|
import { join } from "node:path";
|
|
16
|
-
const VERSION = "0.5.
|
|
16
|
+
const VERSION = "0.5.1";
|
|
17
17
|
const BANNER = ` ___
|
|
18
18
|
/ \\
|
|
19
19
|
( ) ___ ___ ___ _ _ _ _ _ ___ _ _ ___ ___ ___
|