Skip to content

[Docs] Update readme and merge release 1.6#851

Merged
tastelikefeet merged 7 commits intomodelscope:mainfrom
wangxingjun778:docs/update_readme
Feb 4, 2026
Merged

[Docs] Update readme and merge release 1.6#851
tastelikefeet merged 7 commits intomodelscope:mainfrom
wangxingjun778:docs/update_readme

Conversation

@wangxingjun778
Copy link
Copy Markdown
Collaborator

No description provided.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @wangxingjun778, 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 documenting the new MS-Agent v1.6.0rc0 release by updating the README.md with its key features, including Code Genesis, a refactored Singularity Cinema, an improved Skills framework, and a new WebUI. It also includes minor dependency updates for research and web UI components, and a refactoring of a tool import for potentially better performance or modularity.

Highlights

  • Documentation Update for MS-Agent v1.6.0rc0: The README.md has been updated to announce the MS-Agent v1.6.0rc0 release, detailing new features such as Code Genesis for complex code generation, a refactored Singularity Cinema for animated video generation, an enhanced Skills framework, and the introduction of a new WebUI.
  • README.md Readability Improvement: Older news entries in the README.md are now organized under a collapsible 'Archive' section, improving the readability and focus on recent updates.
  • New Skill Module Feature: The ms_agent/skill/README.md now lists 'Auto Bug Fixing' as a new capability of the MS-Agent skill module, indicating an enhancement in the agent's robustness.
  • Dependency Management Refactoring: The import of FinancialDataFetcher in ms_agent/tools/tool_manager.py has been refactored to be a local import within the __init__ method, potentially optimizing startup performance or dependency loading.
  • New Research Dependency: The requirements/research.txt file now includes pandas as a dependency, suggesting new data manipulation or analysis capabilities within the research components.
  • WebUI Dependency Upgrade: The uvicorn dependency in requirements/webui.txt has been updated to uvicorn[standard], indicating a potential upgrade to a more feature-rich or stable version of the ASGI server for the WebUI.

🧠 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
  • README.md
    • Added release notes for MS-Agent v1.6.0rc0, highlighting new features: Code Genesis, refactored Singularity Cinema, new Skills framework, and WebUI.
    • Introduced a collapsible 'Archive' section to house older news entries.
  • ms_agent/skill/README.md
    • Included 'Auto Bug Fixing' in the list of features for the MS-Agent Skill Module.
  • ms_agent/tools/tool_manager.py
    • Modified the import of FinancialDataFetcher to be a local import within the __init__ method, rather than a top-level import.
  • requirements/research.txt
    • Added pandas to the list of required packages.
  • requirements/webui.txt
    • Updated uvicorn dependency from uvicorn to uvicorn[standard].
Activity
  • No specific activity (comments, reviews, or progress updates) has been recorded for this pull request yet.
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
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 primarily consists of documentation updates for the v1.6 release, including announcing the new version in the main README file. It also introduces some beneficial dependency management improvements, such as making the financial_data_fetcher and its dependencies optional through a local import, and cleaning up redundant uvicorn package definitions. The changes are well-implemented and enhance the project's maintainability. I have one minor suggestion to improve the documentation's navigability.

- **Code Genesis** for complex code generation tasks, refer to [Code Genesis](https://github.com/modelscope/ms-agent/tree/main/projects/code_genesis)
- **Singularity Cinema** for animated video generation workflow, refactored version, refer to [Singularity Cinema](https://github.com/modelscope/ms-agent/tree/main/projects/singularity_cinema)
- **New framework of Skills**: New design of the skills system to enhance robustness and extensibility. Refer to [MS-Agent Skills](https://github.com/modelscope/ms-agent/tree/main/ms_agent/skill).
- **WebUI**: A new WebUI has been added, featuring agentic chatting capabilities, complex code generation and video generation workflow.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For consistency with the other items in this list and to improve navigability, consider adding a link to the WebUI section of the README.

Suggested change
- **WebUI**: A new WebUI has been added, featuring agentic chatting capabilities, complex code generation and video generation workflow.
- **WebUI**: A new WebUI has been added, featuring agentic chatting capabilities, complex code generation and video generation workflow. Refer to [WebUI](#webui).

@tastelikefeet tastelikefeet merged commit c30dec6 into modelscope:main Feb 4, 2026
1 of 2 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.

2 participants