Commit 73ead9c
committed
chore: bump flashduty-sdk for AlertsTotal regression fix
Pins to flashcatcloud/flashduty-sdk@0340ac6, which always populates
AlertsTotal in ListIncidents regardless of IncludeAlerts (SDK PR #8).
Restores the volume-gauge purpose of `alerts_total` in query_incidents
responses — v0.9.8 dropped IncludeAlerts:true to shrink LLM context but
the SDK only filled AlertsTotal inside that gated branch, so every
incident silently reported alerts_total=0. With the SDK fix, the count
is back without re-inflating the response (per-incident fetch uses
limit=1 and discards items).
Also picks up SDK PR #7 (UpdateIncident routes built-in fields through
/incident/reset) which was already on the prior pin.1 parent 945456f commit 73ead9c
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments