agent-harness 0.5.1 → 0.5.2

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: 16862141d853f2e8817d000a9e4813162f0544cda2c30343de2efc1ffd7e9e73
4
- data.tar.gz: ee57bd3611abb7566560675c65c1feb04faee531cd182f8a8812881a73701aae
3
+ metadata.gz: f3ca48a731020ba5b0668cee27ca19c8d7ca8e9cfc907d0f9b4f42d77b56b7a8
4
+ data.tar.gz: 69b9c2ce746b4aa1a594479a7295a6510468e1f0d428a02896c218c711889b91
5
5
  SHA512:
6
- metadata.gz: f5145b28d2c92bef3c8ba6f8a0e8ffe2217f8eb9462c672f28d25e0f6bd6a1bb17f1fa14ae2dcf2e57d35c4fa82a6233fdf51acf7778d399c89c4412ee9c9695
7
- data.tar.gz: f6f9e464d3f5f84a87f98b98dd3d0687157a1b69249a3a0731ba162653aabf6cc517430f31b0f9e9b1d3e5d67d0b767c4c5a12c4e88425bd8b24f578343a87e9
6
+ metadata.gz: cb329e3f9d7e441d692a7a88ce7ed8c1637f0b314875ae355d5c4c088275fbc77e0726e979069a905c458d05599ea6f90b94434e8a2edcacee7eeb6878b32afc
7
+ data.tar.gz: 3b56558191606eb4431b6d9253a4dec6ada80a605af3af7422bd7db2163f1ce61b1b0b4c55c1b2f6dab4e046aa1504afbb717a172491e76f3f6f7d114b97c9f8
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.5.1"
2
+ ".": "0.5.2"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.5.2](https://github.com/viamin/agent-harness/compare/agent-harness/v0.5.1...agent-harness/v0.5.2) (2026-03-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **opencode:** use 'opencode run' subcommand instead of --prompt flag ([56fbc4f](https://github.com/viamin/agent-harness/commit/56fbc4f4b7ed312cba1d71d357561d44c93a55e1))
9
+
3
10
  ## [0.5.1](https://github.com/viamin/agent-harness/compare/agent-harness/v0.5.0...agent-harness/v0.5.1) (2026-03-24)
4
11
 
5
12
 
@@ -62,8 +62,8 @@ module AgentHarness
62
62
  protected
63
63
 
64
64
  def build_command(prompt, options)
65
- cmd = [self.class.binary_name]
66
- cmd += ["--prompt", prompt]
65
+ cmd = [self.class.binary_name, "run"]
66
+ cmd << prompt
67
67
  cmd
68
68
  end
69
69
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AgentHarness
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.2"
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.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bart Agapinan