mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 14:41:35 +00:00
* fix(chat): close disclosures in coalesced HTML Keep model-authored details closers visible to the shared disclosure contract when CommonMark absorbs them into type-6 HTML blocks across the Control UI and native apps. * refactor(apps): isolate disclosure unfolding Keep the native disclosure segmenter below its lint complexity and type-size limits, and refresh the source-owned native i18n inventory after the move. * fix(apps): align disclosure helper visibility Keep the extracted same-file helper compatible with Swift access control while leaving its implementation types hidden outside the source file. * fix(apps): align source replacement visibility Keep the source replacement helper at the same file-private boundary as the extracted disclosure unfolding types.