Product Releases
and Updates

ODC Tenant Administrators can now manage Mentor access with granular controls and a complete audit trail, directly from the ODC Portal. This gives organizations the centralized visibility and control they need to scale agentic development while staying aligned with internal security policies and compliance requirements.
- Granular access controls - Enable or disable Mentor access across Web and Studio environments at a user and group level, ensuring agentic development capabilities are available only to authorized developers.
- Complete audit trail - Automatically log every permission change, including who made the change, what changed, who was affected, and when it happened. This creates a reliable record for internal reviews, security audits, and regulatory reporting.
- Immediate access revocation - Revoke Mentor access for specific users or environments instantly, with no grace period, giving administrators direct control over how Mentor is used across the organization.
Since we follow a least-privilege model, we’re rolling out this permission in phases. This gives you time to enable the permission for any custom roles in your tenant before the end of August. By that deadline, you’ll need to enable this permission for any custom roles your developers use. If you’re using the built-in Developer role, no action is required, as this permission is already enabled by default.
We’re excited to announce a significant enhancement to how you name and manage your OutSystems ODC environments: Customizable Organization & Stage settings. A clear, brand-aligned Name and URL for your applications and environments are key for both developers and end users. With this update, you can now customize your tenant subdomain (e.g., <TenantSubdomain>.outsystems.dev) to meet your company brand strategy and development guidelines. This flexibility ensures greater trust, easier recall, and a more cohesive brand experience across all your applications and development environments.
Beyond tenant settings, you can now rename and reorder your non-production stages to align with your specific SDLC processes. This not only improves clarity for your teams but also ensures that the URLs accurately reflect the purpose of each environment.
We're excited to announce that MABS 12.1 is now generally available. MABS 12.1 is built with Xcode 26.3, aligning iOS builds with the latest Apple toolchain and iOS SDK.
The following updates are introduced for applications built with Capacitor:
- Swift Package Manager (iOS) - Swift Package Manager (SPM) for iOS Capacitor mobile applications eliminates the build friction for plugins that rely on Swift libraries. Configurable via an opt-in extensibility configuration in ODC studio. Please review the release notes for any plugin version updates required to support SPM.
- Native Splash Screens - A native splash screen for Capacitor apps on iOS and Android that improves on a web-based startup experience to native. Configurable via the new app properties experience in ODC studio.
With this launch, MABS 12.0 will be marked as deprecated and will become obsolete towards the end of September 2026.
When your team is building software and handling sensitive data across multiple tools, having visibility into where that data actually resides is more than a convenience—it's a requirement for compliance, performance, and peace of mind. OutSystems admins can now see exactly where their data is stored, executed, and processed—directly within the ODC Portal with the new Region Visibility feature.
By surfacing this information directly in the ODC portal, we empower you to make more informed decisions about data sovereignty, residency requirements, and localized latency optimizations.
We are excited to introduce ODC Asset Portfolios, a new capability that helps enterprises organize and isolate applications, workflows, agents, and libraries with similar business needs, risk profiles, and delivery requirements while keeping governance centralized within a single OutSystems organization.
Whether you're separating B2B and B2C applications, supporting multiple business units, enabling AI experimentation, or meeting different governance requirements, Asset Portfolios let you define independent operating and delivery models without increasing platform complexity.
Describing your context to an AI assistant shouldn't feel like filing a bug report. Yet until now, every Mentor interaction in ODC Studio required developers to manually spell out what they had open, what they had selected, and what they were trying to do—before getting to the actual question. The result: longer prompts, more hallucinations, and a conversational experience that felt anything but natural.
Mentor can now see what you have open and selected in ODC Studio. When you have a Screen, Server Action, or any logic element in focus, Mentor automatically picks up that context—so you can ask "What does this do?", "Explain this logic flow", or "Fix this error", and get a precise, grounded answer without writing a single line of manual context.
- Active Selection Awareness: Mentor knows which element you have selected in ODC Studio—such as a button on a Screen, an If node in a Server Action, or an Aggregate—and uses that context to inform its response.
- Current View Awareness: Beyond the selected element, Mentor also understands what you have open, so references like "this flow" or "this screen" resolve correctly even when focus is elsewhere.
- Natural Language Prompts: Ask "Explain this", "What does this do?", or "Fix this error" directly—no more manually describing your location in the app before getting to the real question.
This closes a fundamental gap in the Mentor experience: the AI now meets developers where they are, rather than asking them to bridge the gap themselves.
We are excited to announce our latest O11/ODC interoperability milestone: Cross-platform end-user single sign-on (SSO). This capability ensures that your end-users can navigate seamlessly between both O11 and ODC estates without facing additional login prompts.
Previously, because the platforms run on separate runtimes, users had to log in twice if they needed to access apps across both environments. With this new release, session authentication is shared, allowing end-users to move transparently between O11 and ODC user journeys.
The main benefits are:
- Frictionless end-user experience: Users log in just once. Session authentication is shared across platforms, allowing users to seamlessly transition between O11 and ODC applications without additional login prompts.
- Accelerated AI and feature adoption: Instantly adopt ODC-native capabilities - such as advanced AI Agents -and embed them directly into your existing O11 user journeys.
- No change to your existing O11 apps: no need to undergo any change to existing O11 or ODC applications to use this capability; it is just a simple configuration away.
This capability ensures your O11 foundation remains the secure core of your operations while you leverage ODC's innovations for both net-new apps and for augmenting existing O11 applications with AI.
We are excited to announce a major security upgrade for O11-ODC data interoperability. With this new feature, O11 LifeTime will allow incoming connections only from a specified ODC organization (tenant). Any other connections from other ODC tenants will be blocked.
How to configure it:
- Set up your LifeTime service account by picking ODC as the Service account consumer and entering your ODC organization ID. This secures the token to your particular ODC organization, limiting authentication strictly to your tenant.
- Insert the newly generated service account token directly into the O11 configuration in the ODC Portal to complete validation.
Mentor builds and modifies OutSystems apps through conversation. Behind that conversation are coding agents — AI components that interpret your intent, plan the work, and apply changes directly to your app. This release delivers a new generation of that agent: meaningfully higher output quality, a near-perfect success rate, and stronger coverage across UI, logic, and mixed tasks. The result is a faster path from intent to working app, with the control and confidence needed for production.
What's new
- Higher quality output, out of the box. Mentor now delivers stronger results from the start, with quality scores increasing from 3.94 to 4.34 out of 5. Developers get fewer TrueChange errors, better alignment with OutSystems patterns, and more reliable outputs without extra tuning.
- Near-perfect success rate. Mentor now achieves a 99.3% success rate in evaluations, up from 79.1%. That means it can complete more complex development tasks with far greater consistency, including work that previous versions could not reliably finish.
- Stronger completeness across UI, logic, and mixed tasks. Stronger completeness across UI, logic, and mixed tasks. Leveraging the OutSystems Enterprise Context Graph, Mentor now handles broader development requests with greater depth — delivering improved UI generation, implementing business logic with fewer TrueChange errors, and tackling combined tasks that previously required multiple iterations or manual fixes. This allows the agent to make more informed decisions about what to build and how, reducing the back-and-forth needed to reach a working result.
AI-assisted development moves fast—but speed without visibility creates risk. When Mentor proposes changes to your app, developers need more than a plan description; they need to see precisely what will change, where, and why, before a single line of code is committed. Without that clarity, even well-intentioned AI suggestions can introduce regressions, misalignments, or unwanted side effects that only surface after the fact.
With Conversational Code Comparison, Mentor now gives developers a visual review step before proposed changes are applied . Developers can compare the current app state against Mentor’s proposed plan, see which ODC assets, including Entities, Server Actions, and Screens, will be created or modified, and selectively apply only the changes that match their intent
- Visual Plan Preview: See exactly what Mentor plans to change with a side-by-side view of your app’s current state and proposed updates before any work begins.
- Impact Analysis: See which ODC assets, including entities, server actions, and screens, Mentor plans to create or modify before implementation begins.
- Code Review: Inspect Mentor’s proposed code-level changes before you commit, with full visibility into the logic behind each update.
- Selective Implementation: Accept the changes you want and discard the rest. No all-or-nothing bundles, just full control over what gets applied.

.png)
.gif)



%20(1).png)



.png)