https://github.com/user-attachments/assets/d47ce85f-8ef6-4116-983e-9a10da4af5be Hi, so here in tab model specs, I have 2 agents: <img width="1366" height="185" alt="Image" src="https://github.com/user-attachments/assets/7f433b4b-1686-47cd-bdc7-a2ef65e61044" /> If I click add entry and write a field, the first agent in the list is dropped and replace by the new entity. Fix suggested by Claude: happend instead of prepend ``` setKeys((prev) => [...prev, newKey]); onChange([...items, {}]); ```
Screen.Recording.2026-08-07.at.11.19.40.mov
Hi,
so here in tab model specs, I have 2 agents:
If I click add entry and write a field, the first agent in the list is dropped and replace by the new entity.
Fix suggested by Claude:
happend instead of prepend