Skip to content

Commit c110098

Browse files
committed
Release Harness Codex plugin v0.1.6
1 parent b777e47 commit c110098

12 files changed

Lines changed: 16 additions & 15 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": "git-subdir",
88
"url": "https://github.com/BTCNAI/harness-codex-marketplace.git",
99
"path": "./plugins/harness-codex-plugin",
10-
"ref": "v0.1.5"
10+
"ref": "v0.1.6"
1111
},
1212
"policy": {
1313
"installation": "AVAILABLE",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harness-codex-plugin",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Essential workflow framework runtime for building, running, and verifying custom Codex agent harnesses.",
55
"license": "MIT",
66
"author": {

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- run: npm run typecheck
2828
- run: npm run lint
2929
- run: npm run build
30-
- run: npm run test:smoke
30+
- run: SMOKE_SERVER_COMMAND=start npm run test:smoke

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.1.5
3+
## 0.1.6
44

55
- Packaged Harness as a Codex plugin.
66
- Added plugin manifest, repo marketplace metadata, and MCP registration.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Official Codex Plugin Directory publishing is not yet self-serve.
44
Harness is currently distributed through a GitHub-backed Codex marketplace.
55

66
```bash
7-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.5
7+
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.6
88
```
99

1010
Harness is the workflow framework for custom Codex agent systems.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Harness Codex Plugin v0.1.5
1+
# Harness Codex Plugin v0.1.6
22

3-
Harness v0.1.5 packages Harness Studio as a Codex plugin and positions it as a workflow framework for custom Codex agent systems.
3+
Harness v0.1.6 packages Harness Studio as a Codex plugin and positions it as a workflow framework for custom Codex agent systems.
44

55
## Highlights
66

@@ -15,7 +15,7 @@ Harness v0.1.5 packages Harness Studio as a Codex plugin and positions it as a w
1515
## Install
1616

1717
```bash
18-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.5
18+
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.6
1919
```
2020

2121
## Verification

docs/distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Harness is currently distributed through a GitHub-backed Codex marketplace.
66
Standard install command:
77

88
```bash
9-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.5
9+
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.6
1010
```
1111

1212
Repo marketplace layout:

docs/promotion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Codex is powerful, but complex agent work needs more than prompts. Harness turns
3535
It is distributed today through a GitHub-backed Codex marketplace:
3636

3737
```bash
38-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.5
38+
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.6
3939
```
4040

4141
## Channels

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)