openclaw-Adam / scripts

Commit History

fix(sync): resolve AttributeError and make Telegram config optional
1e7f2cb

tao-shen commited on

fix(sync): disable verbose file listing to speed up startup
a40b494

tao-shen commited on

feat(logging): enhance sync and app logging for debugging
e6cf08e

tao-shen commited on

fix: ensure telegram config persists in sync logic
dcaf5eb

tao-shen commited on

Redirect sync logs to workspace/sync.log for debugging
619602a

tao-shen commited on

Add credential reset logic to sync_hf.py
5555ad7

tao-shen commited on

Implement robust credential reset via marker file
854a1a7

tao-shen commited on

Fix WhatsApp guardian to handle 440 Conflict and remove legacy save script
ffb075c

tao-shen commited on

Update default model to glm-4.5-flash
2584f60

tao-shen commited on

Enable log syncing for debug loop
74050e9

tao-shen commited on

Update Zhipu API config to use user-provided credentials and correct model ID
613056e

tao-shen commited on

Fix Zhipu config: use 'openai-completions' api type
2be1890

tao-shen commited on

Fix Zhipu config: use 'openai' api type instead of 'openai-chat'
0c33322

tao-shen commited on

Capture application logs to workspace/startup.log for debugging
eac67a4

tao-shen commited on

Try run dist/entry.js gateway
4cbfee8

tao-shen commited on

Fix entry point: run dist/entry.js instead of openclaw.mjs
709ffab

tao-shen commited on

Fix race condition: serialize startup of guardians after restore
6e408f0

tao-shen commited on

feat: sync-on-change optimization & update config to GLM-4.7-FlashX
96469d3

tao-shen commited on

fix: use snapshot_download for folder restore
875f481

tao-shen commited on

fix: debug logging for download failures and file listing
5900b45

tao-shen commited on

fix: define missing MAX_SESSION_AGE constant
ece22b7

tao-shen commited on

fix: exclude models.json with secrets from agent sync
072f00f

tao-shen commited on

fix: restore missing __init__ method causing AttributeError
671b46f

tao-shen commited on

fix: restore missing OpenClawHFSync class definition
f22917b

tao-shen commited on

fix: reduce sync interval to 30s and add verbose credentials logging
4e5e030

tao-shen commited on

fix: enable unbuffered output for sync script
4d6dca0

tao-shen commited on

fix: patch openclaw.json to remove stale plugins config and enforce model
b99d0d8

tao-shen commited on

feat: unified hf sync
39d4647

tao-shen commited on

feat: Migrate dataset backups to gzipped tar archives and ensure backward compatibility during restore and rotation.
972704a

tao-shen commited on

feat: enhance persistence (logs/extensions) and restore GLM-4-Plus
6e0fe23

tao-shen commited on

chore: force glm-4-flash in entrypoint patch for verification
d337e45

tao-shen commited on

chore: temp switch to glm-4-flash for verification
4348e3e

tao-shen commited on

fix: enforce model config update and trigger immediate persistence on login
b74bbb6

tao-shen commited on

fix: resolve NameError in restore script and cleanup imports
777826b

tao-shen commited on

fix: update model to GLM-4-Plus as requested
afdaacf

tao-shen commited on

fix: qr detection reliability and log piping
2faeeb0

tao-shen commited on

feat: stabilize openclaw with rolling backups, blocking QR wait, and structured logging
b108a3e

tao-shen commited on

Implement complete debug loop - atomic persistence, QR detection, structured logging
a0a1b7b

tao-shen commited on

wa-guardian: skip 401 logout for 90s after 515 to avoid wiping just-saved creds
5c7b078

tao-shen Cursor commited on

fix: use Space restart instead of config.apply after 515 to avoid double SIGUSR1
3a412c6

tao-shen Cursor commited on

fix: guardian clears invalid session (401) so user gets fresh QR without relink
a548a74

tao-shen Cursor commited on

fix: do not remove WhatsApp credentials on restore; trigger config.apply on 515
fadda9a

tao-shen Cursor commited on

fix: re-enable wa-login-guardian to handle 515 after QR scan
7d79ad7

tao-shen Cursor commited on

fix: prevent bad dataset overwrite and keep restored config
1bb408f

tao-shen Cursor commited on

fix: preserve WhatsApp credentials in dataset when local empty (401/logout)
6753608

tao-shen Cursor commited on

fix: remove WhatsApp creds on restore to avoid Bad MAC / decrypt failure
3a2b851

tao-shen Cursor commited on

fix: set session.scope=global so chat reply sessionKey matches UI (fixes reply only working once)
e576076

tao-shen Cursor commited on

fix: add allowedOrigins for HF Space; add scripts/openclaw.json.default for zhipu config
6a158f2

tao-shen Cursor commited on

fix: use fallback config when ZHIPU_API_KEY unset to avoid MissingEnvVarError
7d6105f

tao-shen Cursor commited on

fix: remove wa-login-guardian to fix 515 restart race condition
2072888

tao-shen Cursor commited on