HuggingClaw / start.sh

Commit History

refactor: remove cloudflare-worker.js and rename workspace-sync.py to openclaw-sync.py
7095f9e

somratpro commited on

refactor: consolidate Telegram user ID configuration into TELEGRAM_ALLOWED_USERS environment variable
d499109

somratpro commited on

feat: replace UptimeRobot with an automated Cloudflare Worker for Space keep-alive functionality
25b14fd

somratpro commited on

refactor: update default allowed domains, unify domain filtering logic, and remove UptimeRobot setup UI from health server
93a1830

somratpro commited on

feat: allow merging multiple origins into control UI allowed list instead of overwriting
1b1f2ba

somratpro commited on

refactor: optimize rate limiting, harden WebSocket parsing, update webhook payload formatting, and cleanup Docker assets
d43f799

somratpro commited on

Harden config build, speed up startup, add healthcheck
fe9380c

somratpro Claude Opus 4.7 commited on

Add proxy error cause logging, clean up startup logs
f83188b

somratpro Claude Sonnet 4.6 commited on

fix: proxy googleapis.com through Cloudflare and fix fetch duplex for POST streaming
65662cc

somratpro Claude Sonnet 4.6 commited on

fix: remove default path in upload_folder and restrict Cloudflare proxy domains to specific endpoints
e624c11

somratpro commited on

feat: add query parameter support for proxy target/key and ensure unbuffered gateway logging
aea0c64

somratpro commited on

feat: add Telegram proxy support, improve fetch/undici header handling, and expand dispatcher patching
f4f91b0

somratpro commited on

refactor: improve request patching logic in cloudflare-proxy and force IPv4 for Telegram configuration
16622a0

somratpro commited on

refactor: simplify proxy logic by removing undici patching and add unauthenticated fallback for Telegram bot API paths
be3c836

somratpro commited on

feat: expand Cloudflare proxy support to include Discord and Google services while streamlining configuration settings
561793f

somratpro commited on

fix: use native telegram apiRoot proxying
4511427

somratpro commited on

feat: enable global wildcard proxying and enhance cloudflare-proxy with undici and fetch support
0afb9bd

somratpro commited on

feat: configure Cloudflare proxy environment variables and update Telegram plugin settings with custom network and retry parameters
be252ea

somratpro commited on

feat: add ACP plugin configuration toggle and strip host header from proxy requests
4daa85e

somratpro commited on

refactor: rename CLOUDFLARE_API_TOKEN to CLOUDFLARE_WORKERS_TOKEN for proxy configuration
f2338a4

somratpro commited on

feat: replace DNS fix with automated Cloudflare outbound proxy provisioning for blocked network requests
678f3be

somratpro commited on

feat: add BROWSER_PLUGIN_MODE configuration to control browser execution logic
ef257fb

somratpro commited on

feat: add configuration support for Telegram auto-select family, token, timeout, and retry settings
09e5aeb

somratpro commited on

feat: add TELEGRAM_NATIVE_COMMANDS configuration and update telegram channel settings to use object merging
4b80115

somratpro commited on

feat: deny lmstudio and xai plugins in configuration script
4b1a273

somratpro commited on

feat: conditionally configure logging and restrict enabled plugins when running on Hugging Face Spaces
df6be22

somratpro commited on

feat: add configurable logging levels and disable Bonjour discovery in start script
316749c

somratpro commited on

fix: use default value expansion for environment variables to prevent unbound variable errors in start.sh
ddb17fb

somratpro commited on

refactor: overhaul workspace sync to use robust huggingface_hub operations and local fingerprinting
0f21014

somratpro commited on

feat: update startup banner to display bundled runtime version instead of tag
c591c73

somratpro commited on

refactor: clean up iframe-fix.cjs code style and remove deprecated OpenClaw scope patch from start.sh
3f47fb5

somratpro commited on

feat: add support for registering custom OpenAI-compatible providers via environment variables
304ec00

somratpro commited on

feat: reduce default workspace sync interval to 180s and refactor sync logic into a dedicated function
2ffeaa2

somratpro commited on

refactor: generalize OpenClaw state persistence and add browser warm-up sequence
2159e0f

somratpro commited on

feat: trigger workspace state snapshot during graceful shutdown sequence
f1b6f7f

somratpro commited on

feat: integrate headless Chromium browser support with automated path detection and configuration
df1c00f

somratpro commited on

feat: implement state persistence for agents, memory, and extensions across workspace syncs
cfcca86

somratpro commited on

feat: relocate dashboard to root path and update routing logic for improved accessibility
774bd5e

somratpro commited on

refactor: route dashboard traffic to gateway port and add base path configuration
8c12f41

somratpro commited on

refactor: remove internal self-ping keep-alive in favor of dashboard-based UptimeRobot setup
73a87a7

somratpro commited on

feat: add optional WhatsApp integration with toggle and status monitoring
de4ed0d

somratpro commited on

fix: patch OpenClaw scope-clearing bug and refactor WhatsApp session logout logic to error handler
a0b9abe

somratpro commited on

feat: add support for optional verbose logging in OpenClaw gateway startup
f0bf522

somratpro commited on

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

somratpro commited on

feat: implement persistent WhatsApp session backup and restore via workspace sync and add automatic session invalidation on auth errors
d439036

somratpro commited on

feat: implement auth failure cooldowns, add loopback trusted proxies, and enhance health server status reporting
2ab78d1

somratpro commited on

feat: migrate OPENCLAW_VERSION to build-time argument and hardcode health server ports
7552177

somratpro commited on

refactor: migrate dashboard to /dashboard and implement internal reverse proxy for gateway traffic
f41cf76

somratpro commited on

feat: enable iframe embedding by injecting a preload script to strip security headers and update CSP policies
40855ff

somratpro commited on

feat: implement wa-guardian for automated WhatsApp pairing and add Control UI shortcut to dashboard
dd7ada8

somratpro commited on