fix(qoder): allow qmodel_latest model key

- Add qmodel_latest to QODER_MODEL_MAP
- Expose qmodel_latest in static Qoder provider catalog (qd)
- Generalize executor comment so model set does not go stale
- Add unit coverage for the new model key + catalog

Closes #1638

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
therunnas
2026-06-06 10:44:37 +07:00
committed by decolua
co-authored by Cursor
parent e6c09aad15
commit 61d546627e
4 changed files with 20 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ export const QODER_MODEL_MAP = {
lite: "lite",
// Frontier models
qmodel: "qmodel",
qmodel_latest: "qmodel_latest",
dmodel: "dmodel",
dfmodel: "dfmodel",
gm51model: "gm51model",