mirror of
https://github.com/desplega-ai/agent-fs.git
synced 2026-09-14 20:46:59 +08:00
1c6ecb7d61
Adds a fourth "rich" layout to the markdown editor in the web UI, behind the existing pencil button. MDXEditor is lazy-loaded, themed to the app palette, and remembered per browser; Monaco source stays the default. Saves go through the existing write path, skip byte-equal writes, warn once on reformat, and fall back to Monaco when the file cannot be parsed. Saving now also refreshes the cached file text so Cancel and the preview show the new content without a reload.