Skip to content

v0.1.1 — Model Fetching & Custom Provider Guide

Choose a tag to compare

@jaxtonzhc jaxtonzhc released this 21 Jun 17:42

What's New

New Features

  • apm provider models <name> — Fetch available models from provider's /v1/models endpoint, sorted by version (newest first)
  • Interactive custom provider setup — Guided flow for adding non-registry providers:
    • Base URL input
    • Anthropic Base URL (optional, press Enter to skip)
    • Auto-fetch and select models from the API
  • Version-aware model sorting — Models sorted by embedded version number (e.g. v4 > v3 > v2.5)

Improvements

  • Cursor adapter — Shows BYOK limitation warning (Ask/Plan mode only)
  • Codex adapter — Enhanced CC Switch setup guide (3-step instructions)
  • Homebrew supportbrew tap jaxtonzhc/tap && brew install apm

Tests

  • 8 new test cases for model fetching and version sorting
  • Total: 122 tests passing