-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add 'convert' command for GenAIScript processing #953
Conversation
@@ -49,7 +49,7 @@ Options: | |||
-mtc, --max-tool-calls <number> maximum tool calls for the run |
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 option --cache
has been moved from the end of the list to the beginning. Ensure consistency in the order of options for better readability.
AI-generated content pr-docs-review-commit
command_option_change
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-h, --help display help for command | ||
``` |
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.
A section header is missing before the ## convert
command. This could confuse readers and disrupt the flow of information. Ensure all sections are properly labeled with headers.
AI-generated content pr-docs-review-commit
missing_section_header
may be incorrect
LGTM 🚀 The pull request appears to be adding functionality to transform files using AI logic. The A new command and help text have been added for this functionality with the help of the The Additionally, when running the AI logic on a file, its extension is checked against Overall, the changes seem well-structured and are functional.
|
@@ -49,7 +49,7 @@ Options: | |||
-mtc, --max-tool-calls <number> maximum tool calls for the run |
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 option --cache
is repeated with a different case. It should be consistent.
AI-generated content pr-docs-review-commit
typo
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a detailed help section that does not follow the same structure as other commands. The options are listed in a different order and with different formatting compared to existing commands. This inconsistency could confuse users.
AI-generated content pr-docs-review-commit
structure
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has options that are not consistently formatted. For example, some options use hyphens (-s
, -ef
, etc.) while others use underscores (--suffix
). This inconsistency could lead to confusion.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
clarity
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not consistent with other commands. The options are listed in a different order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
clarity
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not consistent with other commands. The options are listed in a different order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
clarity
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not consistent with other commands. The options are listed in a different order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
clarity
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not consistent with other commands. The options are listed in a different order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
clarity
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not consistent with other commands. The options are listed in a different order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
clarity
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not consistent with other commands. The options are listed in a different order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
-c, --cache enable LLM result cache | ||
-cn, --cache-name <name> custom cache file name | ||
-cc, --concurrency <number> number of concurrent conversions | ||
-h, --help display help for command |
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 new command convert
(renamed from convert
) has a help section that is not clearly organized. The options are listed in a random order and the descriptions are not aligned properly. This could make it difficult for users to find the information they need.
AI-generated content pr-docs-review-commit
consistency
may be incorrect
Introduce a new command to convert files through a GenAIScript, allowing individual file processing and output generation with customizable suffixes and options.
Here's a high-level summary of the changes in the given Git diff:
🌐 API Change:
GENAI_MD_EXT
has been added with a value of.genai.md
, representing the file extension for Markdown files processed by the system.🎯 New Command:
convert-to-md
) has been introduced, allowing users to convert existing files or directories to Markdown format using an AI transformation service.tools
configuration includes AI processing capabilities.Functionality Addition:
convertToMD
has been implemented within theusage
module. This function takes a list of file or directory paths, specifies a Markdown output extension, and performs the transformation using an AI model.🛠 File Handling:
.genai.md
extension and applies an AI transformation to convert them.🔍 Exclusion Handling:
excludedFiles
) can be provided. Files specified in this list are excluded from processing.🔄 Result Persistence:
👀 Logging & Error Handling: