Skip to main content

Workshop - 0.68.0

🚀 Highlights

  • Markdown files can now be exported to PDF
  • Kai can now access test results and run tests when authorized
  • Improved feature detection through the Aleph Language Server

✨ New Features

  • Markdown PDF export

    • Markdown documents can now be exported directly to PDF.
  • Expanded Kai testing capabilities

    • Kai can now access the Test Results panel for additional context.
    • When authorized, Kai can run tests on your behalf.
    • This significantly improves Kai's ability to validate generated code and iterate toward working solutions.

🛠 Improvements

  • Language Server integration

    • Workshop now uses the Aleph Language Server for feature detection.
    • Improves support for capabilities such as script arguments and model file auto-save.
  • AI-assisted development

    • Better access to test results enables stronger "first-write" code generation and validation workflows.

🐛 Fixes

  • Fixed a race condition that could affect reading very small files in lazy-loaded editor tabs.