Summary
The dashboard at http://localhost:3333 is currently read-only. It would be useful to be able to switch common settings directly from the UI without needing to drop into the terminal.
Use Case
Common mid-session switches like compression level or tool profile currently require terminal commands:
lean-ctx compression max
lean-ctx tools power
lean-ctx config set structure_first true
Having these accessible in the dashboard would keep the workflow inside the editor/browser and make lean-ctx more accessible to users who prefer GUI over CLI.
Suggested Controls
- Compression level — toggle between
off / lite / standard / max
- Tool profile — toggle between
minimal / standard / power
- Structure first — on/off toggle
- Terse agent — toggle between
off / lite / full / ultra
These are the most commonly switched settings mid-session. Full config editing is not necessary — just the high-impact toggles.
Environment
- OS: Windows
- lean-ctx version: v3.8.6
Summary
The dashboard at
http://localhost:3333is currently read-only. It would be useful to be able to switch common settings directly from the UI without needing to drop into the terminal.Use Case
Common mid-session switches like compression level or tool profile currently require terminal commands:
Having these accessible in the dashboard would keep the workflow inside the editor/browser and make lean-ctx more accessible to users who prefer GUI over CLI.
Suggested Controls
off / lite / standard / maxminimal / standard / poweroff / lite / full / ultraThese are the most commonly switched settings mid-session. Full config editing is not necessary — just the high-impact toggles.
Environment