chore: add Apache-2.0 LICENSE file#9
Conversation
pyproject declares license = Apache-2.0 and every source file carries the Apache header, but the LICENSE file itself was missing. Add the standard Apache-2.0 text. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 32 minutes and 11 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ✨ 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 |
Pardon the interruption, but your automated checks are ready! 🛎️I've aggregated the results of the automated checks for this PR below. 🔍 LintI've finished the analysis you requested. 💡 ❌ ruff: issues found — see job log 🏷️ Release PreviewEnsuring the 'Dependency Updates' are documented. 📦 Current:
✅ PR title follows conventional commit format. 🚀 Release Channel Compatibility Predicted next version:
🔌 Plugin DetectionEnsuring the plugin's 'license' matches the manager's expectations. ⚖️ Plugin Info:
Plugin Types: agents.chat, agents.toolbox, agents.memory OPM Detection:
Entry Point Validation:
⊘ No Issues:
📊 CoverageEnsuring our code is as robust as it looks. 💎 ✅ 94.7% total coverage Full report: download the 📋 Repo HealthIs the codebase feeling fit today? Let's check. 🏃♂️ ✅ All required files present. Latest Version: ✅ ⚖️ License CheckReading the fine print so you don't have to! 🔎 ✅ No license violations found. Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed. 🔨 Build TestsVerifying the structural soundness of your build. 🏗️ ✅ All versions pass
Code quality is our top priority ✨ |
pyproject.tomldeclareslicense = "Apache-2.0"and every source file carries the Apache header, but the repo had noLICENSEfile. Adds the standard Apache-2.0 license text.🤖 Generated with Claude Code