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

# Updates

> Changelog and release history for EnclaveVM

<Update label="v2.14.x" description="June 2026" tags={["Releases"]}>
  <Card title="Enclave v2.14.1: Improved Type Safety and Code Clarity" href="https://github.com/agentfront/enclave/releases/tag/v2.14.1" cta="View full changelog">
    **Feature** – Enhanced code clarity and type safety with the inclusion of `@types/estree` and format updates.

    * Streamlined code formatting and merged export declarations.
  </Card>

  <Card title="Enclave v2.14.0: Introduction of InterpreterAdapter" href="https://github.com/agentfront/enclave/releases/tag/v2.14.0" cta="View full changelog">
    **Feature** – Introduced a new dependency-free, runtime-agnostic execution path without QuickJS, WASM, or node:vm dependencies.

    * Enhanced security and flexibility for different runtime environments.
  </Card>
</Update>

<Update label="v2.13.x" description="April 2026" tags={["Releases"]}>
  <Card title="Enclave v2.13.0: OpenAPI Integration" href="https://github.com/agentfront/enclave/releases/tag/v2.13.0" cta="View full changelog">
    **Feature** – Introduced OpenAPI integration for automatic tool generation and specification polling.

    * Enhancements in session management with deadline and partial error reporting support.
  </Card>
</Update>

<Update label="v2.12.x" description="February 2026" tags={["Releases"]}>
  <Card title="Enclave v2.12.0: Browser Sandbox and More" href="https://github.com/agentfront/enclave/releases/tag/v2.12.0" cta="View full changelog">
    **Feature** – Introduced `@enclave-vm/browser` for browser sandbox runtime using double iframe.

    * Enhanced security and new example applications.
  </Card>
</Update>

<Update label="v2.11.x" description="February 2026" tags={["Releases"]}>
  <Card title="Enclave v2.11.1: Enhanced Coercion Detection" href="https://github.com/agentfront/enclave/releases/tag/v2.11.1" cta="View full changelog">
    **Feature** – Enhanced static analysis for JavaScript coercion patterns.

    * Improved detection of computed keys that resolve to disallowed identifiers, increasing security.
  </Card>

  <Card title="Enclave v2.11.0: Enhanced Security & Features" href="https://github.com/agentfront/enclave/releases/tag/v2.11.0" cta="View full changelog">
    **Security** – Improved security by neutralizing dangerous methods on Object constructors.

    * Additional identifiers blocking allows custom security rules.
  </Card>
</Update>

<Update label="v2.10.x" description="February 2026" tags={["Releases"]}>
  <Card title="Enclave v2.10.1: Security and Performance Enhancements" href="https://github.com/agentfront/enclave/releases/tag/v2.10.1" cta="View full changelog">
    **Security** – Implemented additional hardening against CVE-2023-29017. Improved prototype freezing and error handling.

    * Changes in `parent-vm-bootstrap.ts` enhance sandbox security.
  </Card>

  <Card title="Enclave v2.10.0: Library Reorganization" href="https://github.com/agentfront/enclave/releases/tag/v2.10.0" cta="View full changelog">
    **Feature** – Improved library structure for better consistency and maintainability.

    * Libraries have been renamed for uniformity
  </Card>
</Update>

<Update label="v2.9.x" description="January 2026" tags={["Releases"]}>
  <Card title="Enclave v2.9.2: Enhanced Features and Security" href="https://github.com/agentfront/enclave/releases/tag/v2.9.2" cta="View full changelog">
    **Feature** – Enhanced Enclave ecosystem with NDJSON streaming and React integration.

    * Improved compatibility and security enhancements.
  </Card>

  <Card title="Enclave v2.9.1: Stability and Bug Fixes" href="https://github.com/agentfront/enclave/releases/tag/v2.9.1" cta="View full changelog">
    **Feature** – Improved system stability.

    * General bug fixes and performance enhancements.
  </Card>

  <Card title="Enclave v2.9.0: Streaming Architecture & Enhanced Security" href="https://github.com/agentfront/enclave/releases/tag/v2.9.0" cta="View full changelog">
    **Feature** – Introduced a 3-server demo for showcasing EnclaveJS streaming architecture.

    * Added new WebSocket execution modes and NDJSON streaming for broker-server.
  </Card>
</Update>
