Skip to content

Releases: MarcellM01/Pinpoint

Pinpoint v0.2.0

Choose a tag to compare

@MarcellM01 MarcellM01 released this 21 Jul 13:07

Pinpoint 0.2.0

  • Capture a screenshot of the picked element alongside its HTML/CSS context, saved next to the report and embedded in it. The clipboard still carries just the @ mention — most AI chat inputs treat an OS clipboard image as the whole paste and drop accompanying text, so the mention stays the reliable, primary way to get context (and the screenshot) into a chat.
  • Vendor modern-screenshot (MIT) to render the screenshot from the live DOM; see THIRD_PARTY_NOTICES.md.
  • Drop the marketplace "preview" flag.
  • Refresh README around Pinpoint's agent-agnostic positioning — works alongside Copilot Chat, Cline, Roo Code, Continue, opencode, Claude Code, and Codex CLI as a plain VS Code extension, not a forked editor.

Pinpoint v0.1.0

Choose a tag to compare

@MarcellM01 MarcellM01 released this 19 Jul 15:08

Pinpoint 0.1.0

The first public release of Pinpoint, a VS Code extension from TinySuite that captures frontend context for AI coding agents.

Highlights

  • Pick any element in VS Code's Integrated Browser.
  • Capture its selector, DOM path, dimensions, HTML, matched CSS, inherited styles, resolved values, and CSS variables.
  • Save the captured context as a readable Markdown report inside the workspace.
  • Copy an @.pinpoint/... file mention directly to the clipboard.
  • Safely inspect links, buttons, and forms without activating them.
  • Keep all captured context local with no network requests from Pinpoint.

Requirements

  • VS Code 1.109 or newer
  • VS Code's built-in Integrated Browser