feat: report Community Agent Time usage - #28489
Conversation
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 25fb48e500
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b3b0ca42a6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
d40605f to
ced8293
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
ced8293 to
65de8e5
Compare
…into pr-conflicts-zp8h # Conflicts: # site/src/pages/AgentsPage/AgentsPageLayout.stories.tsx
Summary
Report retained Community Coder Agent runtime and add Coder Agents usage visibility.
Problem
Community deployments already retain hourly Agent Time usage, but entitlement refresh did not aggregate it without a license-derived usage period. Coder Agents settings also had no local usage surface for Community or licensed deployments.
Fix
Measure retained Agent Time for unlicensed deployments without changing entitlement or concurrency enforcement, and show usage in Coder Agents settings with Community, finite licensed, unlimited, loading, and unavailable states. Full usage remains available only through the authenticated entitlement details contract introduced by #28488.
Depends on #28488. Refs CODAGT-960.