agent-zero/plugins/_chat_naming
frdel 93d1131ce1 Unify WebUI icons and fix message collapsing
Introduce the x-icon custom element and migrate first-party WebUI and bundled plugin markup while retaining legacy Material icon compatibility. Defer icon-font readiness until the splash-installed document is parsed so Firefox does not leave icons transparent. Centralize chat message collapse handling, avoid false Show More controls on short user messages, and align grouped-message pagination styling. Update DOX and add regression coverage for the icon and collapse behavior.
2026-07-31 13:32:41 +00:00
..
api Chat rendering/pagination, Add chat-naming and pin-to-top plugins 2026-07-29 08:17:50 +02:00
commands Improve WebUI bundling, manifest and stop command 2026-07-29 19:49:07 +02:00
extensions Unify WebUI icons and fix message collapsing 2026-07-31 13:32:41 +00:00
helpers Chat rendering/pagination, Add chat-naming and pin-to-top plugins 2026-07-29 08:17:50 +02:00
prompts Chat rendering/pagination, Add chat-naming and pin-to-top plugins 2026-07-29 08:17:50 +02:00
tests Improve WebUI bundling, manifest and stop command 2026-07-29 19:49:07 +02:00
webui Unify WebUI icons and fix message collapsing 2026-07-31 13:32:41 +00:00
AGENTS.md Improve WebUI bundling, manifest and stop command 2026-07-29 19:49:07 +02:00
default_config.yaml Chat rendering/pagination, Add chat-naming and pin-to-top plugins 2026-07-29 08:17:50 +02:00
plugin.yaml Chat rendering/pagination, Add chat-naming and pin-to-top plugins 2026-07-29 08:17:50 +02:00
README.md Improve WebUI bundling, manifest and stop command 2026-07-29 19:49:07 +02:00

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 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.