litellm/.github/scripts
Cursor Agent ead3f1466b
fix(triage_rollout_enact): patch correct module for time-travel
- _fake_now now patches triage_with_llm.dt (the alias actually used by
  the issue grace check in _seconds_since_latest_marker_comment) instead
  of agent_shin_shared.dt, which was a no-op for issues.
- Drop the dead _FakeDt inner class that was never installed.
- Drop unused _DEFAULT_FUTURE_SECONDS constant.
- Update tests to assert against triage_with_llm.dt.

Co-authored-by: Yassin Kortam <yassin@berri.ai>
2026-05-26 03:50:38 +00:00
..
_agent_shin_actions.py feat(triage): add one-shot 7-day heads-up sweep for Agent Shin rollout 2026-05-25 20:27:41 -07:00
agent_shin_shared.py agent_shin: fix bug bundle (gated LLM key, author-filtered marker dedup, dedup gh/grace helpers) 2026-05-25 01:58:18 +00:00
close_duplicate_issues.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
close_low_quality_prs.py agent_shin: fix bug bundle (gated LLM key, author-filtered marker dedup, dedup gh/grace helpers) 2026-05-25 01:58:18 +00:00
scan_keywords.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
triage_rollout_enact.py fix(triage_rollout_enact): patch correct module for time-travel 2026-05-26 03:50:38 +00:00
triage_rollout_heads_up.py feat(triage): add one-shot 7-day heads-up sweep for Agent Shin rollout 2026-05-25 20:27:41 -07:00
triage_with_llm.py agent_shin: fix review_gate close-after-regression and case-insensitive label match 2026-05-25 02:11:30 +00:00