New
-
Generic API connector (v1). Connect to any REST or GraphQL API. Paste your API docs into an LLM, or use the manual endpoint editor.
-
Incremental pulls now work for Linear, Notion, Postgres, Supabase, Intercom, and WordPress, joining last week's Airtable.
-
Deep links to folders and records. The desktop app responds to
scratch://URLs pointing at a specific folder or record. There's anhttps://relay through the web client so tools that don't render custom schemes (Claude renders Markdown links over plain http) still land you in the right place. -
"Open in" menu in the workspace header. Opens the workspace folder in Claude Desktop, Claude Cowork, Codex, Finder/Explorer, or Terminal.
-
Record detail and field detail rework. The record detail table is now column-structured with word-level diff highlighting on changed words only. Clickable field names open a dedicated field detail view. Long values collapse with an expand toggle.
-
Folder info modal shows pull times so you can tell how stale your local copy is.
-
Prettier mode for rich text fields. A toggle in the field view switches between formatted and raw HTML, XML, or JSON. Makes diffs on structured content actually readable.
-
Agent context annotations on JSON schemas. Connectors can attach an
x-scratch-agent-instructionshint to fields and objects so agents know how to handle quirky data. Intercom Conversations ships with a few annotated already.
Better
-
Speed improvements. Publish, workspace download, deleting a workspace are faster now.
-
Large numbers get thousands separators in UI.
Fixed
-
Intercom pulls couldn't resume. The wrong cursor was being persisted.
-
Stripe webhooks recover when they can't find a user. Falls back to an email lookup and back-fills the customer ID for next time.
Under the hood
- The workspaces init simplification (DEV-10144) had a big week. The upload-patch flow, accepted-patches.json model, and a shared Rust core embedded into the desktop app via napi all landed. The user-visible payoff is the faster publish and download above.
PUBLISH_COMPLETEDPostHog events were missing for git publish jobs. Restored.- Slack notifications wired up for general alerts on top of the release pipeline ones.