Analyzer and Builder UI Overhaul with Admin Fixes
November 1, 2025
This release delivers a major interface overhaul for both analyzers and builders, introducing a unified details view, standardized action buttons, and clearer credit tracking. Alongside the UI work, critical admin-side fixes ensure quota tiers can be edited and user resource counts display accurately.
New Features
- Details View for Analyzers — A new “View Details” button on the analyzer results page reveals metadata cards showing the AI provider and model used, processing time, credits consumed, word and character counts for both input and output, and analyzer information. This replaces the previous three-tab layout with a cleaner single-view toggle.
- Details View for Builders — Builders now have a matching details toggle showing builder information, AI model and provider, complexity level, credits used, prompt configuration summary (objective length, output categories, context, constraints), and generated prompt statistics.
- AI Credits Display — Both analyzers and builders now show credit usage in user-friendly terms rather than raw cost estimates, making it easier to understand what each generation costs relative to your monthly allowance.
Improvements
- Standardized Action Buttons — Analyzers now have a consistent four-button layout (Copy, Export, Details, New Analysis) and builders have a five-button layout (Copy, Export, Format Toggle, Details, Regenerate). The format toggle automatically exits the details view for smoother navigation.
- Analyzer Layout Reorganization — AI model selection and prompt input are now displayed side by side, making better use of screen space and reducing scrolling.
- Fixed Admin Tier Editing — Administrators can now save changes to subscription tier quotas. Previously, all 13 tier configuration fields (pricing, limits, BYOK settings) were failing to save due to a security policy conflict.
- Accurate Admin User Counts — The admin users panel now shows accurate real-time counts for libraries, prompts, and versions by querying actual resource tables instead of monthly tracking data. This eliminates issues with negative counts and zero-value displays that were caused by the previous approach.
Bug Fixes
- Fixed Quota Audit Logging — Resolved an issue where certain quota operations would fail because the audit system didn’t recognize all event types. All quota actions now log correctly.
- Fixed Credit Tracking in Builder API — The builder API now returns complete metadata including credits used, provider, model, and processing time, enabling the new details view to display accurate information.
Deprecated / Removed
- Legacy Builder Pages Removed — Nine older builder page variants (analysis-builder, task-builder, universal-builder, prompt-builder, and prompt-builder variations) have been removed. All builder functionality is now consolidated into the current unified builder system.
- Legacy Admin Pages Removed — Older admin pages for subscription management, token usage tracking, and user management have been removed in favor of the current quota management dashboard.
- Deprecated Components and Services Cleaned Up — 24 deprecated UI components and 5 deprecated services were removed, along with 3 obsolete API endpoints. Navigation links throughout the app have been updated to point to current pages.
- Legacy Database Tables Flagged for Removal — 11 deprecated database tables from the old subscription and feature management system have been identified for removal, including legacy tier definitions and configuration tables.

