Spaces:
Sleeping
Sleeping
Commit History
feat: add UptimeRobot monitor setup UI and backend integration to prevent Space sleep 78e2c48
docs: reorganize dashboard documentation and improve table formatting in README 9528925
docs: reorganize README configuration into structured tables and update section headers b0dbb67
feat: add optional WhatsApp integration with toggle support and status tracking bcbf1ad
feat: add graceful shutdown mechanism to stop guardian after configuration re-application 6a8bffa
feat: add success cooldown and status check to avoid redundant WhatsApp pairing attempts e0ab924
refactor: condense code formatting and add OpenClaw scope-clearing patch to startup script cebf290
refactor: simplify WhatsApp guardian logic by removing redundant channel status checks and handling session invalidation via error catching 43f221d
feat: add conditional verbose logging support for OpenClaw gateway via GATEWAY_VERBOSE environment variable a73191b
refactor: update gateway connection handshake parameters and scope permissions for health-server and wa-guardian 4509401
refactor: simplify gateway connection and update handshake parameters in wa-guardian.js 529ca98
refactor: delay workspace sync and guardian startup until after gateway initialization 7cd1716
feat: update gateway connection to use token-based authentication and web-client identity headers 9535223
feat: update connection handshake parameters to include protocol version, role, and client capabilities 71ca16b
refactor: remove control route and automated gateway token injection for manual authentication f69c31b
feat: implement persistent WhatsApp credential syncing and automatic session recovery in guardian and health-server 969345a
feat: implement real-time channel status monitoring and add authentication failure cooldowns to guardian and health server 544bf0f
feat: add WhatsApp pairing guardian, improve DNS resolution, and implement workspace sync status reporting 51ec4bc
Update README.md b4ed131 verified
fix: lock down config and credentials permissions (600/700) 5c7757f
SecurityBot commited on
Remove legacy workspace-sync.sh, keep only Python sync 644054d
Somrat Sorkar commited on
v1.1.0: Pre-built Docker image, huggingface_hub sync, password auth, trusted proxies 5365372
Somrat Sorkar commited on
Fix all provider names to match OpenClaw system (zai, moonshot, mistral, xai, opencode, etc.) 0bfb89f
Somrat Sorkar commited on
Fix OpenRouter section: remove fake 'openrouter/auto', use real model IDs from OpenClaw docs facefdf
Somrat Sorkar commited on
Fix Anthropic model names: use OpenClaw format (hyphens) not OpenRouter format (dots) 21a7032
Somrat Sorkar commited on
Fix provider names to match OpenRouter API (z-ai, mistralai, moonshotai, deepseek, meta-llama, etc.) abf5aa0
Somrat Sorkar commited on
Add OpenRouter support + 15+ popular models (Qwen, Grok, MiMo, Seed, Nemotron, GLM, Mercury, etc.) b19cd4a
Somrat Sorkar commited on
Merge remote-tracking branch 'origin/main' 837da99
Somrat Sorkar commited on
Add support for multiple LLM providers (Zhipu, Moonshot, MiniMax, Mistral, Cohere, Groq, etc.) 4987deb
Somrat Sorkar commited on
Add .env.example with complete configuration reference d85636c
Somrat Sorkar commited on
Add .env.example with complete configuration reference 29d6958
Sambiot commited on
Remove .gitattributes b723ff6
somratpro commited on
Make LLM_MODEL required + add Duplicate Space button cfe4b3a
somratpro commited on
Fix: use dangerouslyDisableDeviceAuth to bypass pairing for Docker 9cf2dd4
Somrat Sorkar commited on
Remove invalid requireAuth config 3d2dc6a
Somrat Sorkar commited on
Disable Control UI auth requirement for HF Spaces 864ac02
Somrat Sorkar commited on
Auto-inject gateway token into Control UI to bypass pairing aeb1d95
Somrat Sorkar commited on
Pre-approve Control UI device in ~/.openclaw/devices/paired.json 567a914
Somrat Sorkar commited on
Pre-create approved client entry to bypass pairing for Docker 27165bb
Somrat Sorkar commited on
Remove invalid pairing config - use default 7e64775
Somrat Sorkar commited on
Fix: use gateway.controlUi.pairing = false 74e7ef3
Somrat Sorkar commited on
Use dmPolicy: open to disable pairing for headless/Docker c917d32
Somrat Sorkar commited on
Use --no-pairing CLI flag instead of config cb6b4ef
Somrat Sorkar commited on
Disable pairing for Docker/headless deployments 322722c
Somrat Sorkar commited on
Fix: agents.defaults.model at top level, not under gateway b0340c8
Somrat Sorkar commited on
Set model via gateway.agents.defaults.model in config 495e016
Somrat Sorkar commited on
Remove agents config - use environment variable for model instead 00c3396
Somrat Sorkar commited on
Add gateway logging and startup verification 8f0d1fd
Somrat Sorkar commited on
Fix: agents should be object, not array 1fc658a
Somrat Sorkar commited on