Skip to content

Comments

chore: merge release v0.4.1 to main#87

Merged
Jacksunwei merged 2 commits intomainfrom
release/v0.4.1
Feb 18, 2026
Merged

chore: merge release v0.4.1 to main#87
Jacksunwei merged 2 commits intomainfrom
release/v0.4.1

Conversation

@Jacksunwei
Copy link
Collaborator

Syncs version bump and CHANGELOG from release v0.4.1 to main.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @Jacksunwei, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates the changes from release v0.4.1 into the main branch. It primarily updates version numbers in relevant configuration and source files and incorporates the detailed changelog entries for the 0.4.1 release, which includes several bug fixes related to the automated release workflow.

Highlights

  • Version Update: Updated the project version to 0.4.1 across configuration files (.github/.release-please-manifest.json) and the Python version module (src/google/adk_community/version.py).
  • Changelog Synchronization: Synchronized the CHANGELOG.md with the 0.4.1 release, including details on several bug fixes related to the release process.
  • Release Configuration Adjustment: Adjusted the release-please configuration (.github/release-please-config.json) to reflect the new last-release-sha and reformatted changelog section definitions for improved readability.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .github/.release-please-manifest.json
    • Updated the project version to 0.4.1.
  • .github/release-please-config.json
    • Updated the last-release-sha to 14da7e9d7a1fc51c984e753d2e39dfb9ebfc61a8.
    • Reformatted the changelog-sections configuration for readability.
  • CHANGELOG.md
    • Added new entries for version 0.4.1, including bug fixes for git identity configuration, release-please dispatch, skipping release-please on branch rename, using gh api for branch checks, and using last-release-sha.
  • src/google/adk_community/version.py
    • Updated the __version__ constant to 0.4.1.
Activity
  • Pull request created by Jacksunwei to merge release v0.4.1 into main.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request merges the v0.4.1 release into the main branch. The changes, which include version bumps in configuration and source files and an updated CHANGELOG, are consistent with a release process. My review includes one suggestion regarding a formatting change in a configuration file to improve maintainability.

Comment on lines 11 to 57
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "docs", "section": "Documentation"},
{"type": "test", "section": "Tests", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "CI/CD", "hidden": true},
{"type": "style", "section": "Styles", "hidden": true},
{"type": "chore", "section": "Miscellaneous Chores", "hidden": true}
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "ci",
"section": "CI/CD",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": true
}
]
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This formatting change introduces a large diff with no functional change, making the file significantly longer and adding noise to the commit history. To improve maintainability, it's beneficial to avoid large, purely stylistic changes. Please consider reverting this formatting change to keep the configuration concise. If this new format is desired, it would be best to adopt a consistent formatter for the project to prevent such diffs in the future.

@Jacksunwei Jacksunwei merged commit a67b583 into main Feb 18, 2026
8 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.

1 participant