We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dashboard: Compare tab — window, composition shift, language mix Document the comparison window (1 week / 1 month / full history), the new Composition shift section (output/context shares + per-line efficiency + before/after donuts), and the switch from the prompt-category mix to the output language mix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FZd4UcNACq4Q3r1584K6yx
docs: dashboard refonte — Compare tab, Prompt/File Explorer, Files constellation Reflect the reorganized dashboard: the Composition page (4 KPIs + 2 charts per section, Files constellation), the split Prompt Explorer / File Explorer with deep-links, the dedicated Compare tab (replacing the per-page before/after toggle), the extended global cross-filters, and the removed Prompts tab. Fix the stale references in Architecture / Codebase-Guide / CLI-Commands / Prompt-Categories.
docs(dashboard): dashboard refreshes data on launch; two-command recipe `prompt-analytics dashboard` now runs extract + snapshot + local categorize before opening the board (skip with --no-refresh), so "run extract first" is no longer needed. Update the Dashboard page and the CLI-Commands table accordingly.
docs(wiki): document the cost-by-content zone (v2.0.0) - CLI-Commands: new "Cost by content (composition)" section with by-output / by-context / by-file / by-task / impact; categorize --semantic / --audit / --provider azure; recipes. - Dashboard: the Composition page (input/output/context/files/tasks) and the global before/after compare mode. - Architecture: the additive composition CSVs in the data model; the new core modules (compose / context / tasks / tokenizer / embeddings / taxonomy_audit); analytics + dashboard module rows updated; thirteen categories. - Codebase-Guide: module map + data-model rows for the composition zone. - Home / Prompt-Categories: three classifiers (heuristic / semantic / LLM).
docs: add Prompt Categories page Document the 13-label taxonomy: what each category represents, the heuristic decision pipeline (chrome stripping, notification + ack short-circuits, weighted scoring, tie-break, fallback), the weights and trigger words per category, how to read the distribution, observed complexity, and re-classification. Linked from the sidebar and the Dashboard page's Prompts row. Leads with a clear caveat that the rules are tuned on one developer's (non-representative) history and are the area where community contributions matter most. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
docs: apply documentation audit fixes - Accuracy-and-Pricing + Architecture: document the `copilot_plans` grid section and `load_copilot_plans()` - Architecture + Codebase-Guide: clarify that `categories.csv` (categorize) and `quota_log.csv` (snapshot) round out the six normalized CSVs - Dashboard: reorder the Pages table to match the actual nav order, and document passing Streamlit flags directly (e.g. --server.port) alongside config.toml Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add wiki: Home, Architecture, Codebase Guide, CLI Commands, Dashboard, Accuracy & Pricing