@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 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
- ![npm](https://img.shields.io/npm/v/@zhijiewang/openharness)
17
- ![Node.js 18+](https://img.shields.io/badge/node-18%2B-green)
18
- ![TypeScript](https://img.shields.io/badge/typescript-strict-blue)
19
- ![License: MIT](https://img.shields.io/badge/license-MIT-green)
20
- ![Status: Alpha](https://img.shields.io/badge/status-alpha-orange)
16
+ [![npm version](https://img.shields.io/npm/v/@zhijiewang/openharness)](https://www.npmjs.com/package/@zhijiewang/openharness) [![npm downloads](https://img.shields.io/npm/dm/@zhijiewang/openharness)](https://www.npmjs.com/package/@zhijiewang/openharness) [![license](https://img.shields.io/npm/l/@zhijiewang/openharness)](LICENSE) ![Node.js 18+](https://img.shields.io/badge/node-18%2B-green) ![TypeScript](https://img.shields.io/badge/typescript-strict-blue) [![GitHub stars](https://img.shields.io/github/stars/zhijiewong/openharness)](https://github.com/zhijiewong/openharness) [![GitHub issues](https://img.shields.io/github/issues-raw/zhijiewong/openharness)](https://github.com/zhijiewong/openharness/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](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.0";
16
+ const VERSION = "0.5.1";
17
17
  const BANNER = ` ___
18
18
  / \\
19
19
  ( ) ___ ___ ___ _ _ _ _ _ ___ _ _ ___ ___ ___
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhijiewang/openharness",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Open-source terminal coding agent. Works with any LLM.",
5
5
  "type": "module",
6
6
  "bin": {