Skip to content

Releases: paytaca/opencode-plugin

v0.1.4

19 Jun 06:00

Choose a tag to compare

v0.1.4

Fixes

  • Skip approve prompt when wallet balance is zero and show QR code for funding instead
  • Show address for easy copying and suggest paytaca receive for QR on insufficient balance
  • Minor improvements to proxy and wallet modules

Chores

  • Bumped version to v0.1.4

v0.1.2

18 Jun 13:50

Choose a tag to compare

What's Changed

  • Migrate to opencode plugin v2 API — switched from legacy connect/onExit hooks to the new config and chat.headers server API, enabling proper wallet-hash forwarding on every request
  • HTTPS proxy support — the bundled proxy now correctly uses https (instead of always http) when connecting to api.paytaca.ai, fixing backend communication
  • Wallet regex fixes — removed extra backslashes in regex patterns that were silently causing wallet hash/address/balance parsing failures
  • Dependency bump@opencode-ai/plugin updated from ^1.16.0 to ^1.17.8
  • Fallback to global paytaca-cli — if the bundled binary is missing, falls back to the globally installed paytaca command

v0.1.1

18 Jun 08:29

Choose a tag to compare

Fix self-referencing dependency in package.json that caused install to fail with 'No versions available'

v0.1.0 — Initial Release

18 Jun 08:22

Choose a tag to compare

An OpenCode plugin that connects to Paytaca AI — an AI inference provider powered by Bitcoin Cash micropayments via the x402 protocol.

Features

  • Seamless plugin integration with OpenCode (>= 1.0.0)
  • Automatic wallet creation and management via paytaca-cli
  • Local HTTP proxy (localhost:8001-8010) with x402 payment interception
  • Heartbeat-based proxy lifecycle management
  • 402 Payment Required flow with inline approval
  • Environment-based configuration (PAYTACA_BACKEND_URL)
  • Bundled paytaca-cli binary exposed as paytaca command
  • Dynamic model listing from Paytaca API
  • MIT licensed