Skip to content

Releases: nonameuserd/paybond-kit

@paybond/kit 0.12.14

Choose a tag to compare

@nonameuserd nonameuserd released this 30 Jul 02:30

Paybond Kit 0.12.14

Hosted Streamable HTTP MCP and paybond mcp serve --transport http for TypeScript (@paybond/kit) and Python (paybond-kit).

Highlights

  • Streamable HTTP MCP transport with per-request Bearer service-account auth (no baked-in tenant key)
  • Hosted MCP endpoint wiring for mcp.paybond.ai alongside local stdio
  • paybond mcp serve --transport http CLI path with Origin/healthz contract
  • CLI help and setup updates for MCP HTTP self-host and coding-agent docs parity

@paybond/kit 0.12.13

Choose a tag to compare

@nonameuserd nonameuserd released this 28 Jul 05:06

Paybond Kit 0.12.13

CLI reliability and operator-facing error UX for TypeScript (@paybond/kit) and Python (paybond-kit).

Highlights

  • --debug / PAYBOND_CLI_DEBUG=1 prints error stack traces to stderr for diagnostics
  • Gateway auth failures map to stable CLI auth errors with login/doctor recovery hints
  • Command-boundary validation errors (ValueError / TypeError / RuntimeError) get per-command recovery guidance
  • Unexpected failures sanitize to non-secret messages with paybond doctor guidance
  • Harbor HTTP and auth exit codes stay structured for JSON and human output
  • CLI parity contract and regression coverage for router / HTTP error paths

@paybond/kit 0.12.12

Choose a tag to compare

@nonameuserd nonameuserd released this 28 Jul 00:22

Paybond Kit 0.12.12

Agent spend governance updates for TypeScript (@paybond/kit) and Python (paybond-kit).

Highlights

  • Plaid bank-link client and CLI (paybond plaid) for Link token, exchange, and account attach flows
  • CLI secret argv scrubbing and stronger redaction for doctor / smoke / help output
  • Dev trace host binding hardening and trace buffer / server improvements
  • Agent run-id helpers, attach-bundle / interceptor updates, and sandbox smoke checklist fixes
  • Security regression coverage for receipts, x402 signatures, and CLI secret handling

@paybond/kit 0.12.11

Choose a tag to compare

@nonameuserd nonameuserd released this 19 Jul 23:01

Paybond Kit 0.12.11

Agent spend governance updates for TypeScript (@paybond/kit) and Python (paybond-kit).

Highlights

  • Intent-terminal agent receipt compose result on evidence submit (agent_receipt_intent_terminal / agentReceiptIntentTerminal)
  • Trace events include reported_cost_cents / reportedCostCents from tool results
  • Agent CLI / doctor / sandbox smoke checklist and discovery help improvements
  • Dev trace buffer enhancements
  • Template lockfiles and framework npm wrappers aligned to 0.12.11

@paybond/kit 0.12.10

Choose a tag to compare

@nonameuserd nonameuserd released this 18 Jul 13:19

Fix release

  • Publishes the MCP doctor write-safety fix that was absent from the 0.12.9 npm artifact, preventing broken child-process stdin writes from surfacing as unhandled EPIPE failures.
  • Keeps the bundled MCP server, registry metadata, and starter-template package locks aligned at 0.12.10.
  • Includes no tenant-isolation, authentication, or authorization boundary changes.

Verification

The coordinated Kit release gates passed, including 801 TypeScript tests, npm package-consumer checks, MCP startup checks, Python package checks, and native extension validation.

@paybond/kit 0.12.9

Choose a tag to compare

@nonameuserd nonameuserd released this 18 Jul 11:50

Highlights

  • Catalog/SKU-priced agent runs now distinguish authorized spend from reported completion cost in traces and smoke-check output.
  • Adds Microsoft Agent Framework procurement starter and expands the CrewAI procurement starter.
  • Hardens MCP doctor pipe handling and aligns MCP metadata with version 0.12.9.
  • Repairs release verification and prepack behavior for reliable manual npm publication.

Install

  • npm: npm install @paybond/kit@0.12.9
  • CLI MCP: npx -y -p @paybond/kit paybond mcp serve
  • Bin: paybond-mcp-server

@paybond/kit 0.12.8

Choose a tag to compare

@nonameuserd nonameuserd released this 15 Jul 23:45

Highlights

  • Paystack CLI: paybond paystack ready / paybond paystack doctor for paystack_nip destination checks (no secrets on argv).
  • Flutterwave and Adyen CLI: rail readiness doctors alongside settlement destination flows.
  • Settlement rails: adyen_manual_capture, flutterwave_virtual_account, and paystack_nip in principal intent / agent mandate rail enums.
  • MCP: server.json and SERVER_VERSION aligned to 0.12.8.
  • Starter template pins stamped for @paybond/kit@0.12.8.

Install

  • npm: npm install @paybond/kit@0.12.8
  • CLI MCP: npx -y -p @paybond/kit paybond mcp serve
  • Bin: paybond-mcp-server

@paybond/kit 0.12.7

Choose a tag to compare

@nonameuserd nonameuserd released this 14 Jul 15:17

Highlights

  • Adyen CLI: paybond adyen ready and paybond adyen doctor verify adyen_manual_capture rail enablement and destination config without accepting secrets on argv.
  • Settlement rail: adyen_manual_capture supported in principal intent / agent mandate rail enums.
  • MCP: server.json and SERVER_VERSION aligned to 0.12.7.
  • Starter template lockfiles stamped for @paybond/kit@0.12.7.

Install

  • npm: npm install @paybond/kit@0.12.7
  • CLI MCP: npx -y -p @paybond/kit paybond mcp serve
  • Bin: paybond-mcp-server

@paybond/kit 0.12.6

Choose a tag to compare

@nonameuserd nonameuserd released this 13 Jul 01:34

Highlights

  • Google ADK: TypeScript @paybond/kit/google-adk spend-control adapter and sandbox demo smoke.
  • Cloudflare Agents: hand-maintained shopping scaffold uses bound instrument() runtime correctly (sandbox: true / attach context).
  • MCP: server.json and SERVER_VERSION aligned to 0.12.6.
  • Starter template lockfiles stamped for @paybond/kit@0.12.6.

Install

  • npm: npm install @paybond/kit@0.12.6
  • CLI MCP: npx -y -p @paybond/kit paybond mcp serve
  • Bin: paybond-mcp-server

@paybond/kit 0.12.5

Choose a tag to compare

@nonameuserd nonameuserd released this 12 Jul 15:25

Highlights

  • MCP tool metadata: richer descriptions, examples, and output schemas for paybond_get_principal and paybond_get_signed_portfolio_artifact to improve agent tool selection.
  • Glama: glama.json is included in the published package files.
  • MCP registry / server.json aligned to 0.12.5.

Install

  • npm: npm install @paybond/kit@0.12.5
  • CLI MCP: npx -y -p @paybond/kit paybond mcp serve
  • Bin: paybond-mcp-server