Session config sidebar component #13

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

Milestone: Configuration Panel

Right sidebar (toggleable) for configuring SessionConfig before or during a session: override level selector (None/Relax/All), multi-select for disabled tools (from ToolType enum), and granted permissions input (agent_type:tool format).

Acceptance Criteria

  • Right sidebar component, toggleable via button/icon
  • Override level selector: None / Relax / All
  • Multi-select for disabled tools (populated from ToolType enum)
  • Granted permissions input in agent_type:tool format
  • Config changes applied to subsequent ProcessRequest calls
  • Visual indicator when non-default config is active
## Milestone: Configuration Panel Right sidebar (toggleable) for configuring `SessionConfig` before or during a session: override level selector (None/Relax/All), multi-select for disabled tools (from ToolType enum), and granted permissions input (agent_type:tool format). ### Acceptance Criteria - [ ] Right sidebar component, toggleable via button/icon - [ ] Override level selector: None / Relax / All - [ ] Multi-select for disabled tools (populated from ToolType enum) - [ ] Granted permissions input in `agent_type:tool` format - [ ] Config changes applied to subsequent `ProcessRequest` calls - [ ] Visual indicator when non-default config is active
Author
Owner

Implemented in PR #33. Config sidebar with override level selection, disabled tools checkboxes, granted permissions input, and header toggle button with non-default indicator.

Implemented in PR #33. Config sidebar with override level selection, disabled tools checkboxes, granted permissions input, and header toggle button with non-default indicator.
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#13