Updates

Changelog

What's new in Patchly, in reverse chronological order.

April 2025Feature

Claude Code agent skill

Install the Patchly skill in Claude Code with a single command. The MCP server exposes list_issues, get_issue, get_repair_note, post_comment, and mark_patch_proposed — so your editor can read open issues, fetch stack traces, and close the loop without leaving the IDE.

April 2025Feature

MCP server (@patchly/mcp)

A standalone MCP stdio server for AI agents. Authenticates via a per-user Agent API token generatable from the dashboard. Works with Claude Code, Cursor, and any MCP-compatible client.

April 2025Feature

Agent API tokens

Per-user bearer tokens for the new /api/agents/* endpoints. Tokens are SHA-256 hashed at rest and shown once on creation. Revocable from the Settings page.

April 2025Improvement

Pricing page polish

Added an "What's an event?" callout with overage policy. Pro tier now shows a "Most popular" badge. CTAs are now real anchor links — middle-click works.

March 2025Feature

Stripe billing integration

Subscription management with Stripe Checkout and the customer portal. Plan upgrades and downgrades take effect immediately.

March 2025Feature

Per-project settings

Configure GitHub repo, alert thresholds, and LLM provider per project. Encrypted API key storage for custom OpenAI / Anthropic keys.

February 2025Feature

AI repair notes

Multi-provider LLM pipeline (Claude, GPT-4o, Gemini, DeepSeek) generates source-aware fix suggestions and posts them as GitHub issue comments.

February 2025Feature

Error grouping and GitHub issues

Errors are fingerprinted and grouped. When a group crosses the threshold, Patchly opens a GitHub issue automatically with the stack trace and context.

January 2025Launch

Public beta

Patchly opens to the public. SDK supports browser and Node.js auto-capture, React Error Boundary, and network error capture.

Report a bug