Skip to content

Prepare CHANGELOG and docs for v2.25.4 release#276

Open
Copilot wants to merge 2 commits intomainfrom
copilot/prepare-v2-25-4-release
Open

Prepare CHANGELOG and docs for v2.25.4 release#276
Copilot wants to merge 2 commits intomainfrom
copilot/prepare-v2-25-4-release

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 9, 2026

✨ Enhancement

What does this improve?

Promotes the existing [Unreleased] content in CHANGELOG.md to a [v2.25.4] section (dated 2026-05-08) and refreshes user-facing docs that went stale when MaD support landed in #271.

Why is this valuable?

package.json, server/package.json, extensions/vscode/package.json, and .codeql-version were already bumped to v2.25.4, but the changelog still pointed [Unreleased] at v2.25.2...HEAD, the language/resource matrices in docs/ql-mcp/ predated MaD library-modeling registration, and the README still advertised 9 supported CodeQL languages.

Implementation approach:

  • CHANGELOG.md
    • New [v2.25.4] section with Highlights, Added (full per-language library-modeling resource enumeration plus the data_extension_development prompt), Fixed (#263 schema fix and #272 C# ControlFlow::Node/Java CFG re-baselining), Dependencies (#272 CodeQL CLI, #273 hono), Changed › Infrastructure & CI/CD (#274 on.paths triggers).
    • Recreated empty [Unreleased] section.
    • Added [v2.25.4] link reference and updated [Unreleased] to compare against v2.25.4...HEAD.
    • Re-attributed the carried-over MaD entries from the placeholder #266 to the actual main-branch landing PR #271.
  • docs/ql-mcp/prompts.md11 prompts15 prompts (matches server.prompt(...) registrations in server/src/prompts/workflow-prompts.ts).
  • docs/ql-mcp/resources.md10 static11 static (adds codeql://learning/data-extensions); language matrix gains a Library Modeling column and rust/swift rows; description list updated accordingly.
  • README.md9 languages10 languages (Rust + Swift).

server/src/{resources,prompts,tools}/** already reflects v2.25.4 (PR #271 source landed with the MaD prompt, learning-data-extensions.md, and the eight <lang>_library_modeling.md resources). No source changes were required.

Copilot AI and others added 2 commits May 8, 2026 23:11
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Copilot AI requested review from Copilot and removed request for Copilot May 9, 2026 03:12
@data-douser data-douser marked this pull request as ready for review May 9, 2026 03:13
@data-douser data-douser self-requested a review as a code owner May 9, 2026 03:13
Copilot AI review requested due to automatic review settings May 9, 2026 03:13
@data-douser data-douser requested review from a team and enyil as code owners May 9, 2026 03:13
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

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

Prepares the repo’s release-facing documentation for the v2.25.4 release by promoting [Unreleased] changelog content into a dated release entry and updating public docs to reflect current prompt/resource/language support.

Changes:

  • Promotes existing changelog entries into a new v2.25.4 section and updates link references/comparisons.
  • Updates docs/ql-mcp/ documentation to reflect current prompt/resource counts and language/resource matrices.
  • Updates README to reflect 10 supported CodeQL languages (now including Rust + Swift).
Show a summary per file
File Description
README.md Updates “Multi-Language Support” claim from 9 → 10 languages.
docs/ql-mcp/resources.md Updates static resource count and adds MaD “Library Modeling” coverage to the language matrix.
docs/ql-mcp/prompts.md Updates prompt count and references the canonical prompt documentation resource.
CHANGELOG.md Adds a v2.25.4 release section and updates [Unreleased] comparison/link references.

Copilot's findings

  • Files reviewed: 4/4 changed files
  • Comments generated: 2

Comment thread CHANGELOG.md
Comment on lines +35 to +47
| URI | Description |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `codeql://learning/data-extensions` | Models-as-Data (MaD) overview: YAML model formats, extensible predicates, and model-pack layout. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/cpp/library-modeling` | C/C++-specific library-modeling guide for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/csharp/library-modeling` | C#-specific library-modeling guide for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/java/library-modeling` | Java/Kotlin-specific library-modeling guide for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/javascript/library-modeling` | JavaScript/TypeScript-specific library-modeling guide for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/python/library-modeling` | Python-specific library-modeling guide for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/ruby/library-modeling` | Ruby-specific library-modeling guide for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/rust/library-modeling` | Rust-specific library-modeling guide (crate-path-based MaD format) for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |
| `codeql://languages/swift/library-modeling` | Swift-specific library-modeling guide (MaD tuple format) for the `data_extension_development` workflow. ([#271](https://github.com/advanced-security/codeql-development-mcp-server/pull/271)) |

Every CodeQL language that supports Models-as-Data upstream (`cpp`, `csharp`, `go`, `java`, `javascript`, `python`, `ruby`, `rust`, `swift`) now has a registered `codeql://languages/<language>/library-modeling` resource. `actions` is intentionally excluded because it does not support data extensions.
With these additions, every CodeQL language that supports Models-as-Data upstream (`cpp`, `csharp`, `go`, `java`, `javascript`, `python`, `ruby`, `rust`, `swift`) now has a registered `codeql://languages/<lang>/library-modeling` resource. `actions` is intentionally excluded because it does not support data extensions.
Comment thread docs/ql-mcp/prompts.md
Comment on lines +7 to +11
The server provides **15 prompts** that guide AI assistants through common CodeQL development workflows. Each prompt is backed by a `*.prompt.md` file containing structured instructions.

> **Authoritative reference**: The MCP-served resource at `codeql://server/prompts` ([`server/src/resources/server-prompts.md`](../../server/src/resources/server-prompts.md)) is the canonical documentation for prompts. Update that file when adding, removing, or changing any prompt.

For the complete prompt reference (all 11 prompts with descriptions and categories), see [`server/src/resources/server-prompts.md`](../../server/src/resources/server-prompts.md).
For the complete prompt reference (all 15 prompts with descriptions and categories), see [`server/src/resources/server-prompts.md`](../../server/src/resources/server-prompts.md).
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