Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/web-composer-mobile-shortcut-hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---

Remove the Enter/Ctrl+S shortcut hints from the mobile web composer: touch-primary devices disable both shortcuts, so the running placeholder and the queued-message steer label no longer advertise them. Ships the fork web bundle.
5 changes: 5 additions & 0 deletions .changeset/web-composer-mode-chips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---

Move the plan/goal mode pills out of the web composer's input row into the toolbar chip cluster next to swarm/supermoon, so typed text uses the full input width. Plan and goal stay mutually exclusive (arming one clears the other), and the mobile settings sheet gains a Goal mode toggle. Ships the fork web bundle.

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions apps/kimi-code/dist-web/assets/DesignSystemView-CsDeDsyo.js

This file was deleted.

13 changes: 13 additions & 0 deletions apps/kimi-code/dist-web/assets/DesignSystemView-UYw_7SpS.js

Large diffs are not rendered by default.

This file was deleted.

1 change: 0 additions & 1 deletion apps/kimi-code/dist-web/assets/index-C6dIaEdv.css

This file was deleted.

1 change: 1 addition & 0 deletions apps/kimi-code/dist-web/assets/index-CABDay0b.css

Large diffs are not rendered by default.

100 changes: 100 additions & 0 deletions apps/kimi-code/dist-web/assets/index-bE2IzaLg.js

Large diffs are not rendered by default.

100 changes: 0 additions & 100 deletions apps/kimi-code/dist-web/assets/index-pE-bC6n5.js

This file was deleted.

4 changes: 2 additions & 2 deletions apps/kimi-code/dist-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
the server's Content-Security-Policy forbids inline scripts. -->
<script src="/boot.js"></script>
<title>Kimi Code Web</title>
<script type="module" crossorigin src="/assets/index-pE-bC6n5.js"></script>
<script type="module" crossorigin src="/assets/index-bE2IzaLg.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-ucnN-Sh8.js">
<link rel="modulepreload" crossorigin href="/assets/vendor-markstream-D6yjq9lL.js">
<link rel="modulepreload" crossorigin href="/assets/vendor-katex-Com_2SPi.js">
<link rel="stylesheet" crossorigin href="/assets/vendor-4gi77x_E.css">
<link rel="stylesheet" crossorigin href="/assets/vendor-markstream-Boo68so5.css">
<link rel="stylesheet" crossorigin href="/assets/vendor-katex-Cp579UoJ.css">
<link rel="stylesheet" crossorigin href="/assets/index-C6dIaEdv.css">
<link rel="stylesheet" crossorigin href="/assets/index-CABDay0b.css">
</head>
<body>
<div id="app"></div>
Expand Down
Loading