This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
ReleasePort's take
Light signalv2.7.6 adds ready-to-use Roblox skills for Claude Code and Codex with improved error diagnostics; batch_execute now validates commands against tool schema to prevent partial execution.
Why it matters: Roblox developers test new skills in staging. batch_execute validation eliminates partial failures. Luau runtime errors now surface with structured classification for faster debugging of Roblox workflows.
Summary
AI summaryAdded ready‑to‑use skills for Claude Code and Codex CLI.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Agent plugin distribution ships ready-to-use skills for Claude Code and Codex with Roblox workflows Agent plugin distribution ships ready-to-use skills for Claude Code and Codex with Roblox workflows Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Luau runtime failures surface with structured classification for easier diagnosis Luau runtime failures surface with structured classification for easier diagnosis Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Low |
execute_luau provides structured error classification (origin, recoverability) for Luau runtime failures execute_luau provides structured error classification (origin, recoverability) for Luau runtime failures Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
| Bugfix | Medium |
batch_execute validates commands against tool schema before dispatch to prevent partial execution batch_execute validates commands against tool schema before dispatch to prevent partial execution Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
Features
- Skills for Claude Code and Codex — The agent plugin distribution now ships ready-to-use skills for Claude Code and Codex CLI, so AI agents pick up Roblox-specific workflows (sync, game dev, UI) automatically when the plugin is installed. No extra setup needed beyond the standard install.
Stability
- Stricter validation for
batch_execute— Commands sent throughbatch_executeare now validated against each tool's schema before dispatch, so malformed batches fail fast with a clear error instead of partially executing. - Better error reporting for
execute_luau— Luau runtime failures now surface with structured classification (origin, recoverability) in tool history and dashboard logs, making it easier to diagnose why a script call failed.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About hope1026/weppy-roblox-mcp
MCP server and plugin that lets AI agents (Claude Code, Cursor, Codex, Gemini) directly control a live Roblox Studio session — create scripts, instances, terrain, lighting, and assets via natural language. 21 tools, 140+ actions, bidirectional sync, and automated playtest.
Related context
Beta — feedback welcome: [email protected]