You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: keep ~/.copilot host mount with session-state/logs overlays
Removing the blanket ~/.copilot mount broke MCP config access and package
extraction. Copilot CLI needs:
- ~/.copilot/mcp-config.json (MCP server config, written by gh-aw framework)
- ~/.copilot/pkg/ (package extraction during startup)
Restore the host ~/.copilot bind mount and overlay session-state and logs
from the AWF workDir on top. Docker processes mounts in order, so the
later session-state and logs mounts shadow the corresponding paths under
the parent ~/.copilot mount.
Result:
- MCP config and packages accessible from host (as before)
- session-state → AWF workDir (events.jsonl captured)
- logs → AWF workDir (agent logs captured)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments