kimi-code/plan
qer 170b29aa90
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Desktop release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
feat(vis): support importing debug zips via drag and drop (#1251)
* feat(vis): support importing debug zips via drag and drop

Add a window-level drop target so a /export-debug-zip bundle can be
imported by dragging it anywhere into the vis UI, alongside the existing
file-picker button. A full-screen overlay gives feedback during the drag
and while the upload is in flight, and non-zip files are rejected with a
hint.

* fix(vis): gate drop handler to file drags

Match the other drag handlers by checking dataTransfer.types before
calling preventDefault, so non-file drops (selected text or a URL into
the search input) keep their native behavior instead of being swallowed
by the window-level listener.
2026-07-01 12:02:08 +08:00
..
thinking-effort-switching.md refactor!: overhaul thinking config and effort resolution (#1132) 2026-06-30 22:34:13 +08:00
thinking-model-overhaul.md refactor!: overhaul thinking config and effort resolution (#1132) 2026-06-30 22:34:13 +08:00
thinking-test-coverage.md refactor!: overhaul thinking config and effort resolution (#1132) 2026-06-30 22:34:13 +08:00
vis-drag-drop-zip.md feat(vis): support importing debug zips via drag and drop (#1251) 2026-07-01 12:02:08 +08:00