Skip to content

doc(note): bumping version to 0.0.6 and update release note#1064

Merged
zhijianma merged 3 commits intoagentscope-ai:mainfrom
xieyxclack:xieyx/dev/bumping_version_06
Mar 9, 2026
Merged

doc(note): bumping version to 0.0.6 and update release note#1064
zhijianma merged 3 commits intoagentscope-ai:mainfrom
xieyxclack:xieyx/dev/bumping_version_06

Conversation

@xieyxclack
Copy link
Copy Markdown
Member

Description

[Describe what this PR does and why]

Related Issue: Fixes #(issue_number) or Relates to #(issue_number)

Security Considerations: [If applicable, e.g. channel auth, env/config handling]

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactoring

Component(s) Affected

  • Core / Backend (app, agents, config, providers, utils, local_models)
  • Console (frontend web UI)
  • Channels (DingTalk, Feishu, QQ, Discord, iMessage, etc.)
  • Skills
  • CLI
  • Documentation (website)
  • Tests
  • CI/CD
  • Scripts / Deploy

Checklist

  • I ran pre-commit run --all-files locally and it passes
  • If pre-commit auto-fixed files, I committed those changes and reran checks
  • I ran tests locally (pytest or as relevant) and they pass
  • Documentation updated (if needed)
  • Ready for review

Testing

[How to test these changes]

Local Verification Evidence

pre-commit run --all-files
# paste summary result

pytest
# paste summary result

Additional Notes

[Optional: any other context]

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 primarily focuses on preparing for a new release by bumping the project version to 0.0.6 and introducing detailed release notes. These notes, provided in both English and Chinese, summarize a significant number of enhancements, new features, and bug fixes across various components, including desktop applications, internationalization, communication channels, AI models, user interface, and memory management, ensuring users are well-informed about the latest updates.

Highlights

  • Version Bump: The project's internal version number has been updated from 0.0.5.post2 to 0.0.6 in src/copaw/__version__.py.
  • New Release Notes: Comprehensive release notes for version 0.0.6 have been added, available in both English (website/public/release-notes/v0.0.6.md) and Chinese (website/public/release-notes/v0.0.6.zh.md). These notes detail numerous new features, improvements, bug fixes, and documentation updates.
  • Website Integration: The website's release notes page (website/src/pages/ReleaseNotes.tsx) has been updated to include v0.0.6 in the list of available release versions, making the new notes accessible.

🧠 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
  • src/copaw/version.py
    • Updated the project version string to 0.0.6.
  • website/public/release-notes/v0.0.6.md
    • Added the English release notes for version 0.0.6, detailing new features, changes, fixes, documentation updates, and CI/CD improvements.
  • website/public/release-notes/v0.0.6.zh.md
    • Added the Chinese release notes for version 0.0.6, detailing new features, changes, fixes, documentation updates, and CI/CD improvements.
  • website/src/pages/ReleaseNotes.tsx
    • Included version 0.0.6 in the list of available release notes on the website.
Activity
  • No specific human activity (comments, reviews) was recorded for this pull request.
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 Generative AI Prohibited Use Policy, 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
Copy Markdown
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 correctly bumps the package version to 0.0.6 and adds comprehensive release notes for this new version in both English and Chinese. The changes in __version__.py and ReleaseNotes.tsx are accurate. The new release note markdown files are well-structured and detailed. Overall, the changes look good. As a minor process improvement, please remember to fill out the pull request description template in the future to provide clear context for reviewers.

Note: Security Review is unavailable for this PR.

@zhijianma zhijianma merged commit 233774a into agentscope-ai:main Mar 9, 2026
3 checks passed
tudan110 pushed a commit to tudan110/QwenPaw that referenced this pull request Apr 4, 2026
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.

2 participants