Skip to content

Conversation

@cristipufu
Copy link
Member

No description provided.

@cristipufu cristipufu requested a review from Copilot January 20, 2026 16:13
@cristipufu cristipufu self-assigned this Jan 20, 2026
@cristipufu cristipufu merged commit 1768d6b into main Jan 20, 2026
15 checks passed
@cristipufu cristipufu deleted the fix/handle_runtime_schema_errors branch January 20, 2026 16:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves error handling when schema loading fails during runtime initialization. Instead of showing a temporary notification, errors are now displayed persistently in a dedicated error message widget within the UI.

Changes:

  • Replaced notification-based error display with a persistent error message widget
  • Added CSS styling for the error message display
  • Bumped version from 0.0.18 to 0.0.19

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
uv.lock Version bump to 0.0.19
pyproject.toml Version bump to 0.0.19
src/uipath/dev/ui/styles/terminal.tcss Added .error-message CSS class for styling error displays
src/uipath/dev/ui/panels/new_run_panel.py Added Static widget for error display and replaced notification-based error handling with persistent UI element

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

severity="error",
timeout=5,
json_input.add_class("hidden")
select.add_class("hidden")
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hiding the select dropdown when an error occurs prevents users from selecting a different entrypoint to recover from the error. Consider keeping the select visible so users can attempt to select another entrypoint that might load successfully.

Suggested change
select.add_class("hidden")

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant