Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
brewkits
/
hyper_render
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
25
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
v1.8.0: AI/LLM real-time token streaming engine
- #14
#14
Merged
vietnguyentuan2019
merged 19 commits into
main
brewkits/hyper_render:main
from
feat/v1.8.0-ai-streaming
brewkits/hyper_render:feat/v1.8.0-ai-streaming
Copy head branch name to clipboard
Sep 6, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
v1.8.0: AI/LLM real-time token streaming engine
#14
vietnguyentuan2019
merged 19 commits into
main
brewkits/hyper_render:main
from
feat/v1.8.0-ai-streaming
brewkits/hyper_render:feat/v1.8.0-ai-streaming
Copy head branch name to clipboard
Commits
Commits on Aug 22, 2026
feat(streaming): implement AI/LLM real-time streaming engine v1.8.0 with frame-aligned throttling, transient syntax auto-repair, typing carets, and auto-scroller
vietnguyentuan2019
committed
e557111
View commit details
Copy full SHA for e557111
Browse repository at this point
feat(streaming): add tokensPerSecond TPS telemetry, bindCustomStream mapper, stream pause/resume/cancel controls, and LaTeX math & markdown link transient syntax auto-repair
vietnguyentuan2019
committed
ecf1c16
View commit details
Copy full SHA for ecf1c16
Browse repository at this point
feat(demo): refine responsive controls toolbar and autoStart support for AI streaming demo
vietnguyentuan2019
committed
c980b01
View commit details
Copy full SHA for c980b01
Browse repository at this point
test(streaming): add comprehensive burst throttling, syntax repair, and 1000-token throughput benchmark suite
vietnguyentuan2019
committed
cc0dcee
View commit details
Copy full SHA for cc0dcee
Browse repository at this point
fix(core): resolve audit issues across auto-scroll, package versions, publish script, html normalizer, and update docs for v1.8.0 release
vietnguyentuan2019
committed
1b4097e
View commit details
Copy full SHA for 1b4097e
Browse repository at this point
chore(release): enhance publish dry-run script with unreleased upstream package resolution
vietnguyentuan2019
committed
99712a7
View commit details
Copy full SHA for 99712a7
Browse repository at this point
Commits on Sep 5, 2026
fix(streaming): repair HyperViewer streaming-mode reparse, fade, scroll, and fallback gates
Show description for 3aab42e
vietnguyentuan2019
committed
3aab42e
View commit details
Copy full SHA for 3aab42e
Browse repository at this point
fix(streaming): guard HyperStreamingController against post-terminal appends and add throttle backoff
Show description for be6259c
vietnguyentuan2019
committed
be6259c
View commit details
Copy full SHA for be6259c
Browse repository at this point
fix(streaming): scope StreamSyntaxNormalizer scans past closed code fences
Show description for fe97306
vietnguyentuan2019
committed
fe97306
View commit details
Copy full SHA for fe97306
Browse repository at this point
docs(streaming): document the 10 fixes in CHANGELOG and correct over-claims about v1.8.0
Show description for 2a274d7
vietnguyentuan2019
committed
2a274d7
View commit details
Copy full SHA for 2a274d7
Browse repository at this point
demo(streaming): remove fabricated benchmark numbers, add virtualized-mode and error-simulation controls
Show description for 3f33d0b
vietnguyentuan2019
committed
3f33d0b
View commit details
Copy full SHA for 3f33d0b
Browse repository at this point
test(streaming): lock in that code-highlighting and KaTeX never crash on transient streaming syntax
Show description for faedaab
vietnguyentuan2019
committed
faedaab
View commit details
Copy full SHA for faedaab
Browse repository at this point
docs: drop unverified '60 FPS' / '5x faster' claims from package description and README
Show description for 86fc22f
vietnguyentuan2019
committed
86fc22f
View commit details
Copy full SHA for 86fc22f
Browse repository at this point
chore: strip internal ticket-ID prefixes from code comments
Show description for 627c0a5
vietnguyentuan2019
committed
627c0a5
View commit details
Copy full SHA for 627c0a5
Browse repository at this point
docs: refresh CSS_PROPERTIES_MATRIX.md and LIMITATIONS.md for v1.8.0
Show description for 45c7f99
vietnguyentuan2019
committed
45c7f99
View commit details
Copy full SHA for 45c7f99
Browse repository at this point
fix(publish): make prepare_publish.sh account for hyper_render_epub
Show description for bba584c
vietnguyentuan2019
committed
bba584c
View commit details
Copy full SHA for bba584c
Browse repository at this point
test(security): add real fuzz suite and ReDoS/timing regression tests
Show description for ed23bb7
vietnguyentuan2019
committed
ed23bb7
View commit details
Copy full SHA for ed23bb7
Browse repository at this point
test(example): add AiStreamingDemo to the all-demos smoke test
Show description for 1dd404b
vietnguyentuan2019
committed
1dd404b
View commit details
Copy full SHA for 1dd404b
Browse repository at this point
docs: refresh test count and hyper_render_epub version in README
Show description for cb94c38
vietnguyentuan2019
committed
cb94c38
View commit details
Copy full SHA for cb94c38
Browse repository at this point
You can’t perform that action at this time.