agent-harness 0.28.5 → 0.28.6
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 +7 -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: d0462522eb82540a1cc498c27663441e6aab837cabab94921e7deed4f31e2f29
|
|
4
|
+
data.tar.gz: 14a84df84773fd4a64597d46733e4c4a0297ec3b4102dde5a9ded015e3a451e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34f7e74dd1f62aed14782936a1d794c4e2406ddc05f274dbe39e28ac7938f7b00387cfdc05e7fb4c94bd1c3e79294fd9cbdfe25a0e8c235d6340b04de47e048f
|
|
7
|
+
data.tar.gz: 7a3946d5a75fa84c6502e02ce409325e870c0bbd0a23a7ea8319cffbfe75128a9bf8c1889b8d9747c0f8fef13f04dc9e625ce7969f60a92b3728e75041e496ac
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
* **auth:** add provider-owned PKCE code-exchange API for Claude OAuth (`AgentHarness::Authentication.exchange_code`). Takes an authorization code plus PKCE verifier (and `redirect_uri`/`client_id`), posts an `authorization_code` grant to the Claude token endpoint, and persists the resulting access/refresh tokens in the native `claudeAiOauth` shape. Adds `exchange_code_supported?` and a `code_exchange` key to `auth_capabilities` ([#266](https://github.com/viamin/agent-harness/issues/266)).
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.28.6](https://github.com/viamin/agent-harness/compare/agent-harness/v0.28.5...agent-harness/v0.28.6) (2026-07-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **deps-dev:** bump simplecov from 0.22.0 to 1.0.0 ([#293](https://github.com/viamin/agent-harness/issues/293)) ([4bd832f](https://github.com/viamin/agent-harness/commit/4bd832f2eb81c7aebb7fb37772617770adc14fcd))
|
|
15
|
+
|
|
9
16
|
## [0.28.5](https://github.com/viamin/agent-harness/compare/agent-harness/v0.28.4...agent-harness/v0.28.5) (2026-07-10)
|
|
10
17
|
|
|
11
18
|
|