agent-harness 0.22.3 → 0.22.5
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.
- checksums.yaml +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +14 -0
- data/lib/agent_harness/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 754470184c69b02fa37de51afaba8376d554b26869579dd9494d7e720ee0d425
|
|
4
|
+
data.tar.gz: 9ec4b741ed03b43859cb3b2565a0e760cbcf2f5e1d80dadf287ae90a18230c25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24a4027c7f0594760a512456a995f206170e3e41386fc9e4c98386758982cb1b501a9d7bca9beb730a1784453f0436dc079a8923aa6f07bd5a0bd2a900b4f09c
|
|
7
|
+
data.tar.gz: 9074fe5570d062bed53fe712bae4cdf95ec0d81fd01ed474cc64b3afb040535ca751fe7c79c5c69b49c91714f4fc2c2ff8dbe1c4827eb3a29e683fe944a49a8b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.22.5](https://github.com/viamin/agent-harness/compare/agent-harness/v0.22.4...agent-harness/v0.22.5) (2026-06-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* remove hardcoded o4-mini model from codex smoke test ([#254](https://github.com/viamin/agent-harness/issues/254)) ([f088cf1](https://github.com/viamin/agent-harness/commit/f088cf1d10b15867c6ee39976658e3e0fe5e6ab3))
|
|
9
|
+
|
|
10
|
+
## [0.22.4](https://github.com/viamin/agent-harness/compare/agent-harness/v0.22.3...agent-harness/v0.22.4) (2026-06-12)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* specify explicit model in codex smoke test overrides ([#251](https://github.com/viamin/agent-harness/issues/251)) ([0dcaf42](https://github.com/viamin/agent-harness/commit/0dcaf42c82b7b559f6bb38e7f6ee346f52fb5900))
|
|
16
|
+
|
|
3
17
|
## [0.22.3](https://github.com/viamin/agent-harness/compare/agent-harness/v0.22.2...agent-harness/v0.22.3) (2026-06-11)
|
|
4
18
|
|
|
5
19
|
|