feat(FN-1558): add dedicated Instructions tab in Agent Detail view

- Add InstructionsTab component for editing agent system instructions directly in the dashboard
- Include validation (character count, preview section) and reset to default functionality
- Add 82 regression tests covering Instructions tab editing flows
- Update agents.md documentation with Instructions tab usage guide
- Add changeset for @gsxdsm/fusion package
This commit is contained in:
gsxdsm
2026-04-10 13:30:37 -07:00
parent c1bb1adce8
commit f9d65f5447
4 changed files with 679 additions and 108 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Add dedicated Instructions tab in Agent Detail view for editing agent custom instructions. Users can now edit inline instructions, set/clear an instructions file path, and directly edit markdown file content when a path is configured. This makes agent instruction editing more discoverable and practical, aligning with the existing soul/memory editing workflow. Settings tab remains focused on heartbeat/budget/advanced configuration.