mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Assistant markdown images with ~-prefixed paths hit ENOENT because path.resolve doesn't expand ~, leaving paths like workspaceRoot/~/rest-of-path that never resolve. Reuse the existing resolvePathFromBase helper so tilde paths inside the workspace load instead of getting stuck on the image spinner; the sandbox check still rejects tilde paths that resolve outside the workspace.