You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix glab --paginate JSON parsing: Replaced naive regex (][ → ,) with a JSON-aware parser that tracks bracket depth and string state. The regex could corrupt note bodies containing ][ and broke on empty pages.
Tests
17 new tests for parseGlabPaginatedJson (single/multi page, empty pages, string values containing ][, escaped quotes, nested arrays)
Tests for summarizeGitlabNotes (system note filtering, trivial comments, maxEntries)
Fixed pre-existing metrics test assertion for corrected totalInput = fresh + cached display