Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: terminal chat mode#566

Merged
cristipufu merged 1 commit intomainUiPath/uipath-python:mainfrom
fix/terminal_chatUiPath/uipath-python:fix/terminal_chatCopy head branch name to clipboard
Sep 11, 2025
Merged

fix: terminal chat mode#566
cristipufu merged 1 commit intomainUiPath/uipath-python:mainfrom
fix/terminal_chatUiPath/uipath-python:fix/terminal_chatCopy head branch name to clipboard

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Sep 11, 2025

Description

This PR fixes the terminal chat mode functionality by adding conversational support to the UiPath CLI terminal interface. The changes enable users to interact with agents through a chat interface by introducing a checkbox toggle for "chat mode" and handling conversation messages appropriately.

@cristipufu cristipufu requested a review from Copilot September 11, 2025 16:19
@cristipufu cristipufu self-assigned this Sep 11, 2025
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 fixes the terminal chat mode functionality by adding conversational support to the UiPath CLI terminal interface. The changes enable users to interact with agents through a chat interface by introducing a checkbox toggle for "chat mode" and handling conversation messages appropriately.

Key changes:

  • Added conversational mode toggle to the new run form with automatic JSON input hiding
  • Extended runtime context to support conversation messages and conversational flag
  • Enhanced execution flow to handle both regular JSON input and conversational messages

Reviewed Changes

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

Show a summary per file
File Description
src/uipath/_cli/_runtime/_contracts.py Added conversation message and conversational flag fields to runtime context
src/uipath/_cli/_dev/_terminal/_styles/terminal.tcss Added styling for pending execution state and checkbox components
src/uipath/_cli/_dev/_terminal/_models/_execution.py Enhanced ExecutionRun to support conversational mode and pending status
src/uipath/_cli/_dev/_terminal/_components/_new.py Added conversational toggle checkbox with dynamic JSON input visibility
src/uipath/_cli/_dev/_terminal/_components/_details.py Updated chat input disabling logic for conversational mode
src/uipath/_cli/_dev/_terminal/_components/_chat.py Enhanced chat panel to handle execution run message updates
src/uipath/_cli/_dev/_terminal/__init__.py Modified execution flow to handle conversational vs regular input modes
pyproject.toml Version bump from 2.1.38 to 2.1.39

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

src/uipath/_cli/_dev/_terminal/_components/_details.py Outdated Show resolved Hide resolved
@cristipufu cristipufu merged commit 3b9e3c9 into main Sep 11, 2025
16 checks passed
@cristipufu cristipufu deleted the fix/terminal_chat branch September 11, 2025 16:27
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.