mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 23:11:32 +00:00
* feat(gateway): add sessions.files.set workspace file write with hash CAS (#104698) * feat(ui): CodeMirror file editor panel with CAS save + clickable tool-card paths (#104698) * fix(gateway): issue the file CAS hash only for strict-UTF-8 text (#104698) * docs(web): document the editable file detail panel (#104698) * fix(gateway,ui): round-trip BOM and CRLF bytes through the file editor (#104698) * fix(ui): keep mixed-line-ending files read-only in the file editor (#104698) * fix(ui): re-gate editability when a conflict reload returns non-editable content (#104698) * fix(gateway): reject NUL bytes in sessions.files.set replacement content (#104698) * fix(gateway,ui): regenerate protocol bindings, fix prod types and lint for file editor (#104698)