Releases: stripe/link-cli
Releases · stripe/link-cli
Release list
@stripe/link-cli@0.10.1
Patch Changes
- b097a57: Security improvements for skill file and mpp pay command
@stripe/link-cli@0.10.0
Minor Changes
- 4b5f5be: security:
servenow binds to127.0.0.1by default (opt out with--host), only serves the/mcpendpoint and skills discovery (all other paths 404 instead of reaching the CLI command router), and validates requestOrigininstead of sending wildcard CORS. This prevents an unauthenticated HTTP caller that can reach the port from invoking the CLI owner's authenticated Link session.
@stripe/link-cli@0.9.0
Minor Changes
- Introduce approval_details and some fc insight features
@stripe/link-cli@0.8.3
Patch Changes
- Return spend request stepup error message
@stripe/link-cli@0.8.2
Patch Changes
- 1a0bf30: Make payment-method-id optional in spend-request create; if omitted, the default payment method will be used, or the first eligible one if no default is set
@stripe/link-cli@0.8.1
Patch Changes
- dd0e303: Document the
reportcommand: add a "Report outcomes" section to the README and reporting guidance to the create-payment-credential skill, covering the outcome types (success,blocked,abandoned) and the tag reference. Reporting is described as optional.
@stripe/link-cli@0.8.0
Minor Changes
- 5827e02: some improvemnts: Add --include-history flag to spend-request list; surface user eligibility in auth login and payment-methods list; add report command for agent observability; skip re-auth when a usable session already exists
@stripe/link-cli@0.7.4
Patch Changes
- c2fc065: Added preapproved spendRequest
@stripe/link-cli@0.7.3
Patch Changes
- f83d5cc: Update documented and enforced spend limits
@stripe/link-cli@0.7.2
Patch Changes
- a30d70b: Update release.yml to upload SEA artifacts; update some min versions across configs