-
Notifications
You must be signed in to change notification settings - Fork 126
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
handle glob parsing in shell caommands #721
Merged
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
d9973f1
Update model options and modify binary files across multiple paths
pelikhan ff8184f
update shellParse logic and improve diff command handling
pelikhan 2ff4763
Add new entries in settings.json and fix typos in prompt_template.d.ts
pelikhan 85ab2f6
Update dependencies and licenses across multiple packages and remove β¦
pelikhan 46f8676
Add defaultBranch parameter to pr-describe.genai.js configuration
pelikhan af70785
Update settings, improve PR description handling, and fix shell parsiβ¦
pelikhan a57b972
Add GitHub CLI support for querying environment and updating PR descrβ¦
pelikhan 419d19e
Make environment parsing asynchronous and update vscode settings.
pelikhan 7024e6e
Remove horizontal rule tags from GitHub script comments
pelikhan 6374bac
Remove unused import and update markdown formatting in GitHub functions
pelikhan 978b655
Ensure commit SHA is required for PR reviews and refactor GitHub connβ¦
pelikhan 41ace05
Add documentation and script for generating pull request descriptionsβ¦
pelikhan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1099,7 +1099,7 @@ MIT License | |
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected].2 | ||
- [email protected].3 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -4188,9 +4188,9 @@ The following npm packages may be included in this product: | |
- @tokenizer/[email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].2 | ||
- [email protected].2 | ||
- [email protected].2 | ||
- [email protected].3 | ||
- [email protected].3 | ||
- [email protected].3 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -4751,7 +4751,7 @@ SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- @azure/msal-node@2.13.1 | ||
- @azure/msal-node@2.14.0 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -4871,7 +4871,7 @@ SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- gpt-tokenizer@2.2.3 | ||
- gpt-tokenizer@2.3.0 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -5090,8 +5090,8 @@ SOFTWARE. | |
|
||
The following npm packages may be included in this product: | ||
|
||
- @azure/msal-browser@3.23.0 | ||
- @azure/msal-common@14.14.2 | ||
- @azure/msal-browser@3.24.0 | ||
- @azure/msal-common@14.15.0 | ||
|
||
These packages each contain the following license and notice below: | ||
|
||
|
@@ -7102,24 +7102,6 @@ THE SOFTWARE. | |
|
||
----------- | ||
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected] | ||
|
||
This package contains the following license and notice below: | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright Β© 2022 William R Swanson | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the βSoftwareβ), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED βAS ISβ, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
----------- | ||
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
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.
The flag
--promptfoo-version
seems to be a typo; it should be--prompt-version
.