mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-30 02:33:53 +00:00
Run the Utility Model naming task from monologue_end so it cannot delay the Main Model's first token. Keep the existing background task, naming safeguards, and configuration behavior unchanged.
636 B
636 B
Chat Naming
Chat Naming adds a standard sidebar action for manually renaming chats and tasks. Its modal can ask the chat's configured Utility Model to suggest a concise name from recent user messages.
Automatic naming is configured per project and agent profile. It runs after the response, so its Utility Model call never delays the Main Model. It can name an unnamed chat once from its first user message, or refresh the name after every user message using recent user-only context.
Use /rename New Chat Name to rename the current chat directly, or /rename auto to generate and save a name with its configured Utility Model.