Skip to content

openclaw-amem@1.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 11:31
e33813f

Patch Changes

  • #51 79075a6 Thanks @heichaowo! - Declare the OpenAI-provider capability surface in the plugin manifest. 0.3.0
    added an OpenAI-compatible LLM path (reading AMEM_LLM_PROVIDER and
    OPENAI_API_KEY, and able to reach api.openai.com or any compatible gateway),
    but openclaw.plugin.json still only declared the Anthropic surface. The two new
    env vars and an openai endpoint class are now declared, so the manifest matches
    what the code actually does — and ClawHub's scan can adjudicate the bundled
    openai SDK's env/network access against a declared capability instead of
    holding the release.

  • #53 51dca27 Thanks @heichaowo! - Document the multi-provider LLM support prominently. The OpenAI-compatible
    provider was only described in the configuration reference and the README's
    security section; the plugin README's Requirements line and the docs
    getting-started page still framed the LLM as Anthropic-only. Both now point at
    a dedicated LLM provider section covering AMEM_LLM_PROVIDER=anthropic|openai
    and the OpenAI-compatible endpoints (OpenAI, DeepSeek, OpenRouter, Groq, Together,
    Ollama, vLLM, LM Studio).