Problem
When launching qodercli on Windows 10, this warning appears every time:
⚠ Warning: Windows 10 detected. Some UI features like smooth scrolling may be degraded. Windows 11 is recommended for the best experience.
The warning is hardcoded with priority: "high" and cannot be disabled.
Request
- Add a config option (e.g.
"ui.suppressStartupWarnings": true) or CLI flag to hide it.
- Or reduce priority to
low so it auto-dismisses after a few launches.
- Or add an env var like
QODER_SUPPRESS_WARNINGS=1.
Environment
- qodercli 0.2.6
- Windows 10 (build < 22000)
Problem
When launching qodercli on Windows 10, this warning appears every time:
The warning is hardcoded with
priority: "high"and cannot be disabled.Request
"ui.suppressStartupWarnings": true) or CLI flag to hide it.lowso it auto-dismisses after a few launches.QODER_SUPPRESS_WARNINGS=1.Environment