Releases: razvangirgiz/wazap
Release list
wazap 0.10.0
OAuth for hosted agents: claude.ai Connectors, ChatGPT and Poke's OAuth mode can now use a self-hosted wazap. Set WAZAP_PUBLIC_URL and WAZAP_OAUTH_PASSWORD, give the agent the /mcp URL, and sign in on a consent page that asks read or read-and-send per agent. Discovery, dynamic client registration, PKCE, refresh and revoke are all in; bearer tokens keep working next to it. Grants live hashed in <data-dir>/oauth.json. Also a README section for serving from behind NAT through a tunnel. See CHANGELOG.md.
wazap 0.9.8
Voice messages become text: local whisper.cpp (free, private, large-v3-turbo by default) or an OpenAI-compatible API with the key kept in .env only. Auto-transcription of incoming voice notes, transcribe_audio tool, wazap config transcribe, wazap transcribe download|test, and a question in setup. See CHANGELOG.md.
wazap 0.9.7
Calls as a signal: WhatsApp calls appear as type "call" (direction, outcome, duration), live calls are recorded while wazap runs, and the inbox skill treats an answered call after an ask as "probably handled by call". New types filter on read_messages and get_recent_messages. See CHANGELOG.md.
wazap 0.9.6
Install wazap anywhere: Claude Desktop bundle (.mcpb attached), Gemini CLI extension, Cursor and VS Code one-click links, MCP Registry listing, wazap skills install for Codex/Cursor/OpenCode, connect targets for Windsurf and OpenCode. See CHANGELOG.md.
wazap 0.9.5
Names, not numbers: the address book now arrives (app state sync), senders resolve through LIDs and pushNames, the phantom 0@ chat and linking notices are gone from the digest. New: sync_contacts tool, wazap contacts resync. See CHANGELOG.md.
wazap 0.9.3
One session, many clients: the first wazap owns the WhatsApp session, every other client bridges onto it automatically. See CHANGELOG.md.
wazap 0.9.2
QR login by default, wazap setup for people and wazap setup --agent for AI agents, history sync at login, QR-linked sessions recognised. See CHANGELOG.md.
wazap 0.9.0
First public release. npx wazap-mcp login, then npx wazap-mcp connect claude-code. See CHANGELOG.md.