Skip to content

feat(amazonq): add pair programming toggle #1013

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 3 commits into from
Apr 20, 2025

Conversation

jpinkney-aws
Copy link
Contributor

Problem

Missing pair programming toggle

Solution

Add pair programming toggle on the bottom left of chat

Depends on aws/language-server-runtimes#449

Screenshot 2025-04-19 at 8 30 04 PM

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jpinkney-aws jpinkney-aws requested a review from a team as a code owner April 20, 2025 00:30
Copy link
Contributor

@Hweinstock Hweinstock left a comment

Choose a reason for hiding this comment

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

Did we confirm the heuristic used by the backend for checking if pair programming is on? I remember @kmile was able to trick it depending on which tools were included, which seems like a very fragile check.

@kmile
Copy link
Contributor

kmile commented Apr 20, 2025

The pair programming mode actually only (mostly?) influences which tools we run. The model doesn't know or care if the toggle is on or off, we don't send it to the backend. So in that sense, it correctly assumes it's in pair programming mode if it has pair programming tools, whether the setting is on or off.

@kmile kmile merged commit 7266d32 into aws:main Apr 20, 2025
6 checks passed
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.

3 participants