openclaw / Dockerfile

Commit History

feat: switch to nanoclaw image from GHCR
17b6773

Simford.Dong commited on

fix: align openclaw.json with correct models schema
bd717c9

Simford.Dong commited on

fix: move models definition to ai section in config
24e1bf6

Simford.Dong commited on

fix: move doctor fix and add more aggressive feishu bypass
a630075

Simford.Dong commited on

feat: add feishu autoPairing for user ID
291d487

Simford.Dong commited on

fix: dockerfile syntax error and CMD separation
bba67c4

Simford.Dong commited on

fix: use openai provider for glm model to bypass unknown model error
0485f7b

Simford.Dong commited on

fix: move custom model definition to agents.models
834666e

Simford.Dong commited on

fix: define custom models in config to resolve Unknown model error
f83ece5

Simford.Dong commited on

feat: switch model from gemini to anthropic (glm-4.7)
852d17c

Simford.Dong commited on

fix: force feishu dmPolicy to open via config and env
489537f

Simford.Dong commited on

feat: use custom gemini base url and set model to gemini-2.5-pro
7c05309

Simford.Dong commited on

feat: upgrade primary model to gemini-2.0-pro
9c22707

Simford.Dong commited on

feat: set feishu dmPolicy to open to bypass pairing
f7176d8

Simford.Dong commited on

feat: auto-approve Feishu pairing
41e1f7e

Simford.Dong commited on

fix: change gateway.bind to lan and cleanup startup script
2bea5f3

Simford.Dong commited on

fix: use writable config dir and bind to 0.0.0.0 for HF Spaces
781f720

Simford.Dong commited on

fix: improve startup script robustness and fix config errors
8781b06

Simford.Dong commited on

fix: install feishu plugin directly via openclaw command
f6bd16b

Simford.Dong commited on

fix: add curl to system dependencies for plugin installation
12f1a3c

Simford.Dong commited on

feat: integrate Feishu channel with WebSocket mode and local plugin installation
6598357

Simford.Dong commited on

Fix: revert to token auth to bypass device identity checks and allow URL access
3a39604

Simford.Dong commited on

Fix: trust all proxies and dangerouslyDisableDeviceAuth for HF Spaces compatibility
a3cab57

Simford.Dong commited on

Fix: revert allowInsecureAuth to true to ensure UI functionality
8c590d4

Simford.Dong commited on

Fix: set allowInsecureAuth to false to force password prompt
3c4a4a4

Simford.Dong commited on

Fix: correctly configure trustedProxies and extra env vars
1e8fef7

Simford.Dong commited on

Fix: revert to google/gemini-1.5-pro to resolve empty response issue
6a4d949

Simford.Dong commited on

Fix: switch to env var auth in openclaw.json and remove auth-profiles.json
d0a6395

Simford.Dong commited on

Fix: rename profile to google-default and add env fallback
0a53576

Simford.Dong commited on

Fix: remove stray fi and broken debug command
2ec340f

Simford.Dong commited on

Fix: force overwrite auth-profiles.json on startup
a1b1db8

Simford.Dong commited on

Debug: verify auth-profiles.json generation
d774444

Simford.Dong commited on

Fix: remove invalid config keys (safetySettings and trustedProxies)
1c7d44f

Simford.Dong commited on

Fix: trust proxies to clean up logs and improve connection handling
bf478f2

Simford.Dong commited on

Fix: restore auth-profiles.json with correct structure and set model to gemini-2.5-pro
219b572

Simford.Dong commited on

Update default model to google/gemini-2.5-pro
1b2532d

Simford.Dong commited on

Fix: set Gemini safetySettings to BLOCK_NONE to avoid empty responses
5444fa1

Simford.Dong commited on

Fix: move API key config to openclaw.json env section
3871945

Simford.Dong commited on

Fix: wrap auth profiles in 'auth' object key
89f6401

Simford.Dong commited on

Switch to stable google/gemini-1.5-pro model
4a771c9

Simford.Dong commited on

Fix: robust auth-profiles.json generation for Gemini
8d24432

Simford.Dong commited on

Change gateway auth mode to password using SETUP_PASSWORD
c37c186

Simford.Dong commited on

Update default model to google/gemini-2.5-pro
7d75ef4

Simford.Dong commited on

Switch to Gemini model and configure auth-profiles
e8b6073

Simford.Dong commited on

Fix: revert invalid trustedProxies config to restore service
c79fbac

Simford.Dong commited on

Fix: enable trustedProxies to silence logs and improve IP detection
75dcb4c

Simford.Dong commited on

Fix: use 'bind': 'lan' which is a valid enum value
9bedf7d

Simford.Dong commited on

Fix: use 'bind': '0.0.0.0' in config instead of invalid CLI flag
a8a758b

Simford.Dong commited on

Fix: add missing dirs, fix perms, and try --host 0.0.0.0
f1fb0ec

Simford.Dong commited on

Debug: enable verbose startup logging to diagnose timeout
e793d5e

Simford.Dong commited on