Skip to content

v1.1.0 — AI agents, LLM connectors, Google Sheets

Choose a tag to compare

@sathyaprakash000 sathyaprakash000 released this 04 Jun 14:49
93effc1

ForgeChat v1.1.0 brings AI to your WhatsApp inbox.

✨ Highlights

  • AI agents that reply for you — connect an AI model and an agent answers customers automatically. Shape it with a plain-English system prompt, context, and tools; trigger on keyword / any-message / new contact; and let it send media back.
  • AI model connectors — OpenAI and Anthropic (Claude), managed in Settings → AI Models.
  • Google Sheets & Drive — agents can look up Sheets rows. Connect Google right in Settings → Integrations (encrypted in your DB — no env files).
  • Voice notes understood — incoming audio is transcribed and answered like text.
  • WhatsApp-style template previews — chat & broadcast render templates the way WhatsApp does, with {{1}} variables and image headers.
  • Custom-text variables in bulk broadcasts.
  • One-command deploy — a bundled docker-compose.yml (+ prod overlay); docker compose up -d and you're running.

📦 Pre-built images

docker pull ghcr.io/forgemind-git/forgechat-backend:1.1.0
docker pull ghcr.io/forgemind-git/forgechat-frontend:1.1.0

See the CHANGELOG for the full list. Upgrade: git pull && docker compose up -d --build.