This update focuses on making chats easier to reuse and manage, while adding a few guardrails that help keep things reliable during heavy usage.
New Capabilities for Chats
You can now export a chat with its messages (including attachment metadata when available). This makes it easier to take your conversation history outside the app when you need it.
You can also fork a chat from a specific message. This lets you branch a conversation into a new chat without losing the original thread.
Title generation has been expanded into a dedicated flow, including support for different title lengths. This helps keep your chat list easier to scan and organize.
Quality of Life and Safeguards
Auto-save for prompt templates is now rate-limited. This helps prevent accidental or runaway save loops from impacting your experience.
Message handling has been tightened with clearer validation and helper logic, including checks around roles, message size, and attachment ownership. File upload rules were also centralized, with explicit limits and allowed content types.
Streaming behavior now creates the stream job even when a daily usage limit is reached, with enforcement happening during the background execution step. This makes stream creation more consistent, while still applying limits appropriately.