Skip to content

docs: Bump version to official release v1.1.0#447

Merged
AgentScopeTeam merged 2 commits intoagentscope-ai:mainfrom
rayrayraykk:weirui/dev/1.1.0
Feb 13, 2026
Merged

docs: Bump version to official release v1.1.0#447
AgentScopeTeam merged 2 commits intoagentscope-ai:mainfrom
rayrayraykk:weirui/dev/1.1.0

Conversation

@rayrayraykk
Copy link
Copy Markdown
Member

No description provided.

@rayrayraykk rayrayraykk requested review from a team and Copilot February 13, 2026 02:58
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @rayrayraykk, 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 finalizes the release of version 1.1.0 by updating all relevant version identifiers within the project configuration and source code. Additionally, it ensures that the project's documentation accurately reflects this new official release, guiding users to the comprehensive changelog for detailed information.

Highlights

  • Version Bump: The project version has been officially updated from 1.1.0b5 to 1.1.0 across pyproject.toml and src/agentscope_runtime/version.py, marking the official release.
  • Documentation Updates: Both English and Chinese README.md files were updated to reflect the v1.1.0 release in the news section and include a direct link to the full changelog for migration details.
Changelog
  • README.md
    • Updated the news section to explicitly mention "v1.1.0" for the architectural refactor.
    • Added a link to the CHANGELOG for full update details and migration guide.
  • README_zh.md
    • Updated the news section to explicitly mention "v1.1.0版本" for the architectural refactor.
    • Added a link to the CHANGELOG for full update details and migration guide (in Chinese).
  • pyproject.toml
    • Updated the version field from 1.1.0b5 to 1.1.0.
  • src/agentscope_runtime/version.py
    • Updated the __version__ string from "v1.1.0b5" to "v1.1.0".
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
Copy Markdown

@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 finalizes the release of version 1.1.0. The changes include updating the version number in pyproject.toml and src/agentscope_runtime/version.py, and updating the README.md and README_zh.md files to announce the new version and link to the changelog. The changes are consistent and appropriate for a release. I've reviewed the code and found no issues in the changed files.

As a general suggestion for a follow-up, I noticed that some tests, like in tests/integrated/test_agent_app.py, are still using the @agent_app.init decorator. Since this decorator is deprecated in v1.1.0, it would be beneficial to update the tests to use the recommended lifespan context manager. This will ensure the test suite stays up-to-date with the latest API practices.

@AgentScopeTeam AgentScopeTeam merged commit 301a6e2 into agentscope-ai:main Feb 13, 2026
11 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the AgentScope Runtime version from the beta release v1.1.0b5 to the official stable release v1.1.0. The version update is applied consistently across the codebase following established conventions, and the README files have been enhanced to reference the v1.1.0 release and provide links to the CHANGELOG for migration guidance.

Changes:

  • Updated version from "v1.1.0b5" to "v1.1.0" in version.py and pyproject.toml
  • Enhanced README news sections to mention v1.1.0 and add CHANGELOG links

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/agentscope_runtime/version.py Updated version from "v1.1.0b5" to "v1.1.0"
pyproject.toml Updated version from "1.1.0b5" to "1.1.0" (without "v" prefix per PEP 440)
README.md Added v1.1.0 reference and CHANGELOG link to February 2026 news item
README_zh.md Added v1.1.0 reference and CHANGELOG link to February 2026 news item (Chinese)

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.

3 participants