As context, I'm using OpenSpec for the first time and wanted to share feedback on issues (even minor ones, like this) as I encounter them.
When running openspec init I'm happy to see that it supports selecting multiple AI agents (unlike SpecKit).
However, it uses radio buttons for the TUI which normally mean one choice only, so it's a bit confusing:
It's probably better to use checkboxes, like shown here (with one of my own projects):
Assuming you all agree this is an improvement, I may submit a PR to update it.
As context, I'm using OpenSpec for the first time and wanted to share feedback on issues (even minor ones, like this) as I encounter them.
When running
openspec initI'm happy to see that it supports selecting multiple AI agents (unlike SpecKit).However, it uses radio buttons for the TUI which normally mean one choice only, so it's a bit confusing:
It's probably better to use checkboxes, like shown here (with one of my own projects):
Assuming you all agree this is an improvement, I may submit a PR to update it.