-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Provider proposal: ZoomMate credit tracking — worth a PR? #1997
Copy link
Copy link
Open
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.help wantedExtra attention is neededExtra attention is neededimpact:auth-providerThis issue is about auth, provider routing, model choice, or SecretRef resolution.This issue is about auth, provider routing, model choice, or SecretRef resolution.impact:securityThis issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.This issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Description
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.help wantedExtra attention is neededExtra attention is neededimpact:auth-providerThis issue is about auth, provider routing, model choice, or SecretRef resolution.This issue is about auth, provider routing, model choice, or SecretRef resolution.impact:securityThis issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.This issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
What: ZoomMate is an enterprise AI agent developed by Zoom that works on a credit-based model (a pooled monthly credit allotment, not a coding-tool subscription). This is a Zoom product offering to customers, not an internal tool. I've built a CodexBar provider that tracks the credit balance, 30-day credit history, and burn-rate pacing.
Fit: It follows the existing credit-based provider pattern (Poe, Abacus, Venice) and renders entirely through the shared inline-dashboard and descriptor
surfaces — no bespoke UI. Auth uses ZoomMate's own first-party web-client cookie→token flow, the same shape as the accepted Factory (WorkOS) provider; the minted token is cached in memory only and nothing is persisted to disk.
Status: Implemented and opt-in, narrow in scope, on a personal fork rebased onto current
main, with tests and docs. Builds and runs today.Disclosure: I work at Zoom and am happy to maintain this long-term.
Ask: Given this is an enterprise AI agent, not strictly coding, is it still a fit for CodexBar? Checking before opening the PR.