Send a code answer from ChatGPT, Claude, or Gemini straight into the file you are editing in VS Code.
Apply the same replacement across every matching block in a file at once.
Undo an applied AI edit instantly if it was wrong.
Skip manually copying and pasting code out of a browser chat window.
| pixelizing/kawarimi | 00kaku/gallery-slider-block | 0xkinno/vellum | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | vibe coder | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Both the Chrome and VS Code extensions must be installed and running on the same local port for the workflow to function.
Kawarimi connects a browser based AI chatbot, such as ChatGPT, Claude, or Gemini, to VS Code so that code the chatbot writes can be applied directly to the file you are editing. It works through a Find and Replace pattern: the chatbot shows an original code block and a new code block, and clicking buttons in the Chrome extension sends that change straight into the active file in VS Code, without needing an API key and without copying and pasting by hand. The project ships as two paired pieces, a Chrome extension and a matching VS Code extension, both of which need to be installed and running for the workflow to work. After installing them, you open the file you want to change in VS Code and leave it active, wait for the chatbot to finish generating its answer, then click Find on the original block and Replace on the new block. Kawarimi then updates the file and saves it automatically. There are also controls for replacing every matching block at once, replacing only the first match, marking a replacement as done, and undoing a change with the normal Ctrl+Z or Cmd+Z shortcut. For the connection to work, both the Chrome and VS Code sides need to be running and talking over the same local port, which defaults to 10240. Support for using this on arbitrary custom websites is described as experimental and may not work everywhere. The README also includes a suggested prompt users can give the chatbot so its responses come back in a format Kawarimi can parse cleanly, asking for exact file paths and complete, unabbreviated code blocks rather than partial snippets or placeholders. This is a small developer tool aimed at people who already chat with AI models in the browser and want those answers to land directly in their code editor. The project is released under the MIT license.
A browser extension paired with a VS Code extension that lets you apply AI chatbot code answers directly into your active file with one click.
Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, VS Code Extension.
You can use, modify, and share this freely, including for commercial purposes, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.