From 53240503df1d1cb0515168bce5ff345f2295af8c Mon Sep 17 00:00:00 2001 From: liruifengv Date: Mon, 8 Jun 2026 16:30:05 +0800 Subject: [PATCH] chore: add changeset for PR #486 --- .changeset/fix-windows-session-workdir-separators.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fix-windows-session-workdir-separators.md diff --git a/.changeset/fix-windows-session-workdir-separators.md b/.changeset/fix-windows-session-workdir-separators.md new file mode 100644 index 0000000000..98480b509d --- /dev/null +++ b/.changeset/fix-windows-session-workdir-separators.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Fix session workdir mismatch on Windows caused by inconsistent path separators.