hermes-agent/optional-skills/migration
vominh1919 7996c14795 fix: resolve model aliases during claw migrate (#16745)
`hermes claw migrate` copied OpenClaw's model setting verbatim, which
could be a display alias (e.g. "Claude Opus 4.6") instead of the actual
API ID (e.g. "claude-opus-4-6"). Hermes then sent the alias to the API,
causing HTTP 404 model not found.

Fix: look up the model string in agents.defaults.models (plural) alias
catalog. If found, use the resolved "id" field, prepending the provider
prefix if needed. If not found (already an API ID), pass through unchanged.

Fixes NousResearch/hermes-agent#16745
2026-04-28 04:58:13 -07:00
..
openclaw-migration fix: resolve model aliases during claw migrate (#16745) 2026-04-28 04:58:13 -07:00
DESCRIPTION.md Design agent migration skill for Hermes Agent from OpenClaw | Run 2026-03-06 15:12:45 -08:00