Back to changelog
Product
Template Slimming: AI Chat & Fortress Layout Removed
The built-in AI chat workspace and the fortress account layout were removed, dropping 8 dependencies and about 3,000 lines of feature code; migration 0005 drops the AI chat tables — back up before upgrading.
This release trims the template: low-usage, high-maintenance built-ins were removed so buyers start from a leaner baseline.
AI Chat Removed
- The built-in AI chat workspace — pages, Hono API routes, database queries, UI components, and the AI SDK dependencies — was removed, so projects that do not ship AI features no longer carry the extra code, dependencies, or attack surface (8 package.json entries dropped, ~3,000 lines of feature code removed).
- Breaking change: migration 0005 drops the
ai_chat_conversationandai_chat_messagetables (CASCADE). Derivative projects that used AI chat should export any conversation data before pulling this upgrade.
Fortress Layout Removed
- The unmaintained fortress account-layout variant (~300 lines) was deleted, leaving the default layout as the single built-in path and reducing customization confusion; other shapes can be added as custom layout variants per the docs.