hongye
106fd5043e
fix(acp): use POSIX path semantics for ACP wire format paths
...
ToolCallLocation.path and Diff.path emitted over ACP must be absolute
and POSIX-style per the v1 spec (tool-calls.mdx:304-306). The previous
code used platform-specific `node:path` which on Windows prepends the
drive letter (e.g. "D:\...") to POSIX-style inputs like
"/Users/test/project" — silently corrupting paths emitted to ACP
clients on Windows hosts. CI runs on Linux so the latent issue went
undetected. Switch to `node:path/posix` so the path normalisation is
host-OS independent.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-06-25 15:29:26 +08:00
..
2026-05-01 21:39:30 +08:00
2026-05-05 20:05:15 +08:00
2026-06-22 09:59:36 +08:00
2026-06-22 09:59:36 +08:00
2026-06-11 17:59:08 +08:00
2026-06-22 09:59:36 +08:00
2026-06-22 09:59:36 +08:00
2026-06-22 09:59:36 +08:00
2026-06-22 09:59:36 +08:00
2026-06-22 09:59:36 +08:00
2026-04-13 09:52:05 +08:00
2026-05-05 20:05:15 +08:00
2026-06-22 09:59:36 +08:00
2026-06-14 10:44:10 +08:00
2026-04-16 20:59:29 +08:00
2026-06-22 09:59:36 +08:00
2026-06-22 09:59:36 +08:00
2026-05-07 09:33:56 +08:00
2026-06-10 19:49:11 +08:00
2026-05-01 21:39:30 +08:00
2026-05-01 21:39:30 +08:00
2026-03-31 19:22:47 +08:00
2026-04-19 21:33:27 +08:00
2026-04-29 14:04:27 +08:00
2026-05-14 17:44:47 +08:00
2026-06-22 09:59:36 +08:00
2026-04-25 08:54:18 +08:00
2026-06-15 19:08:31 +08:00
2026-05-01 21:39:30 +08:00
2026-06-25 15:29:26 +08:00
2026-06-22 09:59:36 +08:00
2026-04-24 14:25:56 +08:00
2026-06-11 17:59:08 +08:00
2026-06-14 18:13:49 +08:00
2026-06-22 09:59:36 +08:00
2026-03-31 23:32:58 +08:00
2026-06-23 19:47:09 +08:00
2026-03-31 19:22:47 +08:00
2026-04-25 13:57:30 +08:00
2026-06-22 09:59:36 +08:00
2026-06-20 19:52:08 +08:00
2026-05-09 17:14:41 +08:00
2026-06-14 10:44:10 +08:00
2026-03-31 19:22:47 +08:00
2026-05-01 21:39:30 +08:00
2026-04-22 22:38:10 +08:00
2026-05-05 20:05:15 +08:00
2026-06-22 09:59:36 +08:00
2026-03-31 19:22:47 +08:00
2026-06-20 19:52:08 +08:00
2026-05-05 20:05:15 +08:00
2026-05-09 22:02:04 +08:00
2026-06-23 19:47:09 +08:00
2026-03-31 19:22:47 +08:00
2026-03-31 19:22:47 +08:00
2026-06-22 09:59:36 +08:00
2026-06-20 19:52:08 +08:00