From 641f70b68c94567f399b5c3aaaeb16d977616f61 Mon Sep 17 00:00:00 2001 From: hermes Date: Thu, 30 Jul 2026 21:02:46 +0000 Subject: [PATCH] WB2: append v1.1 section to user guide (email radar, dedupe, tailor CV) --- docs/user-guide.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index e2baa44..6c415d6 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -116,4 +116,33 @@ This transparency helps you make informed decisions about when to use AI feature - Run without API keys first to explore the platform with mock data. Use `POST /concierge/seed-demo` (via curl or the API) to populate demo data instantly. - Check the Today page daily for new nudges and digest items. - Always review AI-generated content before sending. The system assists you, but you are the decision maker. -- Use the scam/red-flag indicators to avoid suspicious postings. \ No newline at end of file +- Use the scam/red-flag indicators to avoid suspicious postings. + +## v1.1: email radar, dedupe, tailor CV + +Three new features help you move faster without missing anything. + +### Email radar on the Today page + +The Today page now has two extra strips above the digest: + +- **Deadlines This Week** shows upcoming application deadlines as cards. Cards turn red when the deadline is within two days. Click a card to jump to the application. +- **Inbox Insights** lists classified email suggestions (interview invite, rejection, question, noise) pulled from your inbox monitoring. Each card has Accept and Dismiss buttons. Accepted suggestions stay on file; dismissed ones disappear. A **Recent Notifications** mini-log at the bottom shows the last five system events so you can see what happened recently. + +### Dedupe in Research + +The Research table now groups duplicate postings by cluster. When the same role appears through multiple agencies or sources, the cluster header shows "also via N more." Click the header to expand the alternates list and see all sources side by side with their scores. This saves you from applying to the same job three times. + +### Tailor CV + +On any application detail page, click **Tailor My CV** to generate a CV variant tuned to that specific posting. The panel shows: + +- A keyword coverage bar indicating how well your CV matches the posting description. +- A change log listing every modification (reordered sections, rephrased bullets). No facts are invented; only rephrased and reordered. +- A download link for the tailored CV as a PDF. + +The tailored CV appears in the artifacts list for that application, ready to use in the approval and send flow. + +### Cost breakdown by provider + +The Cost Summary on the Today page now includes a per-model breakdown table showing tokens in, tokens out, cost, and run count for each LLM model used. This helps you compare spending across providers at a glance. \ No newline at end of file