Tag Management, Quota Enforcement Modals, Dark Mode Fixes
October 26, 2025
This release addresses several user-reported issues and adds polish across the platform. Prompt tags — which had stopped saving — are now fully functional again. Quota limit warnings have been upgraded from easy-to-miss toast notifications to full modal dialogs with clear information and actions. Dark mode visibility has been improved in multiple areas, the help documentation system has been restructured with comprehensive guides, and a bug preventing profile settings from displaying user data has been fixed.
New Features
- Quota enforcement modals — When you hit a quota limit (libraries, prompts, or versions), a full modal dialog now appears instead of a brief toast notification. The modal clearly explains which limit you’ve reached, shows your current tier and usage, and provides options to manage your quota or upgrade. Modals have been tested across all creation workflows: library creation, prompt creation, “Save to Default Library,” “Create New Library” from builders, version finalization, new prompt within a library, and prompt duplication.
Improvements
- Improved dark mode visibility — Updated text colors and badge styling across multiple components for better contrast in dark mode. Headings, info boxes, management badges, and navigation elements are all more readable against dark backgrounds.
- Restructured help documentation — The help system has been reorganized with comprehensive step-by-step guides for libraries, prompts, builders, analyzers, quota management, and API key configuration. Navigation between help sections is more consistent, and specialized pages cover topics in greater depth than before.
- Prompt builder workflow clarity — The stepped process indicators on builder pages have been restored and made more visible, giving you clearer guidance on where you are in the prompt creation workflow.
- Improved settings page layout — The settings page now uses a three-card layout with consistent styling. Form labels are bold throughout for better scannability, and the overall layout feels more organized.
- Tag display in list view only — Prompt tags now display in the single-column list view where there’s adequate space, and are hidden in the more compact two-column and three-column grid views to prevent layout crowding.
- Prompt card navigation — Clicking a prompt card now navigates to the parent library (where you can view and manage the prompt in context) instead of the version history page, which is a more useful default destination.
Bug Fixes
- Fixed prompt tags not saving — Tags added to prompts were not being saved to the database, so they would disappear after a page refresh. The issue was caused by tags not being included in the database save operation and being loaded from a deprecated table. Tags now save correctly and persist across sessions. The full flow — adding a tag, saving the prompt, reloading the page — works as expected.
- Fixed profile settings not loading — User profile data (name and other details) wasn’t displaying on the settings page due to a response format parsing issue. The settings page now correctly extracts and displays your profile information.
- Fixed tag addition reliability — The tag input’s connection to the form state was going through a complex event chain that sometimes silently failed. Tag addition now uses a direct update path, so tags are reliably added to the form when you press Enter or click the add button.

