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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
thesysdev
/
openui
Public
Notifications
You must be signed in to change notification settings
Fork
607
Star
8.3k
Code
Issues
53
Pull requests
79
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: artifactAutoOpen — auto-open artifact detail panels (default on)
- #892
#892
Merged
ankit-thesys
merged 19 commits into
main
thesysdev/openui:main
from
ankit/artifact-view-mode
thesysdev/openui:ankit/artifact-view-mode
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
feat: artifactAutoOpen — auto-open artifact detail panels (default on)
#892
ankit-thesys
merged 19 commits into
main
thesysdev/openui:main
from
ankit/artifact-view-mode
thesysdev/openui:ankit/artifact-view-mode
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
feat: artifactViewMode — opt-in auto-open for artifact detail panels
Show description for 016d0df
ankit-thesys
and
claude
committed
016d0df
View commit details
Copy full SHA for 016d0df
Browse repository at this point
docs: latch keys are tool-call ids, not artifact id:version
Show description for 4dd3c4c
ankit-thesys
and
claude
committed
4dd3c4c
View commit details
Copy full SHA for 4dd3c4c
Browse repository at this point
refactor: move the auto-open behavior into a react-headless hook
Show description for 12758b7
ankit-thesys
and
claude
committed
12758b7
View commit details
Copy full SHA for 12758b7
Browse repository at this point
Commits on Jul 29, 2026
refactor: drive artifactViewMode from a ChatProvider watcher — zero UI wiring
Show description for 00a8164
ankit-thesys
and
claude
committed
00a8164
View commit details
Copy full SHA for 00a8164
Browse repository at this point
Commits on Jul 30, 2026
refactor: present-once auto-open driven by artifact registration
Show description for a4ec353
ankit-thesys
and
claude
committed
a4ec353
View commit details
Copy full SHA for a4ec353
Browse repository at this point
Commits on Jul 31, 2026
refactor: types-only public surface; once-latch on the store for all modes
Show description for bdc7a5b
ankit-thesys
and
cursoragent
committed
bdc7a5b
View commit details
Copy full SHA for bdc7a5b
Browse repository at this point
refactor: strip comments from artifact view mode files
Show description for 834d0a2
ankit-thesys
and
cursoragent
committed
834d0a2
View commit details
Copy full SHA for 834d0a2
Browse repository at this point
Commits on Aug 4, 2026
refactor: drop unused useArtifactAutoOpen hook, fold shouldAutoOpen into watcher
Show description for a87874d
ankit-thesys
and
cursoragent
committed
a87874d
View commit details
Copy full SHA for a87874d
Browse repository at this point
Commits on Aug 5, 2026
refactor: drop unused ArtifactViewModeContext
Show description for 813be89
ankit-thesys
and
cursoragent
committed
813be89
View commit details
Copy full SHA for 813be89
Browse repository at this point
refactor!: replace artifactViewMode with boolean autoOpenArtifact prop
Show description for 0b751b9
ankit-thesys
and
cursoragent
committed
0b751b9
View commit details
Copy full SHA for 0b751b9
Browse repository at this point
refactor!: rename prop to artifactAutoOpen, default on
Show description for eb58c9d
ankit-thesys
and
cursoragent
committed
eb58c9d
View commit details
Copy full SHA for eb58c9d
Browse repository at this point
docs: human-readable comments on the auto-open watcher
Show description for 12b86ae
ankit-thesys
and
cursoragent
committed
12b86ae
View commit details
Copy full SHA for 12b86ae
Browse repository at this point
Commits on Aug 6, 2026
refactor: move the auto-open latch into the watcher; store untouched
Show description for ba3f647
ankit-thesys
and
cursoragent
committed
ba3f647
View commit details
Copy full SHA for ba3f647
Browse repository at this point
style: indexed for loop in evaluateRegisteredArtifacts
Show description for 18a279b
ankit-thesys
and
cursoragent
committed
18a279b
View commit details
Copy full SHA for 18a279b
Browse repository at this point
docs: annotate watcher guards and registry shape
Show description for 97c8717
ankit-thesys
and
cursoragent
committed
97c8717
View commit details
Copy full SHA for 97c8717
Browse repository at this point
style: rename allVersionLists to artifactsWithVersions
Show description for eeab0ba
ankit-thesys
and
cursoragent
committed
eeab0ba
View commit details
Copy full SHA for eeab0ba
Browse repository at this point
refactor: single source of truth for the artifact view-id format
Show description for 5644e40
ankit-thesys
and
cursoragent
committed
5644e40
View commit details
Copy full SHA for 5644e40
Browse repository at this point
feat: a new stream's artifact takes over an already-open panel
Show description for fd85a15
ankit-thesys
and
cursoragent
committed
fd85a15
View commit details
Copy full SHA for fd85a15
Browse repository at this point
feat: edits re-open the panel — claim keyed by id:version
Show description for 3d6bde6
ankit-thesys
and
cursoragent
committed
3d6bde6
View commit details
Copy full SHA for 3d6bde6
Browse repository at this point
You can’t perform that action at this time.