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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f147f70bdf4f5c558b3c13dc5479d58cba0241b82858e0b7d1e82841c36a08d
4
- data.tar.gz: 5a44aa902864fa9732d3fef24a31acf42c577b983dd8cefafdfb5c53752b0baf
3
+ metadata.gz: 754470184c69b02fa37de51afaba8376d554b26869579dd9494d7e720ee0d425
4
+ data.tar.gz: 9ec4b741ed03b43859cb3b2565a0e760cbcf2f5e1d80dadf287ae90a18230c25
5
5
  SHA512:
6
- metadata.gz: e391b94ca6e306bf1cd25ce95fdf391c1f2f829dc6265580c8b1acf726a26692392394be6fefa9d306cd6747282b59d8a7a0a7569d1b0ffabd7de94341edf1c8
7
- data.tar.gz: b64ea82a1b6257b8af3ec8675bcabcbbeeeaa42d6c6f7dd9695add17e77b412614444cd7410cf6ebb19add8a3b03cbf0a1acfdd7a7c7a864728e3afc1ab01b7d
6
+ metadata.gz: 24a4027c7f0594760a512456a995f206170e3e41386fc9e4c98386758982cb1b501a9d7bca9beb730a1784453f0436dc079a8923aa6f07bd5a0bd2a900b4f09c
7
+ data.tar.gz: 9074fe5570d062bed53fe712bae4cdf95ec0d81fd01ed474cc64b3afb040535ca751fe7c79c5c69b49c91714f4fc2c2ff8dbe1c4827eb3a29e683fe944a49a8b
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.22.3"
2
+ ".": "0.22.5"
3
3
  }
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AgentHarness
4
- VERSION = "0.22.3"
4
+ VERSION = "0.22.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agent-harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.3
4
+ version: 0.22.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bart Agapinan