Releases: tonderio/tonder-ai-integrations
Releases · tonderio/tonder-ai-integrations
Release list
Tonder Web SDK 0.1.12
Tonder Web SDK 0.1.12
Syncs the AI integration plugin with Web SDK documentation 0.1.5.
Changed
- Bundles the Web SDK
0.1.5README snapshot from GitHub. - Carries forward maintained integration recipes for framework configuration, secure fields, payment flows, saved-card/COF reminders, and reconciliation guidance.
- Updates Claude and Codex plugin metadata for release
0.1.12.
Verification
npm testnpm run buildclaude plugin validate ./plugins/claude-code/tonder-web-sdkclaude plugin validate .- Codex plugin validator
Tonder Web SDK 0.1.11
Tonder Web SDK 0.1.11
Fixes recipe output so agents no longer receive hardcoded API key or secure-token examples through the lifecycle section.
Fixed
- Syncs Web SDK README examples that use public browser configuration for Tonder public API key and SDK environment.
- Replaces the
get_integration_recipelifecycle block with concise framework-specific configuration guidance instead of embedding API reference examples. - Adds regression tests to prevent hardcoded
api_key: 'pk_test_...'andsecure_token: 'server_minted_secure_token'from leaking into recipe output.
Verification
npm testnpm run buildclaude plugin validate ./plugins/claude-code/tonder-web-sdkclaude plugin validate .- Codex plugin validator
Tonder Web SDK 0.1.10
Tonder Web SDK 0.1.10
Configuration and secure-token guidance update for the Tonder Web SDK AI integrations.
Changed
- Bundles Web SDK docs
0.1.3from the public GitHub README. - Guides agents to use public app configuration for the Tonder public API key and SDK environment:
- Vite/React:
import.meta.env.VITE_* - Next.js Client Components:
process.env.NEXT_PUBLIC_* - Angular:
environment.ts/ file replacements - Plain HTML: merchant-provided public runtime config such as
window.__TONDER_CONFIG__
- Vite/React:
- Keeps
currencyas merchant checkout/business data instead of forcing it into environment variables. - Adds always-on final-response reminder for backend-generated
secure_tokenrequirements in Card on File, saved-card, list/remove-card, and enrollment flows.
Verification
npm testnpm run buildclaude plugin validate ./plugins/claude-code/tonder-web-sdkclaude plugin validate .- Codex plugin validator
Tonder Web SDK 0.1.9
Tonder Web SDK 0.1.9
Security hardening release for the Tonder Web SDK AI integrations.
Security
- Adds explicit public-documentation boundaries to the bundled skill and MCP server instructions.
- Prepends MCP tool responses with a reminder that only public SDK integration guidance is exposed.
- Adds restricted-content tests for private endpoints, internal headers, bearer-token examples, source maps, and local/private-network URLs in bundled documentation.
- Updates maintainer guidance with a release hardening gate for public plugin artifacts.
Verification
npm testnpm run buildclaude plugin validate ./plugins/claude-code/tonder-web-sdkclaude plugin validate .- Codex plugin validator
Tonder Web SDK 0.1.8
Release 0.1.8
Summary
Patch release syncing the latest Tonder Web SDK README from GitHub and improving payment reporting guidance.
Fixed
- Bundled Web SDK docs
0.1.2fromhttps://github.com/tonderio/web-sdk/blob/main/README.md. - Documents
client_referenceas the merchant order/reference used in dashboards, exports, webhooks, transaction records, and transaction reports. - Documents non-sensitive
metadatafields useful for reports:operation_date,customer_email,customer_id, andbusiness_user. - Keeps
idempotency_keyguidance focused on preventing duplicate charges during retries. - Ensures generated SDK documentation snapshots include maintained integration recipes.
Verification
npm run sync:docsnpm testnpm run buildclaude plugin validate ./plugins/claude-code/tonder-web-sdkclaude plugin validate .- Codex plugin validation
Tonder Web SDK 0.1.7
Release 0.1.7
Summary
Patch release correcting secure-field mount container height guidance and refreshing the bundled Web SDK documentation from GitHub.
Fixed
- HTML, React, and Angular recipes now recommend
max-height: 90pxfor.card-fieldmount containers. - Agent instructions now explain that merchant CSS caps the mount container height while
customization.card_fields.stylesstyles SDK-rendered input internals inside the secure iframe. - Bundled Web SDK docs were synced from
https://github.com/tonderio/web-sdk/blob/main/README.md. - MCP tools now use the latest bundled Web SDK docs version by default instead of pinning tool input schemas to
0.1.0. - Docs sync now falls back to GitHub API reads when raw GitHub URLs are rate-limited.
Verification
npm run sync:docsnpm testnpm run buildclaude plugin validate ./plugins/claude-code/tonder-web-sdkclaude plugin validate .- Codex plugin validation