mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
2be834fbfc
Move the vim modal editing engine and prompt integration out of shared upstream files and into src/kilocode/ mirrors per the Fork Isolation Rule: - src/kilocode/cli/cmd/tui/component/prompt/vim.ts (engine, moved) - src/kilocode/cli/cmd/tui/component/prompt/index.tsx (new mirror with useVim, VimModeIndicator, vimToggleCommand) - test/kilocode/cli/cmd/tui/prompt/vim.test.ts (moved) The shared prompt/index.tsx now calls into the mirror behind minimal kilocode_change markers instead of inlining ~200 lines of vim logic.