Commit History

fix: exclude log files from HF sync to prevent LFS errors
bc5b20f

tao-shen Claude Opus 4.6 commited on

Update README.md
49bf79c
verified

tao-shen commited on

feat: remove all filtering and sanitization from sync
23558af

tao-shen Claude Opus 4.6 commited on

feat: sync dataset from .openclaw folder directly
45fad92

tao-shen Claude Opus 4.6 commited on

fix: recover from corrupt openclaw.json — rebuild config from scratch on parse failure
b8fcec4

tao-shen commited on

feat: switch model to StepFun Step-3.5-Flash (Free) on OpenRouter
2aa1028

tao-shen commited on

feat: switch model to OpenRouter DeepSeek (deepseek-chat:free)
4d4426f

tao-shen commited on

fix: update Gemini API key to correct Google AI Studio key
5ebf5ab

tao-shen commited on

fix: force default auth token 'openclaw-space-default' to match client injection
dea8521

tao-shen commited on

fix: force full gateway config in _patch_config to fix token_mismatch
8f87f91

tao-shen commited on

fix: remove gateway auth token, add trustedProxies for HF Spaces proxy
28e0024

tao-shen commited on

fix: switch to gemini-3-flash-preview per user request
ef597f7

tao-shen commited on

feat: switch default model to Gemini 2.0 Flash, clean up provider schema fields
625c061

tao-shen commited on

fix: exclude credentials dir, sanitize ALL json files recursively to fix HF 400 error
dae020b

tao-shen commited on

fix: increase upload timeout to 600s, skip files >10MB, log staging contents
171726e

tao-shen commited on

fix: use openclaw_data/ path, sanitize API keys before upload, add staging dir and tracebacks
e492daf

tao-shen commited on

refactor: simplify persistence — upload_folder entire .openclaw dir to dataset
5e95362

tao-shen commited on

docs: add environment variables to README
341b782

tao-shen commited on

feat: full directory backup + Telegram config
d65550e

tao-shen Claude Opus 4.6 commited on

feat: add full directory backup to sync_hf.py
da664b2

tao-shen Claude Opus 4.6 commited on

fix: revert to sync_hf.py which was working before
c3b2c76

tao-shen commited on

fix: use shell=True for node subprocess like original sync_hf.py
3e434db

tao-shen Claude Opus 4.6 commited on

fix: repair corrupted entrypoint.sh encoding
ee6f83c

tao-shen Claude Opus 4.6 commited on

fix: ensure default config exists when persistence not configured
c82956b

tao-shen Claude Opus 4.6 commited on

chore: update .gitignore for temp and cache files
25e880d

tao-shen commited on

feat: implement complete openclaw directory persistence for HuggingFace Spaces
a19a1bd

tao-shen Claude Opus 4.6 commited on

feat: restore Telegram plugin functionality
c099f47

tao-shen Claude Opus 4.6 commited on

feat: add clear QR code scan wait messages
4c38c03

tao-shen Claude Opus 4.6 commited on

fix: correct sync_hf.py syntax errors and dataset repo
e2e46fa

tao-shen Claude Opus 4.6 commited on

fix: use json.dumps with serialization instead of json.dump
824f248

tao-shen Claude Opus 4.6 (1M context) commited on

fix: use json.dumps instead of json.dump in upload_file
f515c29

tao-shen Claude Opus 4.6 (1M context) commited on

fix: remove all indent=2 from remaining json.dump calls
3e9a8e4

tao-shen Claude Opus 4.6 (1M context) commited on

fix: remove indent from upload_file temp json dump
2c12f83

tao-shen Claude Opus 4.6 (1M context) commited on

fix: remove indent parameter from _patch_config json.dump
4f591a9

tao-shen Claude Opus 4.6 (1M context) commited on

fix: remove indent parameter from default config json.dump
6b4c425

tao-shen Claude Opus 4.6 (1M context) commited on

fix: remove separators parameter from json.dump
3433a6e

tao-shen Claude Opus 4.6 (1M context) commited on

fix: use separators in json.dump to avoid IndentationError
7685c90

tao-shen Claude Opus 4.6 (1M context) commited on

fix: use Python True in default config for json.dump
38aea73

tao-shen Claude Opus 4.6 (1M context) commited on

fix: add complete default config with gateway auth token
1e38596

tao-shen Claude Opus 4.6 (1M context) commited on

fix: remove invalid 'provider' key from default config
741d069

tao-shen Claude Opus 4.6 (1M context) commited on

trigger: force rebuild to clear cache
97716c9

tao-shen commited on

trigger: force rebuild
d471f89

tao-shen commited on

fix: force upload credentials folder to ensure telegram-allowFrom.json is synced
bfa30c8

tao-shen Claude Opus 4.6 (1M context) commited on

fix: don't copy openclaw.json in Dockerfile, let sync_hf.py manage it
ab119b2

tao-shen Claude Opus 4.6 (1M context) commited on

fix: sanitize API keys in config before upload to avoid HF secret detection
da67ad7

tao-shen Claude Opus 4.6 (1M context) commited on

fix: remove trailing comma in plugins.entries JSON
c7aab4e

tao-shen Claude Opus 4.6 (1M context) commited on

fix: move telegram config to credentials/telegram-allowFrom.json
325c6b4

tao-shen Claude Opus 4.6 (1M context) commited on

fix: add allowFrom field to Telegram plugin config
414e619

tao-shen Claude Opus 4.6 (1M context) commited on

feat: implement parallel downloads for faster startup
ace083c

tao-shen commited on

fix: correct HF_REPO_ID for dataset persistence
04ea4be

tao-shen commited on