-
-
Notifications
You must be signed in to change notification settings - Fork 30
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: Updated to the new AI PR description endpoint #94
Conversation
src/content-scripts/components/GenerateAIDescription/DescriptionGeneratorButton.ts
Show resolved
Hide resolved
Co-authored-by: Divyansh Singh <[email protected]>
I prefer "generated by OpenSauced" "Content" is already vague and at least we can allure the reader to click the link. |
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.
Can we turn (power button) on the AI feature by default. We are hiding the feature by default and we should let them turn it off if needed.
Note: not for this PR, but we should allow users to toggle off other features like the "upvote button"
Co-authored-by: Brian Douglas <[email protected]>
Co-authored-by: Brian Douglas <[email protected]>
β¦uced/ai into new-description-endpoint
Done. bc0f4a9. |
## [1.1.0-beta.7](v1.1.0-beta.6...v1.1.0-beta.7) (2023-05-19) ### π Features * Updated to the new AI PR description endpoint ([#94](#94)) ([cf8f64c](cf8f64c))
π This PR is included in version 1.1.0-beta.7 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.1.0](v1.0.0...v1.1.0) (2023-05-20) ### π Documentation * how we create extension releases ([#81](#81)) ([10b1c48](10b1c48)) ### π Bug Fixes * add extra line and italics ([#93](#93)) ([2cbd790](2cbd790)) * update name in README ([dba4734](dba4734)) ### π Features * add/remove repos to/from insights. ([#77](#77)) ([8e4a6ed](8e4a6ed)) * OpenSauced AI PR description ([#79](#79)) ([0e38777](0e38777)) * replace open issues count with highlights count ([#76](#76)) ([0fb8149](0fb8149)) * Updated to the new AI PR description endpoint ([#94](#94)) ([cf8f64c](cf8f64c))
π This PR is included in version 1.1.0 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.1.0-beta.7](open-sauced/ai@v1.1.0-beta.6...v1.1.0-beta.7) (2023-05-19) ### π Features * Updated to the new AI PR description endpoint ([#94](open-sauced/ai#94)) ([cf8f64c](open-sauced/ai@cf8f64c))
## [1.1.0](open-sauced/ai@v1.0.0...v1.1.0) (2023-05-20) ### π Documentation * how we create extension releases ([#81](open-sauced/ai#81)) ([10b1c48](open-sauced/ai@10b1c48)) ### π Bug Fixes * add extra line and italics ([#93](open-sauced/ai#93)) ([2cbd790](open-sauced/ai@2cbd790)) * update name in README ([dba4734](open-sauced/ai@dba4734)) ### π Features * add/remove repos to/from insights. ([#77](open-sauced/ai#77)) ([8e4a6ed](open-sauced/ai@8e4a6ed)) * OpenSauced AI PR description ([#79](open-sauced/ai#79)) ([0e38777](open-sauced/ai@0e38777)) * replace open issues count with highlights count ([#76](open-sauced/ai#76)) ([0fb8149](open-sauced/ai@0fb8149)) * Updated to the new AI PR description endpoint ([#94](open-sauced/ai#94)) ([cf8f64c](open-sauced/ai@cf8f64c))
What type of PR is this? (check all applicable)
Description
ai/src/utils/aiprdescription/cursorPositionInsert.ts
Line 2 in a5b7cdd
has been added to emulate the typewriter effect from a string rather than a stream, since that's response from the API endpoint. The older function has been retained for future use.
Related Tickets & Documents
Resolves #85.
Mobile & Desktop Screenshots/Recordings
Added tests?
Added to documentation?