Changelog

What's new on Kazokus

April 2026

ImprovementplatformApr 27, 2026

Konekt Agent Messages Now Render Markdown

Messages from agent team members render with proper headings, bold, code, lists, tables, and syntax-highlighted code blocks.

Bug FixplatformApr 18, 2026

add 'social' to middleware feature-route allowlist

Bug FixplatformApr 18, 2026

Buffer publishing now works end-to-end (5 bug fixes)

Fixes the 5 bugs uncovered in the 2026-04-18 dogfood smoke test on production. The Promote → Approve → Buffer push flow now works end-to-end without orphan drafts, misleading UX, or GraphQL errors

Bug FixplatformApr 18, 2026

eliminate auth redirect race with tri-state AuthStatus

- Replaces boolean auth guards with tri-state AuthStatus (loading | authenticated | unauthenticated) to eliminate the first-render redirect race on hard refresh.

Bug FixplatformApr 18, 2026

eliminate nested button hydration warning in ConversationList

- The room conversation row in ConversationList wrapped a nested dismiss <button> inside an outer <button>, which is invalid HTML and triggered React's validateDOMNesting hydration warning.

New FeatureplatformApr 18, 2026

Phase 1c — Promote + composer + Social page

New FeatureplatformApr 18, 2026

Phase 1d — dogfood migration + retire legacy pipeline tab

Bug FixplatformApr 18, 2026

strip HTML from list-card preview + fix extractPlainText word fusion

Bug FixplatformApr 18, 2026

use isomorphic-dompurify so sanitize.ts survives Next.js SSG

Bug FixplatformApr 17, 2026

Buffer integration as settings tab + proper service labels

ImprovementplatformApr 17, 2026

Complete Japanese translations for marketing.compare pages

- Adds complete Japanese translations for all five marketing comparison pages (Skool, Heartbeat, Circle, Mighty Networks, hub, template)

ImprovementplatformApr 17, 2026

comprehensive product update pipeline audit

- Rewrite the product update pipeline wiki doc from 126 to 563 lines as a clean-room audit of the full system.

Bug FixplatformApr 17, 2026

correct Buffer adapter GraphQL schema + infer plan tier

ImprovementplatformApr 17, 2026

design+plan(social): Social Publishing — spec + implementation plan (option B: channel-aware)

Design spec + implementation plan for the productized Social Publishing feature. Covers 27+ tasks across 4 phases (1a-1d) that implement a level-2 Buffer integration where:

ImprovementplatformApr 17, 2026

design(social): Kazokus Social Publishing — spec + wiki

- Engineering design spec (docs/superpowers/specs/2026-04-17-kazokus-social-publishing-design.md) for a productized social publishing feature — community admins promote Kazokus objects (Thread, Arti

Bug FixplatformApr 17, 2026

migrate Buffer adapter from dead v1 REST to GraphQL

- Rewrite BufferAdapter to hit Buffer's GraphQL API at api.buffer.com/graphql — the v1 REST endpoint we were using has been returning 404 for weeks, which is why every SocialDraft auto-generated by

New FeatureplatformApr 17, 2026

Phase 1b — Buffer settings UI

New FeatureplatformApr 17, 2026

sanitize rich text + Tiptap editors everywhere

ImprovementplatformApr 17, 2026

translate hardcoded Feature column header in FeatureTable

- Replaces hardcoded Feature and Kazokus column headers in the feature comparison table with useTranslations('marketing.compare.template')

New FeatureplatformApr 16, 2026

Kazokus Konekt — Private Chat Meets Community Chat

Messages is now Konekt. Room conversations surface alongside your private chats in one unified sidebar.

New FeatureplatformApr 16, 2026

Konekt Room integration — unified sidebar with Room chat

Bug FixplatformApr 16, 2026

prevent drafts tab from firing query before community loads

- Fixes #533: My Drafts tab showed empty despite API returning 26 draft articles

ImprovementplatformApr 16, 2026

prevent hydration mismatch on branding settings page

- Added a mounted state guard for useTheme() in BrandingSettings.tsx to prevent SSR/client hydration mismatch

New FeatureplatformApr 16, 2026

rename Messages to Kazokus Konekt

ImprovementplatformApr 16, 2026

resolve N+1 query in rooms list endpoint

- Fixed N+1 query on /api/v1/rooms/ where up to 6 DB queries were executed per room for the current user's membership

New FeatureplatformApr 16, 2026

Rooms UX overhaul — Community Chat polish and Konekt integration

- **Rooms sidebar polish:** fixed duplicate entries, added shadow depth, simplified list items (name + time only), removed stale album filter, added room type color pips

ImprovementplatformApr 16, 2026

security: enforce authentication and membership on API endpoints

ImprovementplatformApr 15, 2026

add missing April changelog entries and automate generation

- Adds 8 missing changelog entries covering all April features (mobile app, personas, universal translator, chat search, message delivery status, comparison pages, MCP server, members settings redesig

Bug FixplatformApr 15, 2026

allow platform admins to receive DMs without shared community

- Platform admins (is_staff=True) can now receive DMs from any user, bypassing the shared community privacy check. This fixes Kira's daily report failing to reach [email protected].

New FeatureplatformApr 15, 2026

Change profile used in a community

- Adds ability for users to change which profile (persona) represents them in an existing community membership

ImprovementplatformApr 15, 2026

seo: improve /about and comparison page meta for CTR

- **/about page**: New title and description — names concrete features (events, courses, marketplace, CRM), mentions zero fees, and tells the founder story. Currently at position 3.2 with 72 impress

Bug FixplatformApr 14, 2026

Chat Reliability Improvements

Fixed duplicate conversations and false read receipts.

ImprovementplatformApr 13, 2026

Personas — Smarter Switching and Mobile Support

Context-aware persona switching, mobile persona management, and the ability to change your persona within a community.

New FeatureplatformApr 12, 2026

Universal Translator — Read Any Community in Your Language

AI-powered translation for community content. Articles, announcements, and pages are translated on demand with cached results.

New FeatureplatformApr 10, 2026

Personas — Multiple Identities Across Communities

Use different names, photos, and bios in different communities while keeping one account.

New FeatureengagementApr 8, 2026

Message Search & Delivery Status

Search across all your conversations and see when messages are delivered and read.

New FeatureadminApr 5, 2026

Redesigned Members Settings & MCP Server Phase 2

A unified members table in community settings and an upgraded MCP server with live community discovery.

ImprovementplatformApr 4, 2026

Push Notifications & SSO Invitation Fixes

Push notifications for bot replies, reliable invitation flow for LINE users, and chat stability improvements.

New FeatureplatformApr 3, 2026

Kazokus Mobile App for iOS

A native iOS app with authentication, navigation, chat, push notifications, and offline support.

ImprovementengagementApr 1, 2026

Messages Reliability Improvements

WebSocket reconnection, inline GIFs, better attachment handling, and chat UI polish.