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
All on PR-changed code (leak period). No behaviour change — gated by tsc + full suite (7741).
- S7763 (11): re-export patterns → `export … from` (useChatScreen, CustomAlert, downloadStore),
keeping internally-used symbols as normal imports.
- S3863 (2): merged the duplicate `./types` import in imageDownloadQnn.
- S4782 (1): extracted a named `RemoteCaps` type in engines.ts (drops the indexed-access `undefined`).
- S3776 (2 CRITICAL): reduced cognitive complexity — handleRetryMessageFn split into
retryFromUserMessage/retryFromAssistantMessage helpers; parseThinkingContent split into
parseGemmaThinking/parseChannelThinking/parseThinkTags (behavior-preserving, contract tests green).
- S3358 (1): killed the nested ternary via assistantRetryKind() helper.
- S6594 (7): `content.match(/re/)` → `/re/.exec(content)` (non-global, same semantics).
- S7780 (3): String.raw for the regex-building template strings.
- S5976 (1): parameterized the 3 platform-floor residency tests with it.each (real seam, real outcome).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments