Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ClipFitNew to Visual Studio Code? Get it now.
ClipFit

ClipFit

Agent Foundry

| (0) | Free
Apply AI code suggestions safely using atomic commands and native VS Code Diff views.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ClipFit-for-ai-web-interface README

This is a simple editor to improve development experience while using interactive AI workflow.

ClipFit (v1.2.0)

Surgical, Protocol-Driven AI Code Editing for VS Code. Brainstorm architecture in your browser, copy the structured patch, and apply changes safely via native Diff review with one click.


⚡ Quick Start (Get it running in 30 seconds)

  1. Install: Search for ClipFit in the VS Code Marketplace and click Install. Or download from GitHub.

  2. Setup your LLM: Copy our system prompt and paste it into your favorite web AI (ChatGPT, Claude, Gemini, etc.).Or just click on the button in the editor title menu: "Copy AI system prompt" then paste into AI web ui.

  3. Ask for changes: Let the AI modify your code. It will output a standard ClipFit v1.2.0 text block.

  4. Apply Patch: Copy the AI output, switch back to VS Code, and press Ctrl+K p (Cmd+Alt+K on Mac). Or click on the button "ClipFit:Process AI output" in the editor title menu.

  5. Review: Check the native side-by-side Diff view, inspect the color-coded UI markings, and accept or revert individual blocks!

  6. Accept or Reject: Click on "Accept Mod" or "Reject Mod" in the Status Bar under document. Or by hot key CTRL+K a


🧩 Protocol Example (What it looks like)

This is what your clipboard should look like when copying from the AI:

===REPLACE_BLOCK===
function oldCode() {
    return "buggy";
}
===WITH===
===REMARKNCOLOR=== ===YELLOW=== ===Refactored logic for optimization===
function oldCode() {
    return "optimized";
}
===REMARK_END===
===END_REP===

Every string equals to our Tag in the begining of a line will be processed. Please avoid this situation in your code.

Requirements

You have to own your LLM account.

Extension Settings

Release Notes

1.2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft