LangChain Docs & Dashboard UX

LangChain Docs & Dashboard UX LangChain Docs & Dashboard UX

This release improves the developer experience with new documentation and dashboard enhancements. The docs now include guides for LangChain, helping users integrate Daytona's sandboxing runtime with LLM agent workflows.

To improve usability, the dashboard now displays a message if the application is loading slowly, providing better feedback. This version also includes API stability fixes. The API will now correctly reuse an existing backup registry instead of creating a new one, and a patch ensures that URL protocols are properly stripped for the legacy runner adapter.

Patches

Fixes

  • api: lock code warning log (#2808)

  • api: overdue stopped state change (#2896)

  • api: update snapshot timeout logic to use updatedAt timestamp (#2916)

Chores

  • docs: fix algolia index env var injection (#2886)

  • runner: build-amd64 always build for linux (#2910)

  • sdk-python: retry logic for adding api-clients; activate venv before publish in CI (#2898)

Fixes

  • dashboard: wallet page responsiveness (#2864)

  • sdk-typescript: reader.cancel() race condition; use native FormData for specific runtimes (#2921)

Refactor

  • sdk-python: wrap 'Session is closed' error (#2914)

Chores

  • ci: fix homebrew dispatch call (#2922)