peregrine/app/pages
pyr0ball 2959abb3da fix(settings): improve suggest feedback for empty/failed LLM results
- Catch all exceptions (not just RuntimeError) so FileNotFoundError,
  connection errors, etc. surface as error messages rather than crashing
  the page silently
- Show "No new suggestions found" info message when the LLM returns
  empty arrays — previously the spinner completed with no UI feedback
- Hint to upload resume when RESUME_PATH is missing (new users)
- Only rerun() when there are actual results to display
2026-04-01 07:17:21 -07:00
..
0_Setup.py fix: keyword suggestions visibility, wizard identity autofill, dynamic sync label 2026-03-16 21:47:37 -07:00
1_Job_Review.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00
2_Settings.py fix(settings): improve suggest feedback for empty/failed LLM results 2026-04-01 07:17:21 -07:00
4_Apply.py fix(cloud): use per-user config dir for wizard gate; redirect on invalid session 2026-03-13 11:24:42 -07:00
5_Interviews.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00
6_Interview_Prep.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00
7_Survey.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00