Weekly merge of upstream/main hit conflicts in:
.github/workflows/ci.yml
agent/chat_completion_helpers.py
hermes_cli/config.py
tests/tools/test_vision_tools.py
tools/approval.py
tools/vision_tools.py
tools/web_tools.py
Resolve locally:
git fetch upstream main
git checkout -b upstream-sync-20260713 origin/main
git merge upstream/main # resolve the files above
uv lock # if pyproject changed
# run the full suite, then open a PR to main
Weekly merge of
upstream/mainhit conflicts in:Resolve locally: