feat: Rich banner, HITL interrupts, server deps & edge overlap fix#62
Merged
cristipufu merged 5 commits intomainfrom Feb 14, 2026
Merged
feat: Rich banner, HITL interrupts, server deps & edge overlap fix#62cristipufu merged 5 commits intomainfrom
cristipufu merged 5 commits intomainfrom
Conversation
Use Rich console for the startup ASCII art banner - bold orange for the art, cyan for the server URL, and clickable docs link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ore deps Move fastapi and uvicorn from optional [server] extras into core dependencies. Remove HAS_EXTRAS guards, TYPE_CHECKING import hack, and associated tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Human-In-The-Loop support to the dev server's chat UI. When a chat agent suspends with API triggers (e.g. tool call confirmations), the new WebChatBridge broadcasts interrupts to the frontend via WebSocket and blocks until the user responds. Backend: WebChatBridge (UiPathChatProtocol), InterruptData model, WS protocol events, RunService integration with UiPathChatRuntime. Frontend: ChatInterrupt component with tool call confirmation (Approve/Reject) and generic interrupt (text input) variants. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ModelNode and ToolNode always render a type label above the main label (~13px) that was unaccounted for in computeNodeHeight, causing ELK to place edge endpoints inside the visible node boundaries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
pip install uipath-devinstalls fastapi/uvicorn without extras🤖 Generated with Claude Code