feat: Command Line SDK update for version 19.0.0#302
Conversation
Greptile SummaryThis PR bumps the CLI SDK to v19.0.0, upgrades the Confidence Score: 4/5Safe to merge after confirming the previously flagged updateMockNumbers/updateAuthStatus asymmetry is intentional; all other changes are well-structured. The previously flagged P1 concern (updateMockNumbers/updateAuthStatus still calling projectsService while all other security settings were migrated) remains unresolved in this diff. Both methods still exist in projects.ts so no runtime crash is expected, but the asymmetry is worth a deliberate author sign-off. All other changes — timeout tracker refactor, Homebrew PR workflow, site path question, config field pruning — look correct. lib/commands/push.ts lines 1053–1066: updateMockNumbers and updateAuthStatus still call projectsService while every other auth security setting was migrated to projectService in this PR. Important Files Changed
Reviews (4): Last reviewed commit: "chore: update Command Line SDK to 19.0.0" | Re-trigger Greptile |
This PR contains updates to the Command Line SDK for version 19.0.0.