Skip to content

chore(release): v0.2.2#61

Merged
github-actions[bot] merged 7 commits into
mainfrom
develop
Mar 3, 2026
Merged

chore(release): v0.2.2#61
github-actions[bot] merged 7 commits into
mainfrom
develop

Conversation

@akiojin

@akiojin akiojin commented Mar 3, 2026

Copy link
Copy Markdown
Owner

Summary

Bug fix release addressing plugin manifest issues, Unity bridge error separation, and LSP authentication improvements.

Changes

Version

v0.2.2

Closing Issues

Closes #57
Closes #59

akiojin and others added 7 commits March 3, 2026 09:42
…stall (#57)

plugin.json contained $schema, skills, and agents fields rejected by
Claude Code's validator. Switch to minimal manifest pattern (name,
version, description, author) with directory auto-discovery.

Also add explicit install command to all READMEs, add Codex Skills
section, sync marketplace.json version, and fix agent frontmatter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(plugin): remove invalid manifest fields that broke marketplace install
…lter and watchdog (#59)

- CompilationHandler: errorCount now reflects only script-compile errors
  (mode bit 0x1000), not Debug.LogError/Firebase/ADB console noise.
  Added consoleErrorCount/consoleWarningCount for full console counts.
- TestExecutionHandler: filter routes to groupNames (class name) vs
  testNames (FQN) based on dot presence.
- Watchdog: mode-aware timeouts (PlayMode 10s, EditMode 60s, general 120s).
  Persisted running state exceeding 120s staleness returns RUNNER_TIMEOUT.
- SaveRunState: lastUpdate always set to DateTime.UtcNow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(bridge): run_tests / get_test_status / get_compilation_state の不整合修正
@akiojin akiojin added the release Release PR label Mar 3, 2026
@github-actions
github-actions Bot enabled auto-merge March 3, 2026 07:19
@coderabbitai

coderabbitai Bot commented Mar 3, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@akiojin has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 2 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 24fc3a2 and ddeef24.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (21)
  • .claude-plugin/marketplace.json
  • .claude-plugin/plugins/unity-cli/agents/unity-helper.md
  • .claude-plugin/plugins/unity-cli/plugin.json
  • .github/workflows/test.yml
  • CHANGELOG.md
  • Cargo.toml
  • README.de.md
  • README.es.md
  • README.fr.md
  • README.it.md
  • README.ja.md
  • README.md
  • README.zh.md
  • UnityCliBridge/Packages/unity-cli-bridge/Editor/Handlers/CompilationHandler.cs
  • UnityCliBridge/Packages/unity-cli-bridge/Editor/Handlers/TestExecutionHandler.cs
  • UnityCliBridge/Packages/unity-cli-bridge/Tests/Editor/CompilationHandlerTests.cs
  • UnityCliBridge/Packages/unity-cli-bridge/Tests/Editor/TestExecutionHandlerPersistenceTests.cs
  • UnityCliBridge/Packages/unity-cli-bridge/Tests/Editor/TestExecutionHandlerWatchdogTests.cs
  • UnityCliBridge/Packages/unity-cli-bridge/package.json
  • package.json
  • src/lsp_manager.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release PR

Projects

None yet

1 participant