Skip to content

Releases: NumstackPtyLtd/supaproxy-providers

v0.2.4

23 May 08:40
4824226

Choose a tag to compare

Patch: PluginNotFoundError, safe JSON.parse, core v2 alignment.

v0.2.3

20 May 09:53
3ae3564

Choose a tag to compare

Published to npm as @supaproxy/providers@0.2.3

v0.2.2

20 May 09:53
3ae3564

Choose a tag to compare

Published to npm as @supaproxy/providers@0.2.2

v0.2.1

20 May 09:53
3ae3564

Choose a tag to compare

Published to npm as @supaproxy/providers@0.2.1

v0.2.0

17 May 14:37
5d371b8

Choose a tag to compare

[0.2.0] - 2026-05-17

Added

  • Provider capabilities declaration (chat, embedding, listModels, vision)
  • Embedding support: supportsEmbedding, embeddingModels, embed()
  • listModels() and testConnection() methods on ProviderPlugin
  • EmbeddingResponse, ProviderModelInfo, ProviderTestResult types
  • OpenAI: embed(), listModels(), testConnection() implementations
  • Anthropic: listModels(), testConnection() implementations
  • Registry schemas() now returns capabilities and embeddingModels

Fixed

  • Em dashes replaced per writing standards