v0.9.4
Go language support + severity threshold config
- New Go language analysis: nil dereferences, missing error checks on multi-return functions
- New
.mergegleam.jsonconfig: set minimum severity threshold per repo (Pro only) - Improved TypeScript null analysis now follows conditional type narrowing through if/else branches
- Fixed False positive on optional chaining with nullish coalescing operator