Releases: paytaca/opencode-plugin
Releases · paytaca/opencode-plugin
v0.1.4
v0.1.2
What's Changed
- Migrate to opencode plugin v2 API — switched from legacy
connect/onExithooks to the newconfigandchat.headersserver API, enabling proper wallet-hash forwarding on every request - HTTPS proxy support — the bundled proxy now correctly uses
https(instead of alwayshttp) when connecting toapi.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/pluginupdated from^1.16.0to^1.17.8 - Fallback to global paytaca-cli — if the bundled binary is missing, falls back to the globally installed
paytacacommand
v0.1.1
v0.1.0 — Initial Release
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
paytacacommand - Dynamic model listing from Paytaca API
- MIT licensed