feat(FN-1426): update docs with new Prompts section in Settings modal

This commit is contained in:
gsxdsm
2026-04-10 22:38:52 -07:00
parent 33953234b9
commit 4993ba9b62
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Add Prompts section to Settings modal for fine-grained prompt customization. Users can now discover and edit AI agent prompt segments through a visual editor in the dashboard. The Prompts section (Settings → Prompts) displays all available prompt keys with their descriptions, provides textareas for editing overrides, and includes Reset buttons to restore built-in defaults. Cleared overrides are persisted as `null` to delete the override and fall back to defaults.