Updates
Changelog
What's new in Patchly, in reverse chronological order.
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.
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.
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.
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.
Stripe billing integration
Subscription management with Stripe Checkout and the customer portal. Plan upgrades and downgrades take effect immediately.
Per-project settings
Configure GitHub repo, alert thresholds, and LLM provider per project. Encrypted API key storage for custom OpenAI / Anthropic keys.
AI repair notes
Multi-provider LLM pipeline (Claude, GPT-4o, Gemini, DeepSeek) generates source-aware fix suggestions and posts them as GitHub issue comments.
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.
Public beta
Patchly opens to the public. SDK supports browser and Node.js auto-capture, React Error Boundary, and network error capture.