fix: fallback to chat.history when final response has no summary 9de7bcf Running tao-shen Claude Opus 4.6 (1M context) commited on 12 days ago
fix: extract agent text from data.text and chat message.content a0d80ba tao-shen Claude Opus 4.6 (1M context) commited on 12 days ago
debug: log all /a2a requests in token-redirect f97004b tao-shen Claude Opus 4.6 (1M context) commited on 12 days ago
debug: log when bridge intercepts POST, handle trailing slash 3b58bbe tao-shen Claude Opus 4.6 (1M context) commited on 12 days ago
chore: add build-version file to invalidate Docker COPY cache cba798a tao-shen Claude Opus 4.6 (1M context) commited on 12 days ago
fix: clear stale default model when provider API key is missing 985bd7b tao-shen Claude Opus 4.6 (1M context) commited on 12 days ago
fix: only finish on final res frame, not on agent events 555e411 tao-shen Claude Opus 4.6 (1M context) commited on 12 days ago
fix: remove HEAD check that was blocking A2A — always try POST directly b20a5a3 tao-shen Claude Opus 4.6 (1M context) commited on 13 days ago
fix: wait for final agent RPC response (not just accepted) ac0d1b7 tao-shen Claude Opus 4.6 (1M context) commited on 13 days ago
debug: log all event types and payload structure 0e46425 tao-shen Claude Opus 4.6 (1M context) commited on 13 days ago
fix: wait for agent events after accepted status, collect response text 84a36a5 tao-shen Claude Opus 4.6 (1M context) commited on 13 days ago
fix: declare operator scopes in connect params 575edb6 tao-shen Claude Opus 4.6 (1M context) commited on 13 days ago
fix: use openclaw-control-ui client ID to trigger scope bypass in 2026.3.23 a5970b3 tao-shen Claude Opus 4.6 (1M context) commited on 13 days ago
revert: restore token auth + dangerouslyDisableDeviceAuth=true 23598bb tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: use password auth instead of token auth to preserve scopes 96fa819 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: use gateway-client/backend identity to skip device pairing and get full scopes fded57b tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: better error extraction from WS responses 9daaaff tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: use cli client mode instead of webchat to bypass origin check ea9fa57 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: add localhost to allowedOrigins for A2A bridge WS connection 250bde0 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: remove Origin header — loopback should be recognized as local 0126887 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: remove nonce from connect params 6473495 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: nonce at top level, not inside auth 5fceb44 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: add version, use mode=webchat 6fd03f3 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: use webchat client ID for WS connect aa0b03c tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: add platform and mode to client connect params 33ad6f3 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: correct connect params format (client, auth.nonce) ff8fc8e tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: add minProtocol/maxProtocol to WS connect params 38c5487 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: process head buffer AFTER registering data handler 396813c tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: process head buffer from WS upgrade (may contain challenge) aef00f8 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: add token and Origin header to WS connection 903494c tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
debug: log every WS message for protocol analysis c9f3004 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
debug: add detailed logging to A2A bridge for payload inspection 0a16958 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: A2A bridge uses correct OpenClaw WS protocol (connect.challenge + agent RPC) b747fff tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: use native WebSocket client for A2A bridge (no ws module needed) eb9604a tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: implement A2A bridge via WebSocket to bypass scope issue 7e77db0 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
chore: remove JS scope patch — doesn't match OpenClaw 2026.3.13 0ea6bf4 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: precise JS patch — only gateway-cli with !device context match 9f7b4f1 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: use gateway.auth.mode=none to bypass scope issue for A2A 38506a9 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: disable dangerouslyDisableDeviceAuth to restore proper scope grants 157e06d tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: broaden scope patch search across all dist/*.js files aaf0dce tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: patch OpenClaw scope-clearing bug for A2A dispatch (#17187) 2e04f91 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: pre-create device identity with operator.write for A2A dispatch 99bd034 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: treat A2A dispatch 'failed' state as error, use LLM fallback f060852 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: pre-create device with operator scopes for A2A dispatch b41db96 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: try routing.grantScopes for A2A operator.write 2064383 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago
fix: use inboundAuth=bearer for A2A (valid values: none, bearer) a3c0836 tao-shen Claude Opus 4.6 (1M context) commited on 15 days ago