diff --git a/.changeset/web-split-chatpane-helpers.md b/.changeset/web-split-chatpane-helpers.md new file mode 100644 index 0000000000..4606cde7e8 --- /dev/null +++ b/.changeset/web-split-chatpane-helpers.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Extract pure turn-rendering helpers out of the chat pane into their own module. diff --git a/apps/kimi-web/src/components/ChatPane.vue b/apps/kimi-web/src/components/ChatPane.vue index 898776e3b1..bd0cc5c14a 100644 --- a/apps/kimi-web/src/components/ChatPane.vue +++ b/apps/kimi-web/src/components/ChatPane.vue @@ -2,7 +2,7 @@