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
fix(Obscura): pass --allow-file-access when launching obscura serve
0.2.2 gates DOM.setFileInputFiles behind --allow-file-access, so attachFile
failed with "DOM.setFileInputFiles is disabled" on a self-launched server. The
flag exists in 0.2.0 too, so passing it works against both.
Also drops "file uploads" from the documented limitations: they work, and the
two skipped #attachFile tests are skipped for an unrelated <select multiple>
bug, not for lack of upload support.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017bdxGACghDuRVjn3hzmdy4
0 commit comments