Preset configurations #14

Closed
opened 2026-03-12 09:56:25 +01:00 by shahondin1624 · 1 comment

Milestone: Configuration Panel

Allow saving/loading named config presets (e.g., "Strict mode", "Research only", "Full access") to localStorage. Ship 2-3 sensible defaults.

Acceptance Criteria

  • Save current config as a named preset
  • Load preset from a dropdown/list
  • Delete custom presets
  • 2-3 built-in default presets shipped:
    • "Strict mode" — no overrides, restricted tools
    • "Research only" — limited tool set for read-only operations
    • "Full access" — all overrides relaxed, all tools enabled
  • Presets persisted in localStorage
  • Built-in presets cannot be deleted
## Milestone: Configuration Panel Allow saving/loading named config presets (e.g., "Strict mode", "Research only", "Full access") to localStorage. Ship 2-3 sensible defaults. ### Acceptance Criteria - [ ] Save current config as a named preset - [ ] Load preset from a dropdown/list - [ ] Delete custom presets - [ ] 2-3 built-in default presets shipped: - "Strict mode" — no overrides, restricted tools - "Research only" — limited tool set for read-only operations - "Full access" — all overrides relaxed, all tools enabled - [ ] Presets persisted in localStorage - [ ] Built-in presets cannot be deleted
Author
Owner

Implemented in PR #34. Preset store with 3 built-in presets and custom preset save/load/delete, integrated into ConfigSidebar.

Implemented in PR #34. Preset store with 3 built-in presets and custom preset save/load/delete, integrated into ConfigSidebar.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: llm-multiverse/llm-multiverse-ui#14