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

Foundation of Chat communication with LSP #15

Merged
merged 9 commits into from
Sep 17, 2024
Merged

Conversation

angjordn
Copy link
Contributor

Description:

  • Set the foundation for the Chat flow from ActionHandler to Amazon Q LSP server
    • Able to send tabAdd command to server (intentionally not handling the response / updating the UI - will work on next)
    • Created ChatCommunicationManager and ChatMessageProvider that will act as layers of abstraction for future implementation (referenced aws-toolkit-visual-studio implementation)
    • Defined the ChatResult and ChatPrompt models and sub-models

Demo of tabAdd request

Screen.Recording.2024-09-13.at.6.59.20.PM.mov

@angjordn angjordn requested a review from breedloj September 14, 2024 02:02
@angjordn angjordn force-pushed the send-chat-request-to-lsp branch from 44f5f6e to e2d34ce Compare September 17, 2024 05:39
@angjordn angjordn force-pushed the send-chat-request-to-lsp branch from e2d34ce to fb424c6 Compare September 17, 2024 22:20
@breedloj breedloj merged commit bc75939 into main Sep 17, 2024
1 check passed
@breedloj breedloj deleted the send-chat-request-to-lsp branch September 17, 2024 22:59
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.

2 participants