Skip to content

docs: add 2.0.0 CHANGELOG#785

Merged
fucangfy merged 6 commits into
mainfrom
yaofu/open_core_changelog
Mar 18, 2026
Merged

docs: add 2.0.0 CHANGELOG#785
fucangfy merged 6 commits into
mainfrom
yaofu/open_core_changelog

Conversation

@fucangfy

Copy link
Copy Markdown
Collaborator

No description provided.

@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 marks a significant milestone by introducing the 2.0.0 version of SCQL, featuring a complete architectural overhaul. The core system has transitioned from a Broker-based design to a more integrated Compiler + Engine model, streamlining interactions and removing several legacy components. This change aims to modernize the system's foundation and simplify its usage for developers.

Highlights

  • SCQL 2.0 OpenCore Architecture: Introduced a new SCQL 2.0 OpenCore architecture based on a native Compiler + Engine model, replacing the previous SCDB/SCQLBroker/CCL architecture.
  • Architectural Redesign (Breaking Change): The system architecture was redesigned from a Broker-based model to direct Compiler + Engine integration, requiring users to call the compiler API and send execution plans to engines. This is a breaking change.
  • Component Removal: Removed SCQLBroker, SCDB, and CCL components, along with their related documentation, legacy deployment guides, API references, and architecture documentation.
  • Documentation and Examples: Added an opencore-demo example and quickstart documentation for the new architecture, and updated existing documentation to reflect the OpenCore changes.

🧠 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
  • CHANGELOG.md
    • Added the changelog entry for version 2.0.0, detailing major architectural changes, new features, and removed components.
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.

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

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.

Code Review

This pull request adds a changelog entry for version 2.0.0. The entry is detailed and reflects the major architectural changes introduced. My feedback includes a suggestion to improve the structure of the changelog file to better align with the 'Keep a Changelog' standard by removing a now-empty section header.

Comment thread CHANGELOG.md
Comment thread CHANGELOG.md

Copilot AI left a comment

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.

Pull request overview

Adds a new 2.0.0 entry to the project changelog to document the SCQL 2.0 “OpenCore” architecture release and associated breaking changes.

Changes:

  • Added a new 2.0.0 release section dated 2026-03-16.
  • Documented major additions/changes/removals/fixes for the 2.0.0 release (new CompilerService API, tracing flags, new operators/adaptors, removal of SCDB/Broker/CCL, etc.).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md Outdated

@tyrone-yu tyrone-yu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@fucangfy fucangfy merged commit 8107675 into main Mar 18, 2026
13 checks passed
@fucangfy fucangfy deleted the yaofu/open_core_changelog branch March 18, 2026 07:43
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants