Skip to content
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

Chat UI improvment #4

Open
phodal opened this issue Apr 10, 2024 · 0 comments
Open

Chat UI improvment #4

phodal opened this issue Apr 10, 2024 · 0 comments
Assignees

Comments

@phodal
Copy link
Member

phodal commented Apr 10, 2024

For example:

  1. https://github.com/lobehub/lobe-chat
  2. https://github.com/continuedev/continue/tree/main/gui
phodal added a commit that referenced this issue Apr 26, 2024
Added a new feature to handle messages and report errors in the webview protocol. This includes the addition of listeners for different message types and a mechanism to handle and respond to these messages. Also, improved error reporting by providing more detailed error messages and troubleshooting options to the user.
phodal added a commit that referenced this issue Apr 26, 2024
…ndleOutput methods #4

The execute and handleOutput methods in CustomActionExecutor now require an additional AutoDevExtension parameter. This change allows the extension sidebar's webviewProtocol to request user input, enhancing the interaction capabilities of the custom action feature.
phodal added a commit that referenced this issue Apr 26, 2024
…ctionType import paths #4

This commit removes unused variable files from the custom-action directory and refactors the import paths of InteractionType across multiple files. The InteractionType file has been moved from the custom-action directory to the prompt-manage directory. The commit also includes minor modifications in the CustomAgentConfig.ts, CustomActionExecutor.ts, commands.ts, CustomActionPrompt.test.ts, extension.ts, TeamPromptExecTask.ts, and CustomActionPrompt.ts files.
phodal added a commit that referenced this issue Apr 26, 2024
This commit optimizes the user input selection in the commands file. Now, if a text is selected in the editor, it will be used as input. If no text is selected, the entire document text will be used as input. Also, the import order in the getTheme file has been rearranged.
phodal added a commit that referenced this issue Apr 26, 2024
…nction #4

This commit streamlines the return statements in the `src/commands.ts` file by condensing them into single lines. It also removes the unused `generateDocumentation` function.
phodal added a commit that referenced this issue Apr 26, 2024
This commit streamlines the code in `src/commands.ts` by condensing the `runCommand` function into a single line. It also removes unused imports in `src/editor/action/autotest/AutoTestActionExecutor.ts`, specifically `AutoTestTemplateContext` and `channel`. Additionally, it removes unnecessary `channel.appendLine` calls to clean up the console output.
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

No branches or pull requests

3 participants