The agent will open, because it is found by index 3 in the URL resource path.
The General section contains the correct new name of the agent.
Expected Result:
The header contains the updated agent's name.
Actual Result:
But the header remains unchanged: Agents / Some Weird Assistant.
Observations:
The reason is that the page header apparently gets its value from the name input parameter of the GET request (supplied by the user), instead of the same source as the Title text box under the General section:
alita_ui/agents/all/3?viewMode=owner&name=Some+Weird+Assistant
If you remove the name from the GET params in the URL, the header will be rendered as even more confusing label:
The issue may be relevant to other ELITEA entities that support renaming, but I didn't check.
Steps to reproduce:
Expected Result:
The header contains the updated agent's name.
Actual Result:
But the header remains unchanged: Agents / Some Weird Assistant.
Observations: The reason is that the page header apparently gets its value from the name input parameter of the GET request (supplied by the user), instead of the same source as the Title text box under the General section: alita_ui/agents/all/3?viewMode=owner&name=Some+Weird+Assistant If you remove the name from the GET params in the URL, the header will be rendered as even more confusing label:
The issue may be relevant to other ELITEA entities that support renaming, but I didn't check.