Skip to content

fix: sync OpenClaw vision capability and credentials on login - #1

Merged
dohoon84 merged 1 commit into
mainfrom
fix/openclaw-vision-and-login-sync
May 20, 2026
Merged

dohoon84 merged 1 commit into
mainfrom
fix/openclaw-vision-and-login-sync

Conversation

@dohoon84

@dohoon84 dohoon84 commented May 20, 2026

Copy link
Copy Markdown

Summary

  • Auto-set input: ["text", "image"] on vision-capable HPP models in ~/.openclaw/openclaw.json so OpenClaw WebChat forwards image attachments to the LLM
  • Sync OpenClaw hpp / hpp-anthropic provider apiKey and baseUrl on hpphub login and hpphub launch openclaw, fixing stale credentials after logout/login with a different account
  • Show richer account info after login (email, hub, router, API key suffix) and expand hpphub whoami output
  • Document WebChat vision setup and account switching in README

Test plan

  • go test ./...
  • hpphub login --force shows Hub/Router/API key and syncs OpenClaw credentials when configured
  • hpphub logout → login with different account updates ~/.openclaw/openclaw.json apiKey
  • hpphub launch openclaw --config adds input: ["text", "image"] on vision models (e.g. gpt-4o, claude-sonnet-4-6)
  • OpenClaw WebChat image attachment works with a vision model after openclaw gateway restart

OpenClaw WebChat dropped image attachments because HPP provider models lacked input: ["text", "image"]. Also fix stale OpenClaw apiKey after account switch by syncing credentials on login and launch.
@dohoon84

Copy link
Copy Markdown
Author

포함 내용

  • OpenClaw vision 모델에 input: ["text", "image"] 자동 설정
  • login / launch openclaw 시 OpenClaw apiKey·baseUrl 동기화 (계정 전환 버그 수정)
  • 로그인/whoami 계정 정보 출력 개선
  • README WebChat vision·계정 전환 문서화

@dohoon84 dohoon84 self-assigned this May 20, 2026
@dohoon84
dohoon84 merged commit 35c6057 into main May 20, 2026
3 checks passed
@dohoon84
dohoon84 deleted the fix/openclaw-vision-and-login-sync branch May 20, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant