Files
pragent/tests/pilot
Claude dd49d83933 feat(dashboard): model select dropdown in edit form
The repo edit form already renders a <select id="model"> with one
<option value="…"> per cost_model.PRICES key (sorted) plus a
"— keep current —" placeholder. This commit adds the test that pins
that behaviour: every key must appear as an <option>, no others.

1 test under tests/pilot/test_dashboard_select.py.
2026-08-22 15:15:29 +00:00
..