Skip to content

feat: add chat-ui option #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

thedadams
Copy link
Contributor

@thedadams thedadams commented May 30, 2024

The chat UI option is sugar to launch the chat-builder tool. If the user enables the chat-ui option, then the appropriate setup is done to launch the chat-builder UI tool for the user. If the a file is provided, then the UI should launch to the "run" UI and the user can chat with the provided tool. If no file is provided, then the "browse" UI is opened and the user can decide what to do.

The most important secondary option is the --chdir option. If the user provides a file, then the current directory will be set to the directory where that file exists. If the user provides the --chdir option, then the file path should be absolute or relative to this chdir.

Copy link
Contributor

@tylerslaton tylerslaton left a comment

Choose a reason for hiding this comment

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

I like it!

@thedadams thedadams force-pushed the add-chat-ui branch 2 times, most recently from 0280a57 to bf2b70f Compare May 30, 2024 17:19
The chat UI option is sugar to launch the chat-builder tool. If the user
enables the chat-ui option, then the appropriate setup is done to launch
the chat-builder UI tool for the user. If a file is provided, then the
UI should launch to the "run" UI and the user can chat with the
provided tool. If no file is provided, then the "browse" UI is opened
and the user can decide what to do.

The most important secondary option is the --chdir option. If the
user provides a file, then the current directory will be set to the
directory where that file exists. If the user provides the --chdir
option, then the file path should be absolute or relative to this chdir.

Signed-off-by: Donnie Adams <[email protected]>
@thedadams thedadams merged commit 80e3821 into gptscript-ai:main May 30, 2024
1 check passed
@thedadams thedadams deleted the add-chat-ui branch May 30, 2024 18:19
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.

4 participants