Commit History

Fix: Persist OpenClaw chat history to workspace across restarts
5bb93f1
Running

Ando commited on

Update start.sh
5e665ae
verified

kivilaid commited on

Fix: Persist OpenClaw agents and telegram history across space restarts
803e4f5

OpenClaw Bot commited on

Auto-restore gh & claude secrets on boot
8d41f79

OpenClaw Bot commited on

Enable skills: add gh, ripgrep, claude-code, mcporter
da1c484

OpenClaw Agent commited on

feat: add server-side space privacy detection to conditionally disable UptimeRobot setup UI
1557f14

somratpro commited on

refactor: replace static sign check with async network validation for private space detection
3cbbb46

somratpro commited on

feat: refactor UptimeRobot setup UI with improved messaging and success state styling
1eb3ace

somratpro commited on

docs/feat: clarify UptimeRobot limitations for private Spaces and disable setup UI in private views
a3d9f77

somratpro commited on

refactor: update dashboard UI layout, improve sync status handling, and clean up code formatting
70d997a

somratpro commited on

refactor: replace stripDashboardAppPrefix with mapAppProxyPath to correctly preserve application base paths
2fcbf6a

somratpro commited on

feat: remap dashboard to root path and propagate search parameters across UI requests
6345e1c

somratpro commited on

feat: add base path configuration and update proxy routing to use gateway port
5f52ee7

somratpro commited on

feat: add BROWSER_PORT and update proxy functions to support dynamic port routing
baa4b59

somratpro commited on

feat: add Hugging Face backup configuration and support for global app routing
ea9c8a5

somratpro commited on

feat: implement server-side dashboard rendering with dynamic status badges and configurable control UI link
d9dfa01

somratpro commited on

refactor: dynamically resolve dashboard base path for API endpoints and UI navigation links
890b10a

somratpro commited on

feat: namespace dashboard routes under /dashboard and add proxy support for app sub-routes
f6ab881

somratpro commited on

fix: increase health monitor check interval from 30 to 300 seconds
06ae20d

somratpro commited on

style: improve dashboard responsiveness and increase health monitor interval to 30 seconds
18772a5

somratpro commited on

feat: add UptimeRobot monitor setup UI and backend integration to prevent Space sleep
78e2c48

somratpro commited on

docs: reorganize dashboard documentation and improve table formatting in README
9528925

somratpro commited on

docs: reorganize README configuration into structured tables and update section headers
b0dbb67

somratpro commited on

feat: add optional WhatsApp integration with toggle support and status tracking
bcbf1ad

somratpro commited on

feat: add graceful shutdown mechanism to stop guardian after configuration re-application
6a8bffa

somratpro commited on

feat: add success cooldown and status check to avoid redundant WhatsApp pairing attempts
e0ab924

somratpro commited on

refactor: condense code formatting and add OpenClaw scope-clearing patch to startup script
cebf290

somratpro commited on

refactor: simplify WhatsApp guardian logic by removing redundant channel status checks and handling session invalidation via error catching
43f221d

somratpro commited on

feat: add conditional verbose logging support for OpenClaw gateway via GATEWAY_VERBOSE environment variable
a73191b

somratpro commited on

refactor: update gateway connection handshake parameters and scope permissions for health-server and wa-guardian
4509401

somratpro commited on

refactor: simplify gateway connection and update handshake parameters in wa-guardian.js
529ca98

somratpro commited on

refactor: delay workspace sync and guardian startup until after gateway initialization
7cd1716

somratpro commited on

feat: update gateway connection to use token-based authentication and web-client identity headers
9535223

somratpro commited on

feat: update connection handshake parameters to include protocol version, role, and client capabilities
71ca16b

somratpro commited on

refactor: remove control route and automated gateway token injection for manual authentication
f69c31b

somratpro commited on

feat: implement persistent WhatsApp credential syncing and automatic session recovery in guardian and health-server
969345a

somratpro commited on

feat: implement real-time channel status monitoring and add authentication failure cooldowns to guardian and health server
544bf0f

somratpro commited on

feat: add WhatsApp pairing guardian, improve DNS resolution, and implement workspace sync status reporting
51ec4bc

somratpro commited on

Update README.md
b4ed131
verified

somratpro commited on

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