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
"%s\n\n## Synthetic Coverage\n\n- Generated %d synthetic comment(s) across %d file(s)\n- Includes deterministic Copy Issue scenarios: first-line (no prev), last-line (no next), interior-line (both prev/next)",
116
+
"%s\n\n## Synthetic Coverage\n\n- Generated %d synthetic comment(s) across %d file(s)\n- Covers Critical, Error, Warning, and Info severities across targeted files",
Summary: "# Fake Review Summary\n\nThis is a fake review generated by `build-local-test` for end-to-end testing.\n\n- No AI request was sent\n- Review data is synthetic and deterministic",
51
+
Status: "completed",
52
+
Summary: `# Fake Review Summary
53
+
54
+
This is a fake review generated by `+"`build-local-test`"+` for end-to-end testing.
55
+
56
+
- No AI request was sent
57
+
- Review data is synthetic and deterministic
58
+
59
+
## Overview
60
+
61
+
The connector handler refactor adds empty-payload validation and provider-name normalization. Configuration scaffolding and edge-case fixtures have been updated to extend test coverage.
62
+
63
+
## Technical Highlights
64
+
65
+
- `+"`src/ui_connectors_handlers.go`"+`: `+"`handleConnector`"+` now rejects empty payloads and injects a default `+"`provider`"+` key, closing a class of silent dispatch failures.
66
+
- `+"`src/fake_large_config.toml`"+`: New config scaffold added; confirm `+"`enable_telemetry = true`"+` is intentional before merging to a shared environment.
67
+
68
+
## Impact
69
+
70
+
Risk: Enabling telemetry in a generated config file may expose test-run metadata to analytics endpoints — scope this flag to local-only builds before promoting to CI.`,
0 commit comments