fix: defer streaming math rendering#608
Merged
Merged
Conversation
…math # Conflicts: # src/app/settings/defaultSettings.ts # src/core/types/settings.ts # src/i18n/locales/de.json # src/i18n/locales/en.json # src/i18n/locales/es.json # src/i18n/locales/fr.json # src/i18n/locales/ja.json # src/i18n/locales/ko.json # src/i18n/locales/pt.json # src/i18n/locales/ru.json # src/i18n/locales/zh-CN.json # src/i18n/locales/zh-TW.json # src/i18n/types.ts # tests/unit/providers/claude/types/types.test.ts
bulynbulyn
pushed a commit
to bulynbulyn/claudian-wsl
that referenced
this pull request
May 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
$and$$delimiters outside inline code, fenced code, and raw HTML tags for transient streaming output.Validation
node scripts/run-jest.js --config .context/jest-gh-597.config.cjs --runInBand --silent=falsenpm run typechecknpm run lintnpm run testnpm run buildThe GH-597 validation script now reports zero live unescaped math renders and zero live unclosed math renders, while preserving one final render with completed markdown.