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
Settings UI now exposes an Allowed Dirs / 允许读取的图片目录 field in
Advanced settings, so users can see and edit the image read whitelist
(previously the allowedDirs config existed but was invisible in the UI).
The page shows the Effective whitelist (workdir + home defaults plus any
user-added roots, resolved by the backend), and it refreshes live after save.
A warning in Advanced settings points users back to this field when the
engine reports Access denied: image path is outside the allowed directory.
Added
All-in-one GitHub Actions release workflow (.github/workflows/release.yml)
triggered on push of a v* tag: runs tests, npm publish, packs a .tgz
and creates/updates the GitHub Release with CHANGELOG-based notes.