Commit Graph

3 Commits

Author SHA1 Message Date
pasketti
07ef1a2fad Add LLM_HEADERS support for custom request headers
Reads LLM_HEADERS as a JSON object from .env and merges it into every
LLM request alongside the existing Authorization header. Useful for
endpoints that require non-standard headers (e.g. x-openclaw-agent-id).
LLM_API_KEY continues to be sent without the "Bearer" prefix in .env.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 14:54:59 -04:00
pasketti
bba2301ba6 Update README and add screenshot
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 02:49:12 -04:00
pasketti
11d72f1e75 Initial release — Re-Commander v1.0
Local web-based control interface for the Jibo social robot via the ROM
WebSocket API (port 8160) and on-device ASR (port 8088). Features head
navigation via click-to-look and arrow keys, speech/listen/Voice-AI loop,
display control, camera/photo capture, and entity tracking — no cloud
dependency required.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 02:40:41 -04:00