andreahlert opened a new pull request, #64969:
URL: https://github.com/apache/airflow/pull/64969

   ## Summary
   
   Three small improvements to the auto-triage TUI, building on the vault layer 
merged in #64590.
   
   **Check vault TTL**: The check status vault cached completed results with no 
expiration, which meant re-running checks on the same commit (without force 
push) would keep serving stale data. Now uses a 4-hour TTL matching the PR 
metadata vault.
   
   **Search by title/author**: The `/` search prompt only matched by PR number. 
Now also matches by title substring and author login, with a PR number match 
taking priority.
   
   **Review questions in on-demand LLM**: `generate_review_questions` was only 
active in sequential review mode. On-demand LLM re-evaluation (the `l` key) now 
passes `diff_text` when available so the LLM prompt includes directed 
verification questions.
   
   ## Test plan
   
   - Check vault TTL test updated: verifies that backdated cache entries expire 
after 4 hours
   - Search: type `/` then a title substring or author name to jump to matching 
PR
   - On-demand LLM: press `l` on a PR with a fetched diff, review questions 
appear in the LLM prompt
   - All 27 vault tests pass
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [ ] No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to