chore(release): version packages - #37
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
14 times, most recently
from
July 21, 2026 01:41
85a2e21 to
60e4113
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 22, 2026 06:35
60e4113 to
e247ab0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@inflowpayai/inflow@0.10.0
Minor Changes
#39
fda6120Thanks@nkavian! - Add Agent Enrollment Protocol Service inspection, enrollment with Platform
identity recovery and duplicate prevention, status, credential issuance, and revocation commands. Detect AEP
authentication in the top-level inspect command and present AEP inspection and status details in tables. Store
authentication secrets in the operating-system credential store and metadata in SQLite. On first use, delete the
legacy plaintext
config.jsonwithout migrating its credentials, requiring users to authenticate and enroll again.Add resource-aware AEP inspection and
aep fetch, including anonymous success, caller request preservation, identityrecovery, stored credential selection, pending Sign approval continuation, bounded redirects and responses, and
structured resource body output. Persist fresh AEP Inspect documents per authenticated Platform user so separate CLI
invocations reuse discovery safely. Ship a dedicated
agentic-enrollmentskill through the CLI, plugin, and webpublication surfaces, and include every AEP command in language-model and MCP inventory regression coverage.
#46
89b5464Thanks@nkavian! - Publish macOS release artifacts for Apple Silicon and Intel Macs, render a
multi-architecture Homebrew Cask, and point update/install messaging at the hosted install instructions.
#47
f3e82c5Thanks@nkavian! - Publish the npm package as a compatibility notice that points users and
agents to the signed native InFlow CLI instead of running commands or managing credentials.
Check GitHub Releases for advisory signed-binary updates, surface a one-line human notice, return structured
current/latest version metadata to agents, and send the installed CLI version on InFlow API requests.
#38
ce2191aThanks@nkavian! - Add MPP and x402 Fetch commands for completing deferred payment
transactions, including structured continuation tool input from Pay, credential-safe seller replay, and
replay-outcome-unknown error handling.
#39
fda6120Thanks@nkavian! - Make MPP and x402 pay/fetch AEP-aware. Seller requests complete AEP
authentication before payment creation, compose non-colliding AEP and payment credentials on the final replay, and
preserve the payment fetch continuation contract. AEP fetch reports payment-required handoffs, and combined inspect
reports blocked AEP payment inspection without creating grants, approvals, or payments.
#35
e4d4b0fThanks@nkavian! - Require Node.js 24.15.0 or newer for the command-line package, development
builds, and continuous integration.
Patch Changes
#53
552157eThanks@nkavian! - Harden signed credential storage recovery for SQLite corruption, interrupted
Keychain lifecycle work, and expired AEP credential cleanup.
#36
647cec4Thanks@nkavian! - Add the Keychain, SQLite, and cross-store lifecycle foundation used by the
signed command-line application.
#50
5fc1f7bThanks@nkavian! - Display unsupported CLI version responses from InFlow as actionable upgrade
errors.
#54
9b9af54Thanks@nkavian! - Decode MPP receipts by their standard base fields and project nested
settlement details in payment output.
#51
eed570bThanks@nkavian! - Report rejected authenticated account requests as actionable authentication
errors instead of generic failures.
#54
c84e078Thanks@nkavian! - Run MPP challenge, credential, and receipt handling against the pinned
upstream conformance suite.
#41
d216e08Thanks@nkavian! - Expand regression coverage for secure storage, payment completion failures,
and AEP-aware payment inspection.
#40
9a236adThanks@nkavian! - Add the macOS signed application packaging and Homebrew Cask rendering
pipeline used for the InFlow command-line executable.