Pincushion for Codex.

Visual feedback that lands in your IDE. Stakeholders drop pins on your live app; your Codex agent reads them via MCP — selector, DOM snippet, screenshot, viewport, thread, project context, and acceptance criteria — and ships the change from inside your editor.

Install Pincushion for Codex / VS Code See the full product →

The flow

  1. Stakeholder drops a pin on any element of your live app via the Chrome extension
  2. You open Codex, run /pins or /implement
  3. Codex agent receives the pin's full work packet via MCP — no copy-pasting screenshots, no translating feedback into prompts
  4. Agent finds the source code, makes the change, calls fix_and_resolve with branch + PR URL
  5. Deploy hook auto-resolves the pin on production. Stakeholder sees "Resolved in PR #142, deployed at 3:24pm"

Install (60 seconds)

Pincushion ships a VS Code / Codex extension VSIX. Drag it into Extensions → Install from VSIX… or run:

code --install-extension pincushion-feedback-0.2.0.vsix

The extension auto-registers the MCP server and adds @pincushion as a Copilot Chat participant. Mention it in any chat to invoke /pins, /implement, or /resolve directly inside VS Code or Codex.

Slash commands available after install

Stop translating visual feedback into agent prompts. Drop a pin. Your agent gets the full context in one MCP call.

Download VSIX (v0.2.0) Back to home