Blog Sections Open
aIMage v0.2.0: Scoped Image Browser and Result Previews
aIMage v0.2.0 adds a permission-aware image browser for choosing result folders, inspecting images, and reopening generated files without leaving the Evolution CMS Manager.
aIMage v0.2.0 adds an image browser to the AI image workbench. Managers can choose where generated files should go, browse existing images, inspect file details, and reopen a completed result in the same interface.
Browsing and result handling
- The folder picker shows directories and image thumbnails inside the manager's allowed file scope.
- Selecting an image shows its URL, dimensions, file size, and modification date.
- A completed task can open its result directly in the browser with that file selected.
- Opening a result for inspection does not silently change the task's output folder.
- Missing nested result folders can be created when the first generated image is written.
File boundaries
The browser respects both the manager's filemanager_path and the site's rb_base_dir. It delegates access decisions to the Evolution CMS file manager rules and refuses system locations such as package, cache, backup, Manager, and core directories. This keeps generated images in places the current manager can both write to and use.
Upgrade note
The release includes a database migration for internal message records. Run the package migrations after updating, then verify the scheduler is active so queued image jobs can continue in the background.
sCommerce v1.3.9: Lazy Storefront Pricing Resolution
sCommerce v1.3.9 makes effective and old storefront prices resolve lazily when no request-scoped result is available, while preserving the legacy pricing fallback.