fix(amd): OpenClaw schema + dashboard-api health for Lemonade#591
Merged
Lightheartdevs merged 1 commit intomainfrom Mar 24, 2026
Merged
fix(amd): OpenClaw schema + dashboard-api health for Lemonade#591Lightheartdevs merged 1 commit intomainfrom
Lightheartdevs merged 1 commit intomainfrom
Conversation
Issue 12: Update openclaw-strix-halo.json to OpenClaw 2026.3.8 schema. Replaces deprecated keys (agent, root-level providers, subagent, version, gateway.host) with new schema (agents.defaults, models.providers, etc.). Routes through LiteLLM instead of direct llama-server. Adds __LITELLM_KEY__ placeholder resolved at install time. Issue 2b: Dashboard-api health check overrides for Lemonade backend. When LLM_BACKEND=lemonade, overrides llama-server health path from /health to /api/v1/health in config.py. Adds _LLM_API_PREFIX in helpers.py so get_loaded_model() queries /api/v1/models instead of /v1/models. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Issue 12: Update
openclaw-strix-halo.jsonto OpenClaw 2026.3.8 schema. Old schema keys (agent,providers,subagent,version,gateway.host) replaced with new schema (agents.defaults,models.providers,agents.defaults.subagents). Routes through LiteLLM (litellm:4000/v1) instead of directllama-server:8080/api/v1. Adds__LITELLM_KEY__placeholder resolved by sed at install time.Issue 2b: Dashboard-api overrides llama-server health path from
/healthto/api/v1/healthwhenLLM_BACKEND=lemonade. Also fixesget_loaded_model()to query/api/v1/modelsinstead of/v1/models. Metrics and props endpoints stay at root (llama.cpp-specific, gracefully handled if unavailable).Files changed (4)
config/openclaw/openclaw-strix-halo.json— new OpenClaw 2026.3.8 schemaextensions/services/dashboard-api/config.py— Lemonade health path overrideextensions/services/dashboard-api/helpers.py—_LLM_API_PREFIXfor model queriesinstallers/phases/06-directories.sh— sed replacement for__LITELLM_KEY__Non-AMD paths: zero change
LLM_BACKENDdefaults to empty string — health override doesn't fire_LLM_API_PREFIXdefaults to/v1— same as beforeopenclaw.json,pro.json) untouchedTest plan
🤖 Generated with Claude Code