mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
2a1eba7713
* fix(ui): resolve project icons from deterministic paths Prepare project icon bytes during chat startup and serve only the process-stable snapshot. Keep all filesystem work asynchronous and lift the breadcrumb trail onto the topbar's optical axis. * fix(ui): keep project icon paths web-focused Drop the IDE-specific icon convention so every candidate remains an explicit web project path. * fix(ui): preserve project icon compatibility Restore existing web icon paths and refresh bounded session snapshots when they are served. Keep the IDE-specific path excluded per the final product decision.