Discover

v1.20.1 · what's newcee2677

Releases

v1.20.1

2026-08-27

Fixes

  • FixCorrect injection for roleplay — token units, proximity, stable cooldown

v1.20.0

2026-08-27

New features

  • Interpolate character templates and hide literal nsfw tag in play variant

v1.19.0

2026-08-25

New features

  • OpenRouter BYOK chat sends

v1.18.0

2026-08-25

New features

  • Headless BYOK TanStack AI via OpenRouter OAuth PKCE

v1.17.0

2026-08-25

New features

  • Lockfile-vs-installed verification gate + CI workflow

v1.16.0

2026-08-25

New features

  • Add lorebook approval queue, default-approved and public

Fixes

  • FixStop self/cross-bot reply loops, deliver proactive replies

v1.15.0

2026-08-25

New features

  • Full drizzle transcript persistence classified by guild/channel/user

v1.14.0

2026-08-25

New features

  • Switch manager to buffered loopback with bounded retry
  • Buffered delivery helpers + retry classification
  • First-class 9router/auto free pool as default bot model

Fixes

  • FixRaise stream timeout 30s -> 10min (reasoning models need it)
  • FixInstall signal handlers once, make stopBot race-safe
  • FixSerialize generations per bot, channel-fetched replies, skip relationship tracking
  • FixRetry once on transient empty generation
  • FixKeep partial stream text on socket death; harden chunk replies
  • FixCapture RUN_ERROR from stream, real reasons in replies + error log
  • FixGeneric naming for free router pool in bot model selector

v1.13.1

2026-08-25

Fixes

  • FixAdd source to ChatRecord type
  • FixDisable Supermemory RAG + ingest for bot chats (owner memory privacy)

v1.13.0

2026-08-25

New features

  • Persist discord bot errors with 3-day retention and admin viewer
  • Discord Bots quick action on overview
  • Discord bots management section
  • Discord bots admin CRUD endpoints
  • Owner token reveal + copy endpoint and UI
  • Make persona optional (0 = none) + propagate persona changes; document persona role
  • Open-by-default allow list + per-bot LLM model selection
  • Show typing indicator while generating
  • Show typing indicator while generating
  • Encrypt bot tokens at rest (AES-256-GCM) with lazy legacy migration

Fixes

  • FixResolve Bearer API keys in authGuard via verifyApiKey fallback
  • FixPass configId when provisioning owner api key
  • FixSurface generation failures to triggering Discord user
  • FixToken regex must accept real three-segment Discord tokens
  • FixMount discordBotRoutes in app composition
  • FixMove models query into BotForm scope

v1.12.1

2026-08-24

Fixes

  • FixGraceful gateway shutdown on SIGTERM/SIGINT + test coverage
  • FixDM partials + reserve cooldown before generation

v1.12.0

2026-08-24

New features

  • Add Discord bot profile card with create/edit/enable/delete and setup guide
  • Run user discord bot gateways in-process with owner-budget generation via loopback stream

Fixes

  • FixValidate SSE events with @ag-ui/core schema
  • FixClamp historyBackfillLimit to Discord's 100-message fetch cap
  • Fix120s deadline on loopback stream + reader cleanup
  • FixCache owner api key per bot, rotate only on 401

v1.11.0

2026-08-24

New features

  • Add discordBots + discordBotChannels schema and boot migration

Fixes

  • FixPin bun 1.4.0 in EAS profiles

v1.10.0

2026-08-24

New features

  • Add RC webhook events viewer to admin billing tab
  • Admin endpoints to list and reprocess RevenueCat webhook events

Fixes

  • FixTrust only backend subscription state for isPro on mobile

v1.9.0

2026-08-24

New features

  • Record RevenueCat webhook deliveries in webhookEvents with dedupe
  • Add webhookEvents table for RevenueCat delivery ledger

v1.8.0

2026-08-24

New features

  • Secure RevenueCat purchases behind HMAC webhook

v1.7.0

2026-08-24

New features

  • Reserve/reconcile for fabula, refill-time debt collection, free-tier daily cap

v1.6.1

2026-08-24

Fixes

  • FixBill provider-reported tokens in field generation; lock bucket engine with tests

v1.6.0

2026-08-24

New features

  • Argv paths for booru import script + VPS runbook note

v1.5.3

2026-08-24

Fixes

  • FixTDD input-field hardening for characters, lorebooks, personas

v1.5.2

2026-08-23

Fixes

  • FixPost-save navigation race + duplicate-create protection everywhere

v1.5.1

2026-08-23

Fixes

  • FixUpdate label from 'Appearance' to 'Theme' in chat and thread settings

v1.5.0

2026-08-23

New features

  • Indexed alias autocomplete with broader recall

v1.4.1

2026-08-23

Fixes

  • FixHarden tag creation and public search endpoints

v1.4.0

2026-08-23

New features

  • Unified booru tag universe with search, colors, moderation

v1.3

2026-08-23

Fixes

  • FixGuarantee version rollover at 1.99 -> 2.0

v1.2

2026-08-22

New features

  • AdMob SSV rewarded ads end-to-end, crash-safe refunds, generation rate limits

v1.1

2026-08-22

New features

  • Tag every push, fix version displays and chips

v1.0

2026-08-22

Image generation arrives in chat — create, pick models, and pay only for what you use

New features

  • Generate images directly in chat, with the Civitai LoRA picker, model selection, cost previews, and a gallery for your creations
  • Character profiles can be rich HTML pages, drafted by AI and sanitized automatically
  • Group chats bring several characters into one conversation
  • Creator Leaderboard highlights the most-loved characters
  • Yearly Wrapped pages recap your chat history
  • Voice cloning is available from the web app
  • Free-tier unlimited chat option in settings
  • Faster search with caching and recent searches
  • Unsaved-changes guard keeps you from losing form edits by accident
  • Empty states now point you straight to character creation

Fixes

  • FixDialog rendering no longer causes hydration errors or invalid DOM warnings
  • FixImage generation polls time out gracefully instead of hanging forever
  • FixUpstream image APIs retry only transient failures, so real errors surface immediately