agent-harness 0.22.2 → 0.22.3

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: d7620f78305a8d50861a19c801b6d51f06eae2ed3a80bdbff8c7b1036462019f
4
- data.tar.gz: b4d7de3dd04fe4c75e7729ae676acc680265b5ec36dac58c13b64eaf2dddfa3d
3
+ metadata.gz: 9f147f70bdf4f5c558b3c13dc5479d58cba0241b82858e0b7d1e82841c36a08d
4
+ data.tar.gz: 5a44aa902864fa9732d3fef24a31acf42c577b983dd8cefafdfb5c53752b0baf
5
5
  SHA512:
6
- metadata.gz: b4931c88ecb4a3d7b9ff617d15c081b24f46f2ed682e0e48da4b66c6bbe77d31fddf1948f6407ae1922958d198abb737152a400e515e0bbade7456eacf3a2ff7
7
- data.tar.gz: 77dbe59a71d30b48f51059fe36458b9cd34fa0c089c5048f0a44f1558437371a759656d908ee95b078926f9152ba3584036c157eb4cfc9e4b17b41a4219706fa
6
+ metadata.gz: e391b94ca6e306bf1cd25ce95fdf391c1f2f829dc6265580c8b1acf726a26692392394be6fefa9d306cd6747282b59d8a7a0a7569d1b0ffabd7de94341edf1c8
7
+ data.tar.gz: b64ea82a1b6257b8af3ec8675bcabcbbeeeaa42d6c6f7dd9695add17e77b412614444cd7410cf6ebb19add8a3b03cbf0a1acfdd7a7c7a864728e3afc1ab01b7d
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.22.2"
2
+ ".": "0.22.3"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.22.3](https://github.com/viamin/agent-harness/compare/agent-harness/v0.22.2...agent-harness/v0.22.3) (2026-06-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * supply tempfile path for --output-last-message in codex test_command_overrides ([#248](https://github.com/viamin/agent-harness/issues/248)) ([86c5621](https://github.com/viamin/agent-harness/commit/86c562183d5ff00ff8b14d93942ec752e543bb59)), closes [#246](https://github.com/viamin/agent-harness/issues/246)
9
+
3
10
  ## [0.22.2](https://github.com/viamin/agent-harness/compare/agent-harness/v0.22.1...agent-harness/v0.22.2) (2026-06-11)
4
11
 
5
12
 
@@ -18,8 +18,8 @@ module AgentHarness
18
18
  keyword_init: true
19
19
  )
20
20
 
21
- SUPPORTED_CLI_VERSION = "0.116.0"
22
- SUPPORTED_CLI_REQUIREMENT = Gem::Requirement.new(">= #{SUPPORTED_CLI_VERSION}", "< 0.117.0").freeze
21
+ SUPPORTED_CLI_VERSION = "0.122.0"
22
+ SUPPORTED_CLI_REQUIREMENT = Gem::Requirement.new(">= #{SUPPORTED_CLI_VERSION}", "< 0.123.0").freeze
23
23
  OAUTH_REFRESH_FAILURE_PATTERNS = [
24
24
  /refresh_token_reused/i,
25
25
  /failed to refresh token\b.*\b401\b/im,
@@ -448,7 +448,7 @@ module AgentHarness
448
448
  end
449
449
 
450
450
  def test_command_overrides
451
- ["--skip-git-repo-check", "--output-last-message"]
451
+ ["--skip-git-repo-check", "--output-last-message", "/tmp/codex-smoke-output.txt"]
452
452
  end
453
453
 
454
454
  def dangerous_mode_flags
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AgentHarness
4
- VERSION = "0.22.2"
4
+ VERSION = "0.22.3"
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.2
4
+ version: 0.22.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bart Agapinan