What's new since v1.7.1
🤖 Qoder agent support (npm) — #29
Qoder is now a first-class supported agent. The installer auto-detects Qoder and installs skills natively to ~/.qoder/skills/ (global) and .qoder/skills/ (per-project --local), matching Qoder's own skills convention and SKILL.md format. No hand-maintained docs — native npx install + auto-update for free.
npx @orchestra-research/ai-research-skills📚 Model-merging: unsupervised coefficient tuning — #34
The model-merging skill (19-emerging-techniques) gains a label-free coefficient-selection method based on AdaMMS (generation consistency, arXiv:2503.23733, CVPR 2025), with a full algorithm + end-to-end pipeline in references/coefficient-tuning.md. Reaches all users live from GitHub.
Notes
- No dependency changes; lockfile in sync,
npm auditclean (0 vulnerabilities). - Published via OIDC trusted publishing with Sigstore provenance.
Thanks to @tianhao909 (Qoder) and @ADu2021 (coefficient tuning) for the contributions.
Full Changelog: v1.7.1...v1.7.2