-
Notifications
You must be signed in to change notification settings - Fork 510
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
feat(cw): Enhance UX for Q chat #6611
Open
leigaol
wants to merge
24
commits into
aws:feature/falcon
Choose a base branch
from
leigaol:internal_falcon_release
base: feature/falcon
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,013
−46
Conversation
This file contains 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
|
avi-alpert
reviewed
Feb 18, 2025
leigaol
commented
Feb 19, 2025
@@ -1019,6 +1019,8 @@ export interface RelevantTextDocument { | |||
* @public | |||
*/ | |||
documentSymbols?: (DocumentSymbol)[] | undefined; | |||
startLine?: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider moving these out from src.gen because code in src.gen are supposed to be auto generated. Next time it updates, these 2 fields will be gone
174148b
to
e2354da
Compare
a0681aa
to
3dca459
Compare
* local ws working * beta_2 * rename * update * code format * apply context cmd to all tabs * context to the api call * minimize changes * update * update * format code * update to lsp * update context commands * update context commands * clean up * beta5 * update * use lsp to resolve additionalContext
* feat(amazonq): saved prompts * fix: remove unecessary change
* feat(amazonq): saved prompts * fix: remove unecessary change * feat(amazonq): saved prompts * fix: remove unecessary change * feat(amazonq): add Create a new prompt button to context
* Add context transparency feature to Q chat @workspace * remove console log * remove console log * remove unused FileClickMessage
* feat(amazonq): saved prompts * fix: remove unecessary change * feat(amazonq): saved prompts * fix: remove unecessary change * fix: add fs exists check for ~/.aws/prompts * fix: whitespace
* fix: @workspace command * remove first instance of workspace from message
* fix: add feature flag command to context * fix: move into additional commands
* fix: refresh prompt list when project prompt is added * fix: validate length and size of additionalContents * fix: truncate additionalContents based on api validation limits * fix: move constants
* context transparency multiple fixes 1. add manually selected context from prompt into context list 2. fix -1 start/end line edge cases 3. Center selction after clicking on the file * remove console.log
3dca459
to
fbd40c8
Compare
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.
Problem
The Q chat experience needs improvement.
Solution
feature/x
branches will not be squash-merged at release time.