fix: enable openclaw device pairing by default#167
Merged
Conversation
Remove `--reasoning-format none` from all 13 GGUF model configs (Qwen 3.5, GLM 4.7, GPT-OSS) so llama.cpp's default auto mode handles reasoning + tool calling correctly — fixes OpenClaw agentic tool calling which was broken by raw `<think>` tags and XML tool calls leaking into content. Also: - Add `oc_sync_openclaw_runtime` to entrypoint-common.sh — writes the resolved model provider, context window, and gateway config into openclaw.json so OpenClaw picks up the local llama-server automatically - Run the sync twice in entrypoint-unified.sh (before and after `openclaw doctor --fix`) to survive doctor's rewrite - Fix LD_LIBRARY_PATH to append existing paths instead of replacing them - Add controlUi (allowedOrigins + dangerouslyDisableDeviceAuth) to Go config, TypeScript config, and validation schema
Hermes rejects short or common placeholder API keys (e.g. "test123", "changeme") when binding to 0.0.0.0. The entrypoint now detects weak tokens and auto-generates a 32-byte hex key via openssl, displaying it in the ready banner so users can still authenticate.
…binary llama-liquid-audio-server was removed in llama.cpp b8967 — audio support is now built into llama-server via the mtmd library. The plugin just needs to point at llama-server with the same CLI args (--mmproj, -mv, --tts-speaker-file).
Fix NameError in media server error handler (engine_id → plugin_id). Add python-multipart to Dockerfile.unified — required by FastAPI for file upload endpoints (STT). Audio TTS+STT verified working on RTX 5090 with Qwen 3.6 27B + LFM2.5 Audio (26.5GB / 32.6GB VRAM).
change A2GO_DISABLE_DEVICE_AUTH default from true to false so new deployments require device approval. document the env var and pairing flow in readme, runpod template, and add-model skill.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
A2GO_DISABLE_DEVICE_AUTHdefault fromtruetofalse— device pairing is now on by default for securityA2GO_DISABLE_DEVICE_AUTH=trueTest plan
openclaw devices list→ pending request visibleopenclaw devices approve <id>→ device approved, Web UI connectsA2GO_DISABLE_DEVICE_AUTH=true→ Web UI connects without pairing