Commit History

fix: clean up conversation prompt to avoid prefix leakage
e981ecd

tao-shen commited on

feat: chat log panel + improved conversation orchestrator
87a2793

tao-shen commited on

feat: add conversation bubble display and A2A chat orchestrator
ebfc885

tao-shen commited on

fix: reduce verbose logging to prevent HF Spaces log viewer crashes
2f79e09

tao-shen commited on

fix: restore 302 redirect for token so frontend JS can read it from URL
0b2ec75

tao-shen Claude Opus 4.6 commited on

fix: apply iframe CSP fix before URL rewrite to prevent frame-ancestors 'none'
99ce7b7

tao-shen Claude Opus 4.6 commited on

fix: use server-side URL rewrite instead of 302 redirect for token injection
9a23aad

tao-shen Claude Opus 4.6 commited on

Upload scripts/token-redirect.cjs with huggingface_hub
1fc4864
verified

tao-shen commited on

Upload scripts/sync_hf.py with huggingface_hub
2778fda
verified

tao-shen commited on

Upload scripts/entrypoint.sh with huggingface_hub
970eeac
verified

tao-shen commited on

Upload scripts/token-redirect.cjs with huggingface_hub
bcc6655
verified

tao-shen commited on

Upload scripts/a2a-proxy.cjs with huggingface_hub
8bd6f75
verified

tao-shen commited on

Upload scripts/a2a-proxy.cjs with huggingface_hub
b0a12d6
verified

tao-shen commited on

Upload scripts/entrypoint.sh with huggingface_hub
0fa48ff
verified

tao-shen commited on

Upload scripts/sync_hf.py with huggingface_hub
f18a4b6
verified

tao-shen commited on

Upload scripts/a2a-proxy.cjs with huggingface_hub
8b27af4
verified

tao-shen commited on

Upload folder using huggingface_hub
31cf062
verified

tao-shen commited on

feat: serve pixel office animation at / with static asset serving
c0338ad

tao-shen Claude Opus 4.6 commited on

fix: accept 302 redirect as healthy in OpenClaw health check
5f20dc1

tao-shen Claude Opus 4.6 commited on

feat: add remote agent monitoring and A2A activity tracking to proxy
e6586a2

tao-shen Claude Opus 4.6 commited on

feat: add A2A gateway support (activated by A2A_PEERS env var)
8ee58f9

tao-shen commited on

Revert "feat: add pixel animation homepage with Express proxy layer"
86b44f8

tao-shen commited on

feat: add pixel animation homepage with Express proxy layer
6cf7429

tao-shen Claude Opus 4.6 commited on

fix: switch Zhipu provider to Anthropic-compatible endpoint
3227ad9

tao-shen Claude Opus 4.6 commited on

fix: update Zhipu model IDs in default config and dataset template
2a1b70d

tao-shen Claude Opus 4.6 commited on

fix: update Zhipu AI model IDs to current API lineup
ae76fba

tao-shen Claude Opus 4.6 commited on

fix: add required models array to zhipu provider config
df4b021

tao-shen commited on

fix: rebuild providers from scratch on each startup
e3478dc

tao-shen Claude Opus 4.6 commited on

feat: add Zhipu AI (z.ai) as a native LLM provider
306fbc6

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

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

tao-shen Claude Opus 4.6 commited on

fix: restore OPENCLAW_DATASET_REPO priority over SPACE_ID derivation
7728a08

tao-shen Claude Opus 4.6 commited on

fix: always derive dataset from SPACE_ID, ignore OPENCLAW_DATASET_REPO on HF
419ff91

tao-shen Claude Opus 4.6 commited on

fix: revert to token auth with default "huggingclaw"
5a096f1

tao-shen Claude Opus 4.6 commited on

feat: default to no-auth mode — Control UI connects instantly
3f16497

tao-shen Claude Opus 4.6 commited on

fix: auto-derive dataset name from SPACE_ID, not HF_TOKEN username
8f454de

tao-shen Claude Opus 4.6 commited on

feat: add GATEWAY_TOKEN env var (default: huggingclaw)
99d42f4

tao-shen Claude Opus 4.6 commited on

fix: restore dangerouslyDisableDeviceAuth for HF Spaces
d2e3735

tao-shen Claude Opus 4.6 commited on

config: set hardcoded gateway token "huggingclaw" as default
a18f6b8

tao-shen Claude Opus 4.6 commited on

remove: drop gateway password/token auth entirely — device auth only
8814392

tao-shen Claude Opus 4.6 commited on

security: enforce device auth — only paired browsers can access Control UI
7a3a430

tao-shen Claude Opus 4.6 commited on

feat: switch auth from password to token mode (persists in browser)
342dacc

tao-shen Claude Opus 4.6 commited on

fix: always force dmPolicy=open + allowFrom=["*"] on every startup
1be188a

tao-shen Claude Opus 4.6 commited on

fix: add allowFrom=["*"] required by dmPolicy=open
3c50513

tao-shen Claude Opus 4.6 commited on

fix: set Telegram dmPolicy=open and configWrites=true for HF Spaces
27fc3a4

tao-shen Claude Opus 4.6 commited on

feat: telegram-proxy.cjs intercepts fetch() to bypass HF DNS block
d88aa6c

tao-shen Claude Opus 4.6 commited on

fix: validate Telegram bot token format before probe (skip junk tokens)
af9334d

tao-shen Claude Opus 4.6 commited on

fix: revert auth to password mode, add Telegram API auto-probe, background DNS
55bff24

tao-shen Claude Opus 4.6 commited on

fix: remove chmod /etc/hosts (read-only in build), run DNS sync before app
eaa74b0

tao-shen Claude Opus 4.6 commited on