The CLI adapter registry says it mirrors packages/<category>/<name>, but the ai category currently exposes only claude, gemini, openai, and qwen.
The repository already contains 59 provider directories under packages/ai, including the BYOK/OpenAI-compatible providers documented in promote ai setup. Without syncing the registry, generic commands such as sh1pt ai groq info, sh1pt ai mistral setup, or sh1pt ai list omit existing packages.
Proposed fix: sync the ai.adapters list with the current packages/ai directories.
The CLI adapter registry says it mirrors
packages/<category>/<name>, but theaicategory currently exposes onlyclaude,gemini,openai, andqwen.The repository already contains 59 provider directories under
packages/ai, including the BYOK/OpenAI-compatible providers documented inpromote ai setup. Without syncing the registry, generic commands such assh1pt ai groq info,sh1pt ai mistral setup, orsh1pt ai listomit existing packages.Proposed fix: sync the
ai.adapterslist with the currentpackages/aidirectories.