Spaces:
Sleeping
Sleeping
Commit History
Revert "docs: add Zhipu AI (GLM-4) as a supported LLM provider" 0b89684
docs: add Zhipu AI (GLM-4) as a supported LLM provider 14172b2
fix: shorten short_description to meet HF 60-char limit 3e211d7
chore: track *.jpg files with Git LFS 1719806
docs: update README to reflect new features and improved descriptions for HuggingClaw 92acc07
fix: ensure dataset field is updated after duplication 34729f6
docs: remind users to update datasets field after duplicating f8fe957
tao-shen Claude Opus 4.6 commited on
feat: auto-fill gateway token via URL redirect 9512030
tao-shen Claude Opus 4.6 commited on
feat: add datasets YAML metadata to restore linked spaces association f113c31
tao-shen Claude Opus 4.6 commited on
fix: remove tao-shen/HuggingClaw-data refs to prevent unwanted linked spaces 750878a
tao-shen Claude Opus 4.6 commited on
test: revert dataset derivation to observe linked spaces behavior 8c4d233
fix: restore OPENCLAW_DATASET_REPO priority over SPACE_ID derivation 7728a08
fix: always derive dataset from SPACE_ID, ignore OPENCLAW_DATASET_REPO on HF 419ff91
fix: revert to token auth with default "huggingclaw" 5a096f1
feat: default to no-auth mode — Control UI connects instantly 3f16497
fix: auto-derive dataset name from SPACE_ID, not HF_TOKEN username 8f454de
docs: simplify env vars table to top 3 entries c95567a
feat: add GATEWAY_TOKEN env var (default: huggingclaw) 99d42f4
fix: restore dangerouslyDisableDeviceAuth for HF Spaces d2e3735
config: set hardcoded gateway token "huggingclaw" as default a18f6b8
remove: drop gateway password/token auth entirely — device auth only 8814392
security: enforce device auth — only paired browsers can access Control UI 7a3a430
feat: switch auth from password to token mode (persists in browser) 342dacc
fix: always force dmPolicy=open + allowFrom=["*"] on every startup 1be188a
fix: add allowFrom=["*"] required by dmPolicy=open 3c50513
fix: set Telegram dmPolicy=open and configWrites=true for HF Spaces 27fc3a4
feat: telegram-proxy.cjs intercepts fetch() to bypass HF DNS block d88aa6c
fix: validate Telegram bot token format before probe (skip junk tokens) af9334d
fix: revert auth to password mode, add Telegram API auto-probe, background DNS 55bff24
fix: remove chmod /etc/hosts (read-only in build), run DNS sync before app eaa74b0
feat: switch auth from password to token for browser persistence b1888ca
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
docs: update default model example in README to gpt-oss-20b:free 2965a3c
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
Simplify Why HuggingClaw: two paragraphs, two problems (persistence + DNS) 3225a1c
tags: HuggingFace and HuggingFace dataset (no space) 0c62ec1
feat: add AUTO_CREATE_DATASET env var to control dataset auto-creation 0b594d1
tao-shen Claude Opus 4.6 commited on