fix: restore block to `Managed Agents` on `Enterprise` by jakehwll · Pull Request #22210 · coder/coder
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 1.2k
Conversation
#21998 accidentally allowed Managed Agents usages whilst being on an Enterprise license. This was incorrect, it should work as the following (same as prior to #21998).
| Scenario | Before | After | Fix |
|---|---|---|---|
| Unlicensed (AGPL) | Permitted | Permitted | Permitted |
| Licensed, no entitlement | Blocked | Permitted | Blocked |
| Licensed, explicitly disabled (limit=0) | Blocked | Permitted | Blocked |
| Licensed, entitled, under limit | Permitted | Permitted | Permitted |
| Licensed, entitled, over limit | Blocked | Permitted (advisory) | Permitted (advisory) |
This was referenced
Feb 20, 2026Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 left one comment on readability
jakehwll
deleted the
jakehwll/1281-restore-enterpise-managed-agent-block
branch
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