Commit History

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

fix: sanitize application proxy search parameters and improve connection lifecycle management for upstream requests
1c3d633

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

feat: skip and remove stale backup entries during OpenClaw state restoration
aef59f1

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

feat: open control UI link in a new tab with security attributes
c083fd1

somratpro commited on

docs: add required configuration secrets to README metadata
99951b4

somratpro commited on

docs: update custom OpenAI-compatible provider documentation with a structured configuration table and updated example
41a90e2

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

refactor: remove redundant isDashboardRoute check from health check path validation
03cf867

somratpro commited on

docs: add changelog entries for version 1.3.0 features, improvements, and fixes
acd4f9c

somratpro commited on

feat: disable Hugging Face Hub progress bars in workspace sync environment
08c12cf

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: implement server-side space privacy detection to conditionally render keep-awake UI
70d2c8e

somratpro commited on

refactor: implement asynchronous private space detection to replace static sign-parameter check
ea48603

somratpro commited on

refactor: simplify and style UptimeRobot setup UI for public Spaces
57fb27a

somratpro commited on

Merge branch 'main' of github.com:somratpro/HuggingClaw
b9576b5

somratpro commited on

feat: disable UptimeRobot monitor setup for private Hugging Face Spaces
0006b4a

somratpro commited on

Update README to simplify duplication instructions
28132d8
unverified

Somrat Sorkar commited on

Update README.md
a078088
unverified

Somrat Sorkar commited on

refactor: update dashboard routing logic, improve sync status handling, and enhance UI layout in health-server.js
9038f9e

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

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

somratpro commited on

feat: add support for HF backup configuration and update routing to handle app-based sync status reporting
411ffb9

somratpro commited on

feat: enhance dashboard UI with dynamic status badges and server-side initial data rendering
85665cf

somratpro commited on

feat: namespace dashboard routes and implement app path prefixing for proxying
f6b2915

somratpro commited on

chore: increase health monitor interval from 30 to 300 seconds
e3e1343

somratpro commited on

style: improve mobile responsiveness and increase health monitor interval to 30 seconds
620d986

somratpro commited on

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

somratpro commited on

feat: add UptimeRobot integration to prevent free Space sleep with automated monitor creation
8236b3f

somratpro commited on

docs: reorganize dashboard documentation and update LLM provider table formatting
0defb22

somratpro commited on

docs: restructure and improve configuration documentation with standardized tables
54a1af3

somratpro commited on

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

somratpro commited on

feat: implement graceful shutdown after successful configuration application
ad768a0

somratpro commited on

feat: add cooldown period to WhatsApp status checks to prevent redundant pairing requests
9aba9c1

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