Commit ee27b29
authored
Improve auto-triage TUI: vault fallback, check TTL, search, review questions (#64969)
- Use vault as fallback for single-PR fetch at startup, skipping the
GraphQL call when cached data is still fresh (4h TTL).
- Add 4h TTL to check vault so re-run results on the same commit
are picked up instead of serving stale cached data.
- Extend TUI search (/) to match by title and author in addition
to PR number.
- Pass diff_text to LLM assessment on on-demand re-evaluation so
review questions are included in the prompt.
Signed-off-by: André Ahlert <andre@aex.partners>1 parent 431c40b commit ee27b29
4 files changed
Lines changed: 82 additions & 19 deletions
File tree
- dev/breeze
- src/airflow_breeze
- commands
- utils
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
1859 | 1859 | | |
1860 | 1860 | | |
1861 | 1861 | | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
1862 | 1898 | | |
1863 | 1899 | | |
1864 | 1900 | | |
| |||
5322 | 5358 | | |
5323 | 5359 | | |
5324 | 5360 | | |
| 5361 | + | |
5325 | 5362 | | |
5326 | 5363 | | |
5327 | 5364 | | |
| |||
10041 | 10078 | | |
10042 | 10079 | | |
10043 | 10080 | | |
10044 | | - | |
10045 | | - | |
10046 | | - | |
| 10081 | + | |
| 10082 | + | |
| 10083 | + | |
| 10084 | + | |
| 10085 | + | |
| 10086 | + | |
| 10087 | + | |
| 10088 | + | |
| 10089 | + | |
10047 | 10090 | | |
10048 | 10091 | | |
10049 | 10092 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1753 | 1753 | | |
1754 | 1754 | | |
1755 | 1755 | | |
1756 | | - | |
| 1756 | + | |
1757 | 1757 | | |
1758 | 1758 | | |
1759 | 1759 | | |
| |||
1786 | 1786 | | |
1787 | 1787 | | |
1788 | 1788 | | |
1789 | | - | |
| 1789 | + | |
| 1790 | + | |
1790 | 1791 | | |
1791 | | - | |
| 1792 | + | |
1792 | 1793 | | |
1793 | | - | |
1794 | | - | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
1795 | 1807 | | |
1796 | | - | |
| 1808 | + | |
1797 | 1809 | | |
1798 | | - | |
1799 | 1810 | | |
1800 | | - | |
1801 | 1811 | | |
1802 | 1812 | | |
1803 | 1813 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
| |||
0 commit comments