Skip to content

Releases: Eskyee/agentbot-opensource

v1.0.0 — Agentbot Launch 🤖

01 Apr 23:22
Immutable release. Only release title and notes can be modified.
c535b75

Choose a tag to compare

Agentbot v1.0.0 — Support automation, real-time trials & secure pairing

  • Guarded the 7-day trial/Stripe path end-to-end: /api/billing, /api/trial, and provisioning now respect the trial countdown and auto-escalate to Stripe only after it expires. The billing page and TrialBanner show the live timer + CTAs, so new users clearly see their trial status before purchase.
  • Added token-logger + shared token helper so the OpenClaw gateway token is always trimmed, logged, and sent through the new SUPPORT_WEBHOOK_URL alert channel whenever it’s missing or sanitized.
  • Auto-healing: the dashboard now flags Auto Pair status, retries /api/support/heal-token when the token is missing, and logs/alerts when the gateway health degrades during healing.
  • Support playbook & admin telemetry: /api/support/diagnostics and /dashboard/support show live health, trial counts, token status, and recent errors, while /api/admin/summary and /dashboard/admin expose service health, expiring trials, agent statuses, and provisioning errors for managers.
  • Service health checks reuse the same helper in /api/dashboard/health so there’s no mock data anywhere—the dashboard, playbook, and alerts all reflect production hosts.

Deployment notes: token cleanup, alert webhook, and diagnostics run entirely on the production services (no secrets leaked), and the portal now automatically refreshes the gateway token whenever it goes missing.