[Vue] Settings: LLM-assisted form fields missing across all settings tabs #59

Closed
opened 2026-04-02 17:30:59 -07:00 by pyr0ball · 0 comments
Owner

Problem

The Streamlit Settings page has LLM generation buttons on several form fields. These are absent from Vue settings views.

Missing LLM-assist features (by settings tab)

My Profile

  • Career Summary: "Generate with AI" button
  • Voice & Personality: "Generate with AI" button
  • Mission alignment notes: per-row "Generate" button

Search Preferences

  • Job Titles: "Suggest Titles" button (generates tailored titles based on resume + target role)
  • Exclude keywords: auto-suggest based on user profile

Resume Profile

  • Bullet point expansion (paid tier): expand terse bullets to full descriptions

These features use can_use(tier, feature_key, has_byok) for tier gating. All are BYOK-unlockable.

## Problem The Streamlit Settings page has LLM generation buttons on several form fields. These are absent from Vue settings views. ## Missing LLM-assist features (by settings tab) ### My Profile - Career Summary: "Generate with AI" button - Voice & Personality: "Generate with AI" button - Mission alignment notes: per-row "Generate" button ### Search Preferences - Job Titles: "Suggest Titles" button (generates tailored titles based on resume + target role) - Exclude keywords: auto-suggest based on user profile ### Resume Profile - Bullet point expansion (paid tier): expand terse bullets to full descriptions These features use `can_use(tier, feature_key, has_byok)` for tier gating. All are BYOK-unlockable.
pyr0ball added this to the Paid Tier GA milestone 2026-04-02 17:30:59 -07:00
pyr0ball added the
enhancement
vue
labels 2026-04-02 17:30:59 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/peregrine#59
No description provided.