> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leapter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> The latest and upcoming features in Leapter, plus an overview of everything you can do — with links into the docs.

Latest changes first. Looking for a specific capability instead? Jump to **[All features](#all-features)** for a complete, linked index.

<Note>
  Dates reflect when each change reached the product. Some larger initiatives roll out gradually
  behind feature flags, so an item may appear here shortly before it becomes visible in your workspace.
</Note>

<Update label="⌨️ Cmd+I references the focused node" description="Coming soon" tags={["Improvement"]}>
  Pressing **Cmd+I** drops the node you have selected straight into the Lab Agent chat.
</Update>

<Update label="⚡ Faster model storage" description="Coming soon" tags={["Technical"]}>
  Blueprints move to a LogicFlow-JSON storage format for quicker loads and saves.
</Update>

***

<Update label="🕘 Timeline: your project's change history" description="July 2026" tags={["Feature"]}>
  Every version of a project becomes a change you can inspect, compare, and restore — with a stream-aware graph that shows drafts forking from and merging back into main, and **View conversation** to reopen the Lab Agent chat behind any change. See [Timeline](/fundamentals/track-changes/timeline).
</Update>

<Update label="🔀 Drafts, review, and approvals" description="July 2026" tags={["Feature"]}>
  Pick a [change workflow](/fundamentals/track-changes/change-workflow) per project: apply edits directly, or hold them on a draft and gate delivery to main with reviewers and [approval rules](/fundamentals/track-changes/review-and-approvals) — four-eyes approval, passing tests, resolved comments, and more.
</Update>

***

<Update label="🤖 The Lab Agent becomes the way you build" description="June 2026" tags={["Feature"]}>
  <Frame caption="The Lab Agent answers questions and edits your Blueprint from a chat panel beside the canvas.">
    <img src="https://mintcdn.com/leapter/n-gCe0s55i-T1r4S/images/whats-new/lab-agent-chat.png?fit=max&auto=format&n=n-gCe0s55i-T1r4S&q=85&s=83ada6784f6e7d3f0d4ea8b47d5265b2" alt="The Lab Agent chat panel open beside the No-Claims Bonus Engine Specification View, answering a question with type-annotated reference pills" width="1440" height="900" data-path="images/whats-new/lab-agent-chat.png" />
  </Frame>

  Now the single home for AI-assisted work — **@-mention pills** and **auto-generated tests** run through the agent.
</Update>

<Update label="🏢 Leapter Enterprise" description="June 2026" tags={["Technical"]}>
  Foundations for self-hosted, enterprise deployments.
</Update>

***

<Update label="🤖 The Lab Agent arrives" description="May 2026" tags={["Feature"]}>
  An agent that runs your Blueprints and tests, reads and writes your types, and creates and renames Blueprints — with approval and speed/quality modes.
</Update>

<Update label="🧩 Literate type system" description="May 2026" tags={["Feature"]}>
  Value and data types as a first-class, business-readable layer.
</Update>

<Update label="🔗 Public read-only sharing" description="May 2026" tags={["Feature"]}>
  Share a project via link; viewers can copy it, and anonymous `/try` works without an account.
</Update>

***

<Update label="📄 The Specification View, rebuilt" description="April 2026" tags={["Feature"]}>
  <Frame caption="The unified Specification View: Contents, Type Definitions, Inputs & Outputs, and embedded Blueprints in one document.">
    <img src="https://mintcdn.com/leapter/n-gCe0s55i-T1r4S/images/whats-new/specification-view.png?fit=max&auto=format&n=n-gCe0s55i-T1r4S&q=85&s=e38294446e07b393802d85f43681e418" alt="The Leapter Specification View showing the Contents sidebar, a dependencies diagram, and the Inputs and Outputs of the No-Claims Bonus Engine project" width="1440" height="900" data-path="images/whats-new/specification-view.png" />
  </Frame>

  Spec, models, and types merged into one structured document, with **live and test execution in the browser** — no round trip.
</Update>

<Update label="🧪 Test Suites & offline-first CLI" description="April 2026" tags={["Feature"]}>
  Build reusable test cases and run them from the editor or CLI, plus a VS Code extension with Veritas highlighting.
</Update>

***

<Update label="✨ A more natural Veritas" description="March 2026" tags={["Improvement"]}>
  **Natural-language operators** — `and`/`or`, `is`/`isnt`, `not`, and `absent` — plus execution traces distributed across the diagram.
</Update>

<Update label="▶️ Run Blueprints locally" description="March 2026" tags={["Feature"]}>
  In-process execution from the CLI, plus an MCP tool that renders a Blueprint viewer.
</Update>

## All features

Everything you can do in Leapter, with a link to where each capability is documented.

### Create

<CardGroup cols={3}>
  <Card title="Generate with AI" icon="wand-magic-sparkles" href="/fundamentals/create-blueprint/ai-prompt">
    Describe your logic and let Leapter build the Blueprint.
  </Card>

  <Card title="From a template" icon="copy" href="/fundamentals/create-blueprint/from-template">
    Start from a ready-made example and adapt it.
  </Card>

  <Card title="From scratch" icon="pen-ruler" href="/fundamentals/create-blueprint/from-scratch">
    Build every node yourself on an empty canvas.
  </Card>
</CardGroup>

### Build & edit

<CardGroup cols={2}>
  <Card title="Lab Agent" icon="robot" href="/fundamentals/change-your-blueprint/lab-agent">
    Build and edit by chatting with AI — it runs your tests, too.
  </Card>

  <Card title="Inline editing" icon="i-cursor" href="/fundamentals/change-your-blueprint/inline-editing">
    Click any node, title, or description to edit it in place.
  </Card>

  <Card title="AI editing (Ctrl+I)" icon="sparkles" href="/fundamentals/change-your-blueprint/ai-editing">
    Quick, scoped AI edits to the node, section, or Blueprint you select.
  </Card>

  <Card title="Logic & Descriptions" icon="arrows-rotate" href="/fundamentals/change-your-blueprint/sync-and-suggestions">
    Keep your plain-language descriptions and your logic aligned.
  </Card>
</CardGroup>

### The editor

<CardGroup cols={3}>
  <Card title="Specification View" icon="file-lines" href="/fundamentals/leapter-canvas/specification-view">
    Your whole project as one structured, editable document.
  </Card>

  <Card title="Diagram View" icon="diagram-project" href="/fundamentals/leapter-canvas/diagram-view">
    Focus on a single Blueprint's flowchart.
  </Card>

  <Card title="Inputs & Outputs" icon="right-left" href="/fundamentals/leapter-canvas/inputs-and-outputs">
    Define each Blueprint's signature.
  </Card>

  <Card title="Type Definitions" icon="shapes" href="/fundamentals/leapter-canvas/type-definitions">
    Reusable Value Types and Data Types.
  </Card>

  <Card title="Controlling the Flow" icon="code-branch" href="/fundamentals/leapter-canvas/controlling-the-flow">
    Decisions, loops, returns, and errors.
  </Card>

  <Card title="Calling Other Blueprints" icon="link" href="/fundamentals/leapter-canvas/calling-other-blueprints">
    Compose logic from reusable sub-Blueprints.
  </Card>
</CardGroup>

### Test

<CardGroup cols={2}>
  <Card title="Test your Blueprint" icon="play" href="/fundamentals/test-your-blueprint">
    Run with sample inputs and step through the execution.
  </Card>

  <Card title="Test Suites" icon="flask-vial" href="/fundamentals/test-suites">
    Reusable test cases — auto-generate them with the Lab Agent.
  </Card>
</CardGroup>

### Track changes

<CardGroup cols={3}>
  <Card title="Timeline" icon="clock-rotate-left" href="/fundamentals/track-changes/timeline">
    Every version of your project — inspect, compare, and restore.
  </Card>

  <Card title="Change Workflow" icon="code-branch" href="/fundamentals/track-changes/change-workflow">
    Save edits directly, or hold them on a draft until you're ready.
  </Card>

  <Card title="Review & Approvals" icon="user-check" href="/fundamentals/track-changes/review-and-approvals">
    Gate changes with reviewers and rules like four-eyes approval.
  </Card>
</CardGroup>

### Deploy & integrate

<CardGroup cols={3}>
  <Card title="REST API" icon="cloud" href="/executing-blueprints/connect-rest-api">
    Call your Blueprint over HTTP from any application.
  </Card>

  <Card title="MCP" icon="plug" href="/executing-blueprints/connect-mcp">
    Connect AI assistants via the Model Context Protocol.
  </Card>

  <Card title="n8n" icon="diagram-project" href="/executing-blueprints/n8n-http">
    Export ready-made n8n workflows.
  </Card>

  <Card title="Export as Code" icon="code" href="/executing-blueprints/export-code">
    View your logic as JavaScript or Python.
  </Card>

  <Card title="Embed" icon="window-maximize" href="/executing-blueprints/embed">
    Embed a read-only Blueprint viewer in any page.
  </Card>

  <Card title="API Keys" icon="key" href="/fundamentals/api-keys">
    Authenticate your integrations.
  </Card>
</CardGroup>

### Collaborate & share

<CardGroup cols={3}>
  <Card title="Projects" icon="folder" href="/fundamentals/projects">
    Organize related Blueprints into projects.
  </Card>

  <Card title="Teams" icon="users" href="/fundamentals/teams">
    Invite members and share projects.
  </Card>

  <Card title="Comments" icon="comment" href="/fundamentals/collaborating">
    Discuss specific nodes and sections with your team.
  </Card>

  <Card title="Sharing" icon="share-nodes" href="/fundamentals/sharing">
    Generate a public, read-only link to a project.
  </Card>

  <Card title="Profile" icon="user" href="/fundamentals/profile">
    Manage your account settings.
  </Card>
</CardGroup>
