Skip to content

Readme-update#868

Merged
Scriptwonder merged 13 commits intoCoplayDev:betafrom
Scriptwonder:readme-update
Mar 5, 2026
Merged

Readme-update#868
Scriptwonder merged 13 commits intoCoplayDev:betafrom
Scriptwonder:readme-update

Conversation

@Scriptwonder
Copy link
Collaborator

@Scriptwonder Scriptwonder commented Mar 5, 2026

Update the recent release notes. Maybe not collapsible in the future?

Summary by Sourcery

Update documentation and bump package version for the latest beta release.

Build:

  • Bump MCP for Unity package version from 9.4.8-beta.17 to 9.4.8-beta.18.

Documentation:

  • Add a collapsible Recent Updates section to the README with highlights for the latest releases.

Summary by CodeRabbit

Release Notes

  • Chores

    • Updated to version 9.4.8-beta.18.
  • Documentation

    • Added a "Recent Updates" section documenting recent version releases and history.

Copilot AI review requested due to automatic review settings March 5, 2026 15:37
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Mar 5, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates README with a collapsible recent release notes section and bumps the Unity MCP package version from 9.4.8-beta.17 to 9.4.8-beta.18.

File-Level Changes

Change Details Files
Add a collapsible Recent Updates section to the README to surface the latest release notes and a placeholder for older releases.
  • Wrap recent release notes in an HTML
    block with a label 'Recent Updates'
  • List recent versions v9.4.8 (beta), v9.4.7, v9.4.6, and v9.4.4 with brief descriptions of key features and fixes
  • Nest another
    Details block labeled 'Older releases' as a placeholder for rotating older entries
README.md
Increment the MCP for Unity package version to the next beta patch.
  • Update the package.json version field from 9.4.8-beta.17 to 9.4.8-beta.18
MCPForUnity/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 5, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a29d86d7-8999-4bee-a602-a4a79f8feeb0

📥 Commits

Reviewing files that changed from the base of the PR and between 74f8606 and 7f1eab8.

📒 Files selected for processing (2)
  • MCPForUnity/package.json
  • README.md

📝 Walkthrough

Walkthrough

This pull request bumps the MCPForUnity package version from 9.4.8-beta.17 to 9.4.8-beta.18 and adds a collapsible "Recent Updates" section to the README documenting recent version releases and providing a nested "Older releases" reference block.

Changes

Cohort / File(s) Summary
Version Bump
MCPForUnity/package.json
Updated package version field from 9.4.8-beta.17 to 9.4.8-beta.18.
Release Documentation
README.md
Added collapsible "Recent Updates" section listing v9.4.8 beta, v9.4.7, v9.4.6, v9.4.4 releases with nested "Older releases" block.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested reviewers

  • msanatan

Poem

🐰 A beta hop from seventeen to eighteen we go,
The version ticker twitches with a whispered "hello,"
Recent updates now collapsible and neat,
Release history archived in a carrot-sweet treat! 🥕✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Scriptwonder Scriptwonder merged commit fe3dbda into CoplayDev:beta Mar 5, 2026
3 of 4 checks passed
@Scriptwonder Scriptwonder deleted the readme-update branch March 5, 2026 15:37
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
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

Updates top-level project documentation with a “Recent Updates” collapsible section and bumps the Unity package pre-release version.

Changes:

  • Added a new “Recent Updates” (nested <details>) section near the top of README.md.
  • Bumped MCPForUnity Unity package version from 9.4.8-beta.17 to 9.4.8-beta.18.

Reviewed changes

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

File Description
README.md Adds a collapsible “Recent Updates” release-notes snippet near the top of the README.
MCPForUnity/package.json Increments the Unity package pre-release version.

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

You can also share your feedback on Copilot code review. Take the survey.

{
"name": "com.coplaydev.unity-mcp",
"version": "9.4.8-beta.17",
"version": "9.4.8-beta.18",
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

The Unity package version was bumped to 9.4.8-beta.18, but the repo’s other version sources are still at 9.4.7 (e.g., root manifest.json and Server/pyproject.toml). This version drift breaks the repository’s release/version-consistency tooling (see tools/update_versions.py) and can cause confusing/incorrect build artifacts. Please update the other version files to the same version (or run tools/update_versions.py) as part of this PR.

Suggested change
"version": "9.4.8-beta.18",
"version": "9.4.7",

Copilot uses AI. Check for mistakes.
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