feat: bump majordomo + support llama-swap(s) provider spellings #7

Merged
steve merged 2 commits from feat/llamaswap-schemes into main 2026-06-27 23:18:57 +00:00

2 Commits

Author SHA1 Message Date
steve 5ee6568252 docs: note un-hyphenated llamaswap/llamaswaps aliases (PR #7 review)
Build & push image / build-and-push (pull_request) Successful in 8s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 19:18:33 -04:00
steve a59e61f93c feat: bump majordomo + support llama-swap(s) provider spellings
Build & push image / build-and-push (pull_request) Successful in 6s
Adversarial Review (Gadfly) / review (pull_request) Successful in 6m8s
- Bump majordomo to the latest build (...225659).
- Accept every llama-swap spelling in gadfly's endpoint switches —
  "llama-swap"/"llama-swaps" (mirroring majordomo's DSN schemes: http vs
  https TLS) plus the un-hyphenated "llamaswap"/"llamaswaps" — in both the
  GADFLY_PROVIDER+GADFLY_BASE_URL override and the
  GADFLY_ENDPOINT_<NAME>="llama-swap|url[|key]" form. Previously only the
  un-hyphenated "llamaswap" matched, so a majordomo-canonical "llama-swap"
  hit "unknown provider".
- The LLM_* DSN path (llama-swap:// / llama-swaps://) already works via
  majordomo.Parse — no gadfly change needed there.
- README providers table + error messages updated; new endpointProvider
  alias tests.

gofmt clean, go vet quiet, go test -race green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 19:09:19 -04:00