Skip to content

v0.2.0

Choose a tag to compare

@just-tobi just-tobi released this 24 Mar 23:01
59b6609

What's new

Site language context in system prompt

The AI agent now reads all TYPO3 site languages at runtime and injects them into the system prompt. This tells the LLM which sys_language_uid to use when creating or updating content — no UI change required, language selection is automatic based on your site configuration.

Chat UI improvements

  • Message timestamps (stored with each message, displayed in the chat)
  • User and assistant avatars
  • Animated typing indicator while the assistant responds
  • SVG icon set replacing unicode characters
  • Auto-scroll only when near the bottom of the chat

MCP support

The worker command now correctly scopes backend user context per conversation, with proper cleanup in the finally block.