diff --git a/.changeset/web-split-chatpane-helpers.md b/.changeset/web-split-chatpane-helpers.md new file mode 100644 index 000000000..4606cde7e --- /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 898776e3b..bd0cc5c14 100644 --- a/apps/kimi-web/src/components/ChatPane.vue +++ b/apps/kimi-web/src/components/ChatPane.vue @@ -2,7 +2,7 @@