Core scheduling engine implementation enabling technicians to set up automated, time-based script runs across managed endpoints. MSPs can now automate routine maintenance tasks and deploy scripts on their own schedule without manual intervention.
OpenFrame v0.6.3 - Script Scheduling & Infrastructure Enhancements
Version: 0.6.3
MINOR
Release Type
BETA
Release Status
February 21, 2026
Release Date
Michael Assraf
Author





OpenFrame v0.6.3 introduces automated script scheduling capabilities, enabling MSPs to execute scripts on managed endpoints at predetermined times without manual intervention. This release also delivers significant infrastructure improvements including MongoDB migration to replica sets, enhanced monitoring coverage, and billing integration with Stripe. The update includes AI model upgrades with GPT-5 and Claude Sonnet 4.6 support, alongside numerous UX refinements across the platform.
Features Added7
Script Scheduling Engine
Tactical RMM Schedule Tasks
Complete frontend and backend implementation for managing scheduled bulk script functionality, including user interface screens for policy creation/editing, query builders, and policy/query lists with filtering and sorting capabilities.
Stripe Billing Integration
REST API and GraphQL implementation for billing features, including tenant subscription management in Stripe for streamlined payment processing and subscription handling.
GPT-5 Model Family Support
Added configuration for GPT-5 family models, providing access to the latest OpenAI language models for enhanced AI-powered capabilities.
Claude Sonnet 4.6 Integration
Integration of Anthropic's Claude Sonnet 4.6 model, expanding AI model options for improved performance and capabilities.
MongoDB Automated Backups
Implemented MongoDB backup solution with automated backup configuration and verified restoration process to ensure data protection and disaster recovery capabilities.
Monitoring Test Cases for GET Endpoints
Comprehensive documentation of monitoring test cases for GET info/health endpoints across services, establishing foundation for automated monitoring and identifying gaps in observability coverage.
Bugs Fixed5
AI Tool Execution Loops
Resolved issues with tool execution loops, particularly affecting the 'machine search' tool that was causing repeated execution cycles.
AI Context Error Handling
Fixed getFaeContext tool function to show success results even when context contains error keywords, preventing false negative status reporting.
TacticalRMM Command Error Detection
Improved determination and handling of TacticalRMM command errors for more accurate error reporting and troubleshooting.
LLM Error Display
Enhanced error UI to display detailed error messages from LLM instead of generic 'AI response error' messages, improving debugging and user understanding.
Cassandra Data Cleanup
Implemented proper cleanup process to remove all related Cassandra data when a cluster is deleted, preventing orphaned data accumulation and storage waste.
Improvements17
Redesigned Script Creation and Editing Pages
Complete UI/UX redesign for Create Script and Edit Script pages to improve usability, visual consistency, and alignment with current design system.
Rebuilt Device Script Execution View
Comprehensive rebuild of Device Script Execution view with all missing components created according to design specifications for desktop, tablet, and mobile breakpoints, including full functionality implementation.
Redesigned Script Scheduled Section
Redesigned ScriptInfoSection and ScriptArguments with new reusable components including Timeout input, Date/Time Picker, Checkbox with label, and Searchable Multi-Select, with complete state management and validation.
Modernized SSO Login Page
Improved and redesigned OpenFrame SSO login page with cleaner, more modern user experience, aligned with OpenFrame branding and UI guidelines, including enhanced accessibility and responsive behavior.
Enhanced Chat UX
Improved user experience across all chat interfaces for better interaction and usability.
Device Sorting by Status
Changed default sort order on devices page to sort by status descending, ensuring problematic and offline devices appear at the top for immediate attention.
Consistent Page Layout Alignment
Fixed inconsistent page container and title alignment across all pages, ensuring uniform visual consistency throughout the UI.
macOS DMG Application Packaging
Packaged Fae as a proper DMG installer for macOS with signing and notarization for seamless user installation experience.
Inverted Scroll for Remote Access Control
Added inverted mouse scroll UI setting for Remote Control screen to accommodate user preferences.
MongoDB Migration to Replica Set
Migrated MongoDB to replica set configuration for improved reliability, scalability, and high availability.
MongoDB Shared Infrastructure Migration
Migrated MongoDB to shared datasources infrastructure to reduce operational overhead and align all environments with unified, scalable setup.
Centralized Logging
Implemented centralized logs in shared environment for improved observability and troubleshooting capabilities.
Enhanced NATS Persistence
Improved NATS persistence on deployment to ensure more reliable message streaming and event handling.
Large AI Output Processing
Enhanced capability to process large AI output for handling more complex and extensive AI-generated responses.
Fae and Mingo RMM Integration
Updated Fae and Mingo to use RMM instead of refusing to run, improving integration and operational reliability.
Renovate Upgrade and MultiHub Integration
Upgraded Renovate to latest version and configured for MultiHub environment to enable automated dependency management across all repositories.
Updated AI Guardrails
Updated guardrails for read-only operations to accommodate new GPT-5.x behavior patterns and ensure safe AI interactions.
Related Links