chore(release): v0.2.2#61
Conversation
…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 の不整合修正
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (21)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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