Commit 826ca20
fix: address CodeRabbit round 4 findings
- Guard onMarkAsRead behind reply handler existence check
- Disable reply composer when session is unavailable
- Use groupId consistently in collapse filtering and T-key toggle
- Align slash-command key handler with rendered list ordering (fuzzyMatchWithScore + sort by score)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c0a2758 commit 826ca20
3 files changed
Lines changed: 30 additions & 19 deletions
File tree
- src/renderer
- components/AgentInbox
- hooks/input
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
| 754 | + | |
| 755 | + | |
758 | 756 | | |
759 | 757 | | |
760 | 758 | | |
761 | 759 | | |
762 | 760 | | |
763 | 761 | | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
| 762 | + | |
| 763 | + | |
768 | 764 | | |
769 | 765 | | |
770 | 766 | | |
| |||
1039 | 1035 | | |
1040 | 1036 | | |
1041 | 1037 | | |
| 1038 | + | |
1042 | 1039 | | |
1043 | 1040 | | |
1044 | 1041 | | |
| |||
1067 | 1064 | | |
1068 | 1065 | | |
1069 | 1066 | | |
1070 | | - | |
| 1067 | + | |
1071 | 1068 | | |
1072 | 1069 | | |
1073 | 1070 | | |
| |||
1088 | 1085 | | |
1089 | 1086 | | |
1090 | 1087 | | |
1091 | | - | |
| 1088 | + | |
1092 | 1089 | | |
1093 | 1090 | | |
1094 | 1091 | | |
| |||
1104 | 1101 | | |
1105 | 1102 | | |
1106 | 1103 | | |
1107 | | - | |
| 1104 | + | |
1108 | 1105 | | |
1109 | 1106 | | |
1110 | 1107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
564 | 566 | | |
565 | 567 | | |
566 | 568 | | |
| |||
886 | 888 | | |
887 | 889 | | |
888 | 890 | | |
889 | | - | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
890 | 894 | | |
891 | 895 | | |
892 | 896 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
214 | 224 | | |
215 | 225 | | |
216 | 226 | | |
| |||
0 commit comments