Files
fusion/.changeset/settings-import-export.md
gsxdsm 5912e829b1 feat(KB-624): add settings export and import functionality
- Add core settings export/import module with comprehensive tests
- Add CLI commands: kb settings --export and kb settings --import
- Add dashboard API endpoints for settings export/import
- Add dashboard UI for exporting and importing settings in SettingsModal
- Add changeset for @gsxdsm/fusion package release
2026-03-31 18:04:48 -07:00

6 lines
207 B
Markdown

---
"@gsxdsm/fusion": minor
---
Add settings import and export functionality. New CLI commands: `kb settings export` and `kb settings import`. Dashboard now has export/import buttons in the Settings modal.