Files
hermes-agent/acp_adapter
teknium1 787b6ebd3a fix(acp): drop the redundant copy_context around asyncio.to_thread
Review follow-up: asyncio.to_thread already runs its callable inside
contextvars.copy_context(), so wrapping _register_pinned in a second copy was a
no-op. The cwd pin set inside the worker still does not leak back to the caller
(tests/acp_adapter/test_server.py pin assertion unchanged, still green).
2026-09-18 10:03:40 -07:00
..
…
…