• Joined on 2023-01-02
steve deleted branch feat/qwen-builtin from steve/majordomo 2026-08-12 21:03:35 +00:00
steve pushed to main at steve/majordomo 2026-08-12 21:03:35 +00:00
f837115a55 Merge pull request 'feat(qwen): Alibaba Qwen built-in over Model Studio's OpenAI-compatible mode' (#27)
f8ced9c629 docs(progress): describe the shape this PR actually landed in
0760cf96d4 docs: gadfly round 4 — two doc-comment fixes
8670ed22be refactor: gadfly round 3 — one table owns the OpenAI-compat contract
f1f2b653c3 refactor: gadfly round 2 — both halves of an OpenAI-compat built-in register together
Compare 7 commits »
steve merged pull request steve/majordomo#27 2026-08-12 21:03:34 +00:00
feat(qwen): Alibaba Qwen built-in over Model Studio's OpenAI-compatible mode
steve commented on pull request steve/gadfly#30 2026-08-12 21:00:20 +00:00
feat(qwen): let Qwen (and Kimi) join the swarm

Round 2: all eight real (three pairs were duplicates across lenses), fixed in 1d6eaa0. The best ones are about this PR's own fixes.

  • run.sh:193GADFLY_API_KEY was a false pass.
steve pushed to feat/qwen-provider at steve/gadfly 2026-08-12 20:59:03 +00:00
1d6eaa08c5 fix(qwen): gadfly round 2 — the anti-drift list had already drifted
steve pushed to feat/qwen-builtin at steve/majordomo 2026-08-12 20:57:34 +00:00
f8ced9c629 docs(progress): describe the shape this PR actually landed in
steve commented on pull request steve/majordomo#27 2026-08-12 20:53:36 +00:00
feat(qwen): Alibaba Qwen built-in over Model Studio's OpenAI-compatible mode

Round 4: two of three real, fixed in 0760cf9. Both doc-only — the code findings have stopped.

  • opus, env.go:30DSN.Scheme's list named kimi but not qwen: the same sibling drift this…
steve pushed to feat/qwen-builtin at steve/majordomo 2026-08-12 20:53:07 +00:00
0760cf96d4 docs: gadfly round 4 — two doc-comment fixes
steve commented on pull request steve/majordomo#27 2026-08-12 20:44:00 +00:00
feat(qwen): Alibaba Qwen built-in over Model Studio's OpenAI-compatible mode

Round 3: three of four real, fixed in 8670ed2.

  • kimi-k2.6, builtin.go:70 — the sharpest of the round. The LLM_<NAME> expression was byte-identical in registry.go's lazy resolution and…
steve commented on pull request steve/gadfly#30 2026-08-12 20:43:12 +00:00
feat(qwen): let Qwen (and Kimi) join the swarm

Round 1: all five findings real (two pairs were the same defect from two lenses), all fixed in 2367e69.

  • run.sh:169, 3-model agreement — the best finding here. My comment claimed absent…
steve pushed to feat/qwen-provider at steve/gadfly 2026-08-12 20:43:01 +00:00
2367e696b5 fix(qwen): gadfly round 1 — three real findings, all sibling drift
steve pushed to feat/qwen-builtin at steve/majordomo 2026-08-12 20:41:00 +00:00
8670ed22be refactor: gadfly round 3 — one table owns the OpenAI-compat contract
steve created pull request steve/gadfly#30 2026-08-12 20:30:51 +00:00
feat(qwen): let Qwen (and Kimi) join the swarm
steve pushed to feat/qwen-provider at steve/gadfly 2026-08-12 20:30:31 +00:00
0f40b21d79 feat(qwen): let Qwen (and Kimi) join the swarm
steve created branch feat/qwen-provider in steve/gadfly 2026-08-12 20:30:31 +00:00
steve commented on pull request steve/majordomo#27 2026-08-12 20:26:06 +00:00
feat(qwen): Alibaba Qwen built-in over Model Studio's OpenAI-compatible mode

Round 2: both findings real, both fixed in f1f2b65.

  • sonnet, builtin.go:144 — the sharpest finding of the review, and the same class as round 1 one level in: I factored the DSN-scheme
steve pushed to feat/qwen-builtin at steve/majordomo 2026-08-12 20:25:40 +00:00
f1f2b653c3 refactor: gadfly round 2 — both halves of an OpenAI-compat built-in register together
steve commented on pull request steve/majordomo#27 2026-08-12 20:17:30 +00:00
feat(qwen): Alibaba Qwen built-in over Model Studio's OpenAI-compatible mode

Round 1: both findings were real, and both were the same finding — the PR argued for retiring byte-identical production code into one helper, then copy-pasted the test fixtures. Fixed for the…

steve pushed to feat/qwen-builtin at steve/majordomo 2026-08-12 20:17:20 +00:00
31d6b59356 refactor(test): gadfly round 1 — share the OpenAI-compat test fixtures
steve created pull request steve/majordomo#27 2026-08-12 20:08:16 +00:00
feat(qwen): Alibaba Qwen built-in over Model Studio's OpenAI-compatible mode