Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@agnt-rcpt/sdk-ts` to `^0.11.1` (superseding the `^0.10.0` dependabot bump). As of 0.11.0 the SDK dropped its transitive `@hpke/core` dependency in favour of an in-tree RFC 9180 implementation built on `node:crypto` (per [agent-receipts/ar#473](https://github.com/agent-receipts/ar/issues/473)), removing a third-party crypto package from the plugin's supply chain — `^0.10.0` still resolved `@hpke/core` transitively, `^0.11.1` does not. The `parameters_disclosure` envelope shape and the on-the-wire format are unchanged.

### Added

- `ar_query_receipts` results now include a `disclosed` boolean, set when the daemon attached an HPKE `parameters_disclosure` envelope (its `--parameter-disclosure` mode). The plugin never decrypts the envelope — recovery requires the forensic private key, which lives with the responder, not the agent host.

### Fixed

- **Socket emission silent failures and misleading startup warnings** ([#148](https://github.com/agent-receipts/openclaw/issues/148)):
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@agnt-rcpt/sdk-ts": "^0.10.0",
"@agnt-rcpt/sdk-ts": "^0.11.1",
"@sinclair/typebox": "0.34.49"
},
"devDependencies": {
Expand Down
48 changes: 28 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading