Commit Graph

2 Commits

Author SHA1 Message Date
Claude 99255bb167 feat(dashboard): drop token auth, trust oauth2-proxy X-Forwarded-User 2026-08-22 18:03:33 +00:00
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