From 8be2a39105395f64b5a8edf5288fea97ab53be37 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Tue, 5 May 2026 22:59:49 -0700 Subject: [PATCH] feat(dashboard): move agent Import button to global agents header Surfaces Import alongside "New Agent" in the agents header and removes the duplicate buttons from individual agent detail pages and the controls panel. Co-Authored-By: Claude Opus 4.7 (1M context) --- .changeset/agent-import-in-global-header.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/agent-import-in-global-header.md diff --git a/.changeset/agent-import-in-global-header.md b/.changeset/agent-import-in-global-header.md new file mode 100644 index 000000000..fa406e570 --- /dev/null +++ b/.changeset/agent-import-in-global-header.md @@ -0,0 +1,5 @@ +--- +"@fusion/dashboard": patch +--- + +Move the agent Import button to the global agents header, next to "New Agent", and remove it from individual agent detail pages and the controls panel.