Commit History

Log Telegram markup_type so HF logs show reply_keyboard vs inline.
26f60d3

AuthorBot Cursor commited on

Use Telegram ReplyKeyboard for books — callbacks never reach HF webhook.
6ace843

AuthorBot Cursor commited on

Fix missing agent_dbg_async used by Telegram webhook instrumentation.
3edcb17

AuthorBot Cursor commited on

Add Telegram callback debug instrumentation (session 375584).
1a9b461

AuthorBot Cursor commited on

Fix Telegram book selection with editMessageText and URL buttons.
bca8d24

AuthorBot Cursor commited on

Clarify Telegram book-button webhook refresh in skill.
fbe8d9d

AuthorBot Cursor commited on

Add Telegram book inline keyboards and document HF delivery in a skill.
156e94f

AuthorBot Cursor commited on

Deliver Telegram bot replies via webhook response so HF never needs api.telegram.org.
31a5ba7

AuthorBot Cursor commited on

Deliver Telegram replies via author browser when HF cannot reach api.telegram.org.
f6e4310

AuthorBot Cursor commited on

Fix Telegram outbox send (commit before send) and add API relay config.
2e2e0a8

AuthorBot Cursor commited on

Unblock HF Starting loop: fast /health, defer Stripe sync on boot.
f8a355f

AuthorBot Cursor commited on

Fix f-string SyntaxError blocking HF Docker build.
87727f1

AuthorBot Cursor commited on

Require a user click to open Telegram setWebhook (popup blockers were skipping it).
83dab17

AuthorBot Cursor commited on

Process Telegram webhooks in-process on HF (no Celery worker).
5782e14

AuthorBot Cursor commited on

Make Telegram Connected/Not connected only; finish webhook via author browser.
8c9c3ef

AuthorBot Cursor commited on

Point Telegram webhooks at the HF API host, not the Vercel marketing site.
2d605e4

AuthorBot Cursor commited on

Show Telegram webhook setup on the Channels card when HF blocks api.telegram.org.
3768bb7

AuthorBot Cursor commited on

Save Telegram token when HF cannot reach api.telegram.org.
1cf2b57

AuthorBot Cursor commited on

Import normalize_bot_token for Telegram connect.
744eadd

AuthorBot Cursor commited on

Fix Channels escHtml crash and clearer Telegram token validation.
d0e31f3

AuthorBot Cursor commited on

Simplify Channels Meta form: show only fields required for selected channel.
dae0528

AuthorBot Cursor commited on

Harden omnichannel: WA 24h window, templates, token budget, security tests.
636fcfa

AuthorBot Cursor commited on

Add per-author omnichannel channels with auth-hardened inbox.
d1d3ef1

AuthorBot Cursor commited on

Allow authors to renew and refill tokens when the current plan budget runs out.
e1383a0

AuthorBot Cursor commited on

Restore author self-serve billing: view plans, renew, upgrade, and invoices.
cda777a

AuthorBot Cursor commited on

Stop cross-panel session wipes that force repeated logouts.
1457ae5

AuthorBot Cursor commited on

Remove embed debug instrumentation and fix widget intake/overflow.
576296a

AuthorBot Cursor commited on

fix: orphan embed grant (user missing) — clear error + revoke dead grant
4d94da4

AuthorBot Cursor commited on

debug: instrument embed subscription 403 path (reason + widget ingest)
b6963af

AuthorBot Cursor commited on

Fix embed Save: consume unlock credit on first re-lock so field locks immediately
35a6596

AuthorBot Cursor commited on

Fix embed unlock: redirect to HF /author, confirm on return, idempotent grant
3af9a4f

AuthorBot Cursor commited on

Fix SuperAdmin logout loop (this-binding) + add Fix Grant button to restore revoked embed grants
9916f85

AuthorBot Cursor commited on

Restore soft-revoked grant with commit() during visitor request, guarded by hard-revoke check
496359e

AuthorBot Cursor commited on

Fix visitor 403: clean soft-remap, no in-request DB mutation, grant restore via Embed Code.
99d4324

AuthorBot Cursor commited on

Restore revoked in-term embed grants and clear stale Redis blacklist.
681afec

AuthorBot Cursor commited on

Fix stale embed 403 for 2nd visitors; onboarding spotlights; remove TOTP debug.
fafecdd

AuthorBot Cursor commited on

Fix SuperAdmin embed Remove 403 by sending TOTP on DELETE.
df2ccff

AuthorBot Cursor commited on

Add debug instrumentation for SuperAdmin TOTP and session logout.
92ad852

AuthorBot Cursor commited on

Cache-bust widget.js after embed Origin/CORS fix.
7c436f1

AuthorBot Cursor commited on

Fix embed 403 on author sites: CORS reflect + Origin fallback.
3b7225d

AuthorBot Cursor commited on

Polish embed unlock UX: pay unlocks edit, hide add-at-cap, gate embed code.
34e4e31

AuthorBot Cursor commited on

Enforce plan embed slots with lock-on-save and paid Stripe unlock.
a7c2022

AuthorBot Cursor commited on

Lock embed tokens to website domain and refine intake UI.
7926279

AuthorBot Cursor commited on

Inject preview token into HTML data-attrs and cache-bust widget.js.
5438732

AuthorBot Cursor commited on

Fix widget token wipe from empty script attrs on preview.
5703d6e

AuthorBot Cursor commited on

Add debug instrumentation for widget preview sync.
bb98b46

AuthorBot Cursor commited on

Sync Widget Config appearance to live bot and Embed.
cab723c

AuthorBot Cursor commited on

Fix widget theme validation and switch info tips to hover.
5b9bfa5

baqir3033 Cursor commited on

Fix auth logout loop from broken refresh retries and premature session wipe.
9688900

baqir3033 Cursor commited on

Isolate author and superadmin sessions to stop surprise logouts.
8162879

baqir3033 Cursor commited on