ee9fb09673
* fix(agent-manager): resolve file links against worktree directory for agent sessions * fix: address PR review feedback - Guard session.get() against stale responses using abort signal - Strip fragment/query from anchor hrefs and reject non-file schemes - Add Windows drive-letter and UNC path support to FILE_PATH_RE * refactor: extract file-path parsing into testable utility with 46 tests Move parseFilePath and extractFilePathFromHref into packages/ui/src/file-path.ts so the logic is unit-testable without DOM dependencies. marked.tsx and message-part.tsx now import from the shared utility.