Skip to main content

Platform - 0.82.0

🚀 Highlights​

  • Improved reliability when cancelling jobs and executions
  • Kai gains workspace file awareness for better context
  • Python SDK enhanced with AST export support

✨ New Features​

  • Kai workspace awareness

    • Kai can now list and search files in the workspace.
    • Improves context understanding and relevance of responses.
  • AST export (Python SDK)

    • Aleph Language Server support now includes AST export via the analyze endpoint.

🛠 Improvements​

  • Cancellation reliability
    • The API now automatically re-sends cancellation signals if executions or jobs are still running.
    • Reduces cases where cancellations fail silently.