pengzhanbo 07c274cdbf
feat: add agent skills (#823)
* feat: add agent skills

* chore: tweak
2026-01-29 15:52:29 +08:00

338 B

Chat

Display chat records using ::: chat container.

Syntax

  • Container: ::: chat title="Title"
  • Timestamp: {:timestamp}
  • Other User: {username}
  • Current User: {.}

Example

::: chat title="Conversation"
{:2023-10-01 12:00}

{Alice}
Hello there!

{.}
Hi Alice! How are you?

{Alice}
I'm good, thanks.
:::