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.
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
Update dependencies, add API key support, and enhance code execution #716
Update dependencies, add API key support, and enhance code execution #716
Changes from 7 commits
3533aad
74bad61
52bb595
7ca0164
d25b05e
44a7bfc
5b98dfa
3735437
97730da
48beaa3
6b07e94
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check failure on line 9 in docs/src/content/docs/blog/creating-release-notes-with-genai.md
GitHub Actions / build
Check failure on line 13 in docs/src/content/docs/blog/creating-release-notes-with-genai.md
GitHub Actions / build
Check failure on line 53 in docs/src/content/docs/blog/creating-release-notes-with-genai.md
GitHub Actions / build
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.
Inline code should be enclosed within backticks, not a code block.
Check failure on line 287 in docs/src/content/docs/reference/cli/commands.md
GitHub Actions / build
Check failure on line 37 in docs/src/content/docs/reference/scripts/container.md
GitHub Actions / build
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 image option in the container instantiation should be consistent with the default mentioned in the text.
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 example should use the same image as the description, which is 'python:3', not 'node:20'.
Check failure on line 52 in docs/src/content/docs/reference/scripts/container.md
GitHub Actions / build
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.
Direct execution of build commands in documentation should be replaced with a more generic description or wrapped in a code block without direct execution instructions.
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 variable 'repo' is used without being defined in the current context. It should be defined or the example should be adjusted to avoid confusion.