Raise Free tier agent and test-suite limits to 2 - #545
Merged
Conversation
The Free tier allowed a single agent and a single test suite, which made it impossible to compare two agents or keep two benchmark suites without an Enterprise license. Bump both limits to 2 in the Free tier definition. All other Free limits and the premium feature set are unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XwFRpLyudUUxcdvKGSyLCa
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
Makes the Free tier a little more generous by raising two count limits from 1 to 2:
A single agent and a single test suite made it impossible to compare two agents or keep two benchmark suites without an Enterprise license. Everything else is unchanged — projects (1), users (1), traces/month (10,000), retention (14 days), and the entire premium feature set stay exactly as they were.
Changes
Proxytrace.Licensing/LicensePolicy.cs—FreeDefinition:MaxAgentsandMaxTestSuites→2.Proxytrace.Licensing.Tests/LicensePolicyTests.cs— updated the two pinned assertions.manual/admin/licensing.md— the "Free by default" list and the Tiers table now show 2 agents / 2 test suites.CHANGELOG.md—[Unreleased] → Changedentry.Notes
ILicenseService/ the/api/licenseendpoint, so no controller, ingestion, or frontend logic changes were needed — the count gates (TestSuitesController,AgentCallProcessor) simply enforce the new value.docs/licensing.mdneeded no edit: it describes the limits' behaviour but does not hardcode the numbers.e2e/tests/licensing.spec.tsintentionally does not test count-based limit gates.Testing
dotnet test Proxytrace.Licensing.Tests→ 33 passed.🤖 Generated with Claude Code
https://claude.ai/code/session_01XwFRpLyudUUxcdvKGSyLCa
Generated by Claude Code