-
Notifications
You must be signed in to change notification settings - Fork 512
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
base: feature/falcon
Are you sure you want to change the base?
Conversation
|
@@ -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
|
||
private async processCustomFormAction(message: CustomFormActionMessage) { | ||
if (message.tabID) { | ||
if (message.action.id === 'submit-create-prompt') { |
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.
you can just have this on the same line
Problem
The Q chat experience needs improvement.
Solution
feature/x
branches will not be squash-merged at release time.