-
feat: integrate OpenClaw bridge support and related CLI commands, e2e tests (#1845)
发布于
2026-05-11 23:29:10 +00:00 -
feat: integrate OpenClaw bridge support and related CLI commands, e2e tests
-
fix: format check
Signed-off-by: vaibhav upreti vaibhav.upreti16@gmail.com
- fix: address greptile P1/P2 review comments
- Remove "content" from send_openclaw_message requires list; content is
LLM-generated at call time and was causing _has_resolved_required_params
to permanently exclude the tool from every action list - Fix _map_get_openclaw_conversation to read existing openclaw_conversation_context
from the accumulated evidence dict (not the tool response data), and wire it
through merge_evidence like run_diagnostic_code so context accumulates correctly - Fix _map_call_openclaw_tool to append to existing openclaw_conversation_context
rather than overwriting it on each call - Remove @lru_cache from _openclaw_cli_preflight_output to prevent stale
Node.js error messages persisting after the user fixes their environment
Co-authored-by: Cursor cursoragent@cursor.com
-
fix: ci
-
Potential fix for pull request finding 'Module is imported with 'import' and 'import from''
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
- test(openclaw): use single import style for app.integrations.openclaw
Removes the module alias so CodeQL no longer flags mixed import/from-import
for the same module in test_openclaw_e2e.py.Co-authored-by: Cursor cursoragent@cursor.com
- docs: fix Mintlify broken-links in DEVELOPMENT.md
Use GitHub blob/tree URLs for repo-root paths; ../ links are outside the docs
site and fail mint broken-links.Co-authored-by: Cursor cursoragent@cursor.com
- docs(openclaw): avoid Vale spellcheck flag on 'args'
Use 'arguments' in the env var table so Mintlify vale-spellcheck passes.
Co-authored-by: Cursor cursoragent@cursor.com
Signed-off-by: vaibhav upreti vaibhav.upreti16@gmail.com
Co-authored-by: davincios jvf.hus@gmail.com
Co-authored-by: Cursor cursoragent@cursor.com
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>下载附件
-