Spaces:
Sleeping
Sleeping
Commit History
feat: derive dataset name from Space repo name to avoid conflicts 556360b
fix: write DNS results to /etc/hosts for undici/fetch compatibility 812bd8f
fix: add Telegram domains to DNS-over-HTTPS pre-resolution 429c637
fix: remove leftover _ensure_telegram_credentials() call causing RUNTIME_ERROR 99e2a15
fix: patch config when dataset exists but is empty cf93629
feat: auto-derive dataset repo name from HF_TOKEN when AUTO_CREATE_DATASET=true 3ff709d
security: change AUTO_CREATE_DATASET default to false 66d172d
docs: add detailed env var table with examples, change sync interval to 60s 082f8f4
chore: replace gpt-4o-mini with gpt-5-nano everywhere 7b37cc0
chore: default model → openai/gpt-oss-20b:free (OpenAI open-source) 3f7c1c9
chore: default repo → HuggingClaw-data, default model → DeepSeek V3 (free) 981cddc
fix: IndentationError in sync_hf.py line 161 dd40c50
Remove Telegram env vars, clean up README and .env.example 4a2cb8a
feat: add AUTO_CREATE_DATASET env var to control dataset auto-creation 0b594d1
tao-shen Claude Opus 4.6 commited on
fix: only set NODE_MEMORY_LIMIT when explicitly configured 2083ee0
tao-shen Claude Opus 4.6 commited on
feat: professional README, .env.example, architecture diagram 7cd8723
tao-shen Claude Opus 4.6 commited on
fix: ensure password auth is set in all startup paths a0edddc
tao-shen Claude Opus 4.6 commited on
feat: switch to password auth + project README af9539c
tao-shen Claude Opus 4.6 commited on
fix: use global variable for token injection (works in incognito iframe) cb9a1fd
tao-shen Claude Opus 4.6 commited on
fix: always overwrite token in localStorage (not only when empty) 0ba5b15
tao-shen commited on
fix: set OPENCLAW_VERSION from package.json for correct version display d8e86ce
tao-shen commited on
fix: add dangerouslyDisableDeviceAuth for remote WS connections e144115
tao-shen commited on
fix: use fixed auth token + python-based token injection + restore entrypoint inject 2dfffd7
tao-shen commited on
fix: disable auth (mode:none) + patch CSP frame-ancestors for HF iframe embedding 1469692
tao-shen commited on
fix: use auth:{} instead of auth:false (object required) 265a06f
tao-shen commited on
fix: disable gateway auth (HF provides access control), remove token inject hack f10fd84
tao-shen commited on
fix: move inject-token to runtime entrypoint (build-time injection ignored by OpenClaw) 90ba944
tao-shen commited on
fix: remove empty apiKey (config invalid), add HF origins to CSP allowedOrigins 98cdf74
tao-shen commited on
perf: node user build (-104s chown), merge RUN layers (-170s), plugin whitelist (-40s) ef2eccf
tao-shen commited on
feat: add timing to all stages, fix OPENROUTER_API_KEY crash, async DNS 0d9d280
tao-shen commited on
deploy: HuggingClaw with original Dockerfile b19d31a
tao-shen commited on