Skip to content

0.2.11

Choose a tag to compare

@github-actions github-actions released this 06 Jun 11:29
7943edf

🚀 Features and Improvements

  • Introduced AI model selector in chat interface for enhanced flexibility.
  • Enabled Slack and Teams request action with a dedicated redirect page.
  • Implemented chat scroll-to-end behaviour when first opening the AI panel.
  • Updated chatbot UI defaults for width and font size for improved readability.
  • Enhanced analytics empty state and side menu layout.
  • Merged “About” and “General” settings into a unified settings page.
  • Improved initial visibility of failed step in run details view.
  • Added disclaimer in post-login popup for users facing insecure cloud template login issues.
  • Connected AI Assistant to the new OpenOps MCP.
  • Added category support for flow templates, including backend migration and UI.
  • Enabled saving and reading AI prompts from local as a fallback.
  • Provided option to retrieve CLI Step Chat history conditionally based on context.
  • Enhanced API with new endpoints and more descriptive metadata.
  • Added support for default values and selectors in various blocks, including GitHub and Tables.

🐛 Bug Fixes

  • Resolved an issue with displaying large test output.
  • Fixed "Get Value from Storage" block error during step test.
  • Corrected broken popover link for "No AI configured" notice.
  • Fixed flaky UI test behaviour.
  • Corrected template service filtering logic.
  • Addressed duplicate action ID creation.
  • Fixed NPM prepare script compatibility on macOS.

🔧 Maintenance

  • Moved encryption/decryption logic out of flow step test output service for better separation of concerns.
  • Closed MCP clients properly after interaction to prevent resource leaks.
  • Removed projectId from backend request payloads across multiple endpoints.
  • Refactored data selector logic into utility module.
  • Updated MS Teams auth permissions to support token refresh.
  • Displayed tooltip when no newer app version is available.
  • Bumped openops-tables and chromaui/action versions.
  • Split secret authentication type logic from secret properties for clarity.

Full Changelog