Skip to content

docs: Bump version to 1.1.1a1#448

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

docs: Bump version to 1.1.1a1#448
AgentScopeTeam merged 2 commits intoagentscope-ai:mainfrom
rayrayraykk:weirui/dev/1.1.1a1

Conversation

@rayrayraykk
Copy link
Copy Markdown
Member

No description provided.

@rayrayraykk rayrayraykk requested review from a team and Copilot February 13, 2026 03:09
@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 primarily focuses on updating the project's version across its configuration and source files. It also ensures that the documentation build process and version switcher correctly reflect the latest and previous release versions, maintaining consistency throughout the project's ecosystem.

Highlights

  • Version Bump: The project version has been updated from 1.1.0 to 1.1.1a1 in both pyproject.toml and src/agentscope_runtime/version.py.
  • Documentation Versioning: The VERSIONS array in cookbook/_templates/version-switch.html and cookbook/build.sh has been updated to include v1.1.0 and v1.0.5.post1, ensuring documentation reflects recent releases.
Changelog
  • cookbook/_templates/version-switch.html
    • Updated the VERSIONS array to include v1.1.0 and v1.0.5.post1.
  • cookbook/build.sh
    • Updated the VERSIONS array to include v1.1.0 and v1.0.5.post1.
  • pyproject.toml
    • Updated the project version from 1.1.0 to 1.1.1a1.
  • src/agentscope_runtime/version.py
    • Updated the __version__ string from v1.1.0 to v1.1.1a1.
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 primarily bumps the project version to 1.1.1a1 and updates the documentation build configurations. While the version updates are mostly correct, I've identified a significant issue in the JavaScript for the documentation's version switcher. The regular expression used to parse version numbers from URLs is too restrictive and will not work for the newly added v1.0.5.post1 version format. This will lead to incorrect behavior in version detection and switching. I have provided a specific comment with a suggested fix to address this.

Comment thread cookbook/_templates/version-switch.html Outdated
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 runtime package version to 1.1.1a1 and updates the cookbook documentation build/version-switch configuration to include newer published doc versions.

Changes:

  • Bump package version to 1.1.1a1 in both runtime code and packaging metadata.
  • Update cookbook doc build script and version switcher to include v1.1.0 and v1.0.5.post1.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/agentscope_runtime/version.py Updates runtime-reported __version__ string.
pyproject.toml Updates Python package version metadata for publishing.
cookbook/build.sh Adjusts the list of documentation versions to build from git tags/branches.
cookbook/_templates/version-switch.html Updates the doc-site version switcher menu entries.

Comment thread cookbook/_templates/version-switch.html Outdated
@AgentScopeTeam AgentScopeTeam merged commit db8c714 into agentscope-ai:main Feb 13, 2026
7 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.

3 participants