Release 1.5.0#156
Merged
Merged
Conversation
Sync 1.4.2 release back to development
Switch the package license to MIT to remove copyleft friction for commercial Unity studios: replace LICENSE.md, update the package.json license field, README badge/notes, DOCUMENTATION.MD, RELEASE.md, the pre-push metadata gate assertion, and add a CHANGELOG entry. All prior contributors consented to the relicense. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The summary/remarks overclaimed: they described local Codex config modification as a direct effect and "writes progress to the Nexus diagnostics log category". The method only logs start/finish to the Unity Console and delegates the linking (and any config changes) to MCPCliInstaller.LinkToCodex. Reworded to delegate-and-log to satisfy the documentation quality gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore: relicense from GPL-3.0-only to MIT
…l-success-orphan fix: prevent primitive creation orphans
[codex] make GameObject read-back honest
GitHub's self-hosted runner scheduler matches jobs to a connecting runner by label subset, not by which job the broker leased it for. With two same-run jobs sharing byte-identical runs-on labels, a JIT runner could be handed either one, causing the broker to falsely report the job it leased as done while the other ran (and the leased job stayed queued forever). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…elete-guard Guard destructive PlayerPrefs deletion
…r-labels Disambiguate ci-scope-heavy runner labels per job
…-rpc-tests [codex] Refine integrations and add path traversal coverage
…-gate [codex] Require confirmation for script write RPCs
…e-guard Fix batch_execute request limits
…-messages Fix test result message parsing
…read-contract Fix fast-path JSON-RPC thread contract
…t-stale-object Fix stale add_component target handling
Require auth for local MCP API
…r-arglist Harden CLI installer command arguments
Fix current MCP client setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
PYTHONDONTWRITEBYTECODE=1 bash scripts/prepush-validate.sh --static-onlyPYTHONDONTWRITEBYTECODE=1 NEXUS_UNITY_HOOK_LIVE=auto bash scripts/prepush-validate.sh --quickPYTHONDONTWRITEBYTECODE=1 NEXUS_DOC_AI_MODEL=qwen3-coder:30b-a3b-q4_K_M bash scripts/prepush-validate.sh --quality-aiRelease checklist
v1.5.0release, and back-syncmaintodevelopment.