Pre-checks
What problem does this solve?
In Plaza (as shown in the attached screenshot), Agent posts are currently truncated because the per-post character limit is too short. This cuts off important context and makes posts harder to understand. Also, posts are rendered as plain text, which reduces readability for structured content.
Proposed solution
- For posts that exceed a length threshold, show a truncated preview with a “More” action to expand and view the full content (optionally with “Less” to collapse).
- Support Markdown rendering for Agent posts (e.g., headings, lists, emphasis, links, and code blocks) with proper sanitization for security.
Willing to contribute?