Platform - 0.80.1
Release description not available.
Release description not available.
"finishReason" error for certain prompts.Transient error handling
Platform readiness
runtimeId is now optional when creating executions and jobsAPI & SDK enhancements
Simplified execution & job creation
runtimeId is now optional when creating executions or jobs.runtimeId unless a specific runtime version is required.Accurate cloud agent system info
Better cloud job error reporting
Security hardening
Stability improvements
Interactive (Shared) agent
Cloud agent tooltip
Shorter AI chat summaries
Chat summaries are now more concise and focused, making conversations easier to scan and review.
Stricter unified diff generation
Streaming AI responses
AI-generated content can now be streamed as it is produced, enabling more responsive user experiences.
Client + server tool support
The AI API now supports client-side tools in addition to server-side tools, unlocking more flexible AI workflows.
Job metadata API
New endpoints allow updating job names and notes
Backend feature flags
Feature flag support added in the platform (in addition to the Workshop) to progressively enable or disable features without redeploying.
AI API aligned with OpenAIβs canonical format
The AI Chats API now uses a messages/roles structure consistent with the OpenAI API, simplifying integrations and future compatibility.
Improved editor context handling
Editor context is now explicitly passed and correctly processed by the model.
Usage tracking per conversation
AsyncDisposable callbacks).β οΈ This will break the existing AI Chat feature in production until the Workshop is updated.
A clearer and more capable AI experience behind the scenes, with improved model flexibility and stronger Aleph code support.
βοΈ Internal / Technical Changes
π§© Fix
Commented include statements in Aleph scripts are no longer parsed as dependencies by the Agent. Example:
// include "dependency.aleph"
Previously, this line could incorrectly trigger dependency resolution and fail the execution. It is now correctly ignored.
π§ Impact
This fix prevents incorrect dependency lookups and ensures consistent execution graphs when using commented or disabled includes.