LobeHub fixed agent-created documents so they display in the rich Document Editor instead of a code/highlight editor, and removed the automatic .md suffix from system document titles.
Fixes document rendering mode for agent-created and system documents so they open in the appropriate editor based on file extension, and removes the forced .md suffix from system document titles.
Users interacting with AI agent-created documents will see them displayed in a proper rich text editor instead of a raw code view, making the content much easier to read and work with. This directly improves the experience for anyone reviewing or editing system-generated documents in LobeHub. Developers should watch for edge cases where extensionless documents might still render incorrectly, and confirm that the shared constants from @lobechat/const are consistently applied across all environments.