Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/fix-standalone-runtime-imports.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-tools-detect.md

This file was deleted.

2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inflow",
"version": "0.11.2",
"version": "0.11.3",
"description": "InFlow - agentic MPP / x402 payments from your machine.",
"author": {
"name": "Jarwin, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inflow",
"private": true,
"version": "0.11.2",
"version": "0.11.3",
"type": "module",
"description": "InFlow — agentic discovery, onboarding, and payments from your machine.",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @inflowpayai/inflow

## 0.11.3

### Patch Changes

- [#110](https://github.com/inflowpayai/inflow-cli/pull/110)
[`8b8801b`](https://github.com/inflowpayai/inflow-cli/commit/8b8801bc08d99be2ed38a4f05b7e710043f5065e) Thanks
[@nkavian](https://github.com/nkavian)! - Bundle runtime module imports used by MCP and network transports, accept
empty directory suggestion results, and require the pinned Argon2 source when packaging Linux applications.

- [#108](https://github.com/inflowpayai/inflow-cli/pull/108)
[`f43a58c`](https://github.com/inflowpayai/inflow-cli/commit/f43a58cc632bf60b79296e1626a62b03fd8f4f08) Thanks
[@nkavian](https://github.com/nkavian)! - Select Windows installers using the native host architecture under
PowerShell emulation and skip same-version MSI reconfiguration.

## 0.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inflowpayai/inflow",
"version": "0.11.2",
"version": "0.11.3",
"type": "module",
"license": "MIT",
"description": "InFlow - agentic discovery, onboarding, and payments from your machine.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/inflow/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inflow",
"version": "0.11.2",
"version": "0.11.3",
"description": "Authenticate with InFlow, inspect balances and deposit addresses, and perform agent-native payments via x402 and MPP.",
"author": {
"name": "Jarwin, Inc."
Expand Down
2 changes: 1 addition & 1 deletion plugins/inflow/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inflow",
"version": "0.11.2",
"version": "0.11.3",
"description": "InFlow - agentic MPP / x402 payments from your machine.",
"author": {
"name": "Jarwin, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/inflow/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inflow",
"displayName": "InFlow",
"version": "0.11.2",
"version": "0.11.3",
"description": "Authenticate with InFlow, inspect balances and deposit addresses, and perform agent-native payments via x402 and MPP.",
"author": {
"name": "Jarwin, Inc."
Expand Down
2 changes: 1 addition & 1 deletion skills/agentic-discovery/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.11.2
version: 0.11.3
name: agentic-discovery
description: Discover Services and products through InFlow using the Offering Discovery Protocol. Use when an agent needs to search the directory, inspect a Service's supported catalog operations, browse Collections, find Offerings, inspect full product details, or resolve an Action before enrollment or payment.
allowed-tools: ['Bash(inflow:*)', 'Bash(brew:*)', 'Bash(curl:*)']
Expand Down
2 changes: 1 addition & 1 deletion skills/agentic-enrollment/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.11.2
version: 0.11.3
name: agentic-enrollment
description: Inspect, enroll with, authenticate to, and manage credentials for Agent Enrollment Protocol Services through InFlow. Use when an agent needs to discover an AEP Service, access an AEP-protected resource, check enrollment, request or revoke Service credentials, or continue an InFlow approval.
allowed-tools: ['Bash(inflow:*)', 'Bash(brew:*)', 'Bash(curl:*)']
Expand Down
2 changes: 1 addition & 1 deletion skills/agentic-payments/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.11.2
version: 0.11.3
name: agentic-payments
description: Authenticate with InFlow and pay HTTP 402-protected resources via MPP (the `Payment` auth scheme) or x402. Use when the user invokes the `inflow` CLI or asks to log in / connect to InFlow.
allowed-tools: ['Bash(inflow:*)', 'Bash(brew:*)', 'Bash(curl:*)']
Expand Down