fix(app-server): fix optional bool annotations (#24099)
`#[serde(default)]` wasn't sufficient for our generated TS types to reflect that clients didn't have to set them. We also need `skip_serializing_if = "std::ops::Not::not"`. This is already a rule in our agents.md file.
O
Owen Lin committed
cff960896c41799b34d8507c9df50ce8dfee1011
Parent: 014f19a
Committed by GitHub <noreply@github.com>
on 5/22/2026, 4:52:53 PM