docs: add Stream Deck integration - #3066
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs real behavior proof before merge. Reviewed August 19, 2026, 1:48 AM ET / 05:48 UTC. ClawSweeper reviewWhat this changesThe PR adds AI Usage Limits, a macOS Stream Deck plugin using CodexBar’s local service API, to the README integrations list. Merge readinessKeep open for normal merge review. The docs-only addition is consistent with the existing external-integration list and CodexBar’s documented local service API; no patch defect was found. Priority: P3 Review scores
Verification
How this fits togetherCodexBar gathers provider usage data and exposes it through the local flowchart LR
A[Provider accounts] --> B[CodexBar]
B --> C[Local serve API]
C --> D[Stream Deck plugin]
D --> E[Keys and dials]
Before merge
Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Keep the external Stream Deck integration discoverable in the established README integration list, backed by CodexBar’s documented loopback service API. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR changes only README integration discovery text, not a reproducible product behavior. Is this the best way to solve the issue? Yes: adding the integration to the existing list matches the nearby third-party integration convention and relies on the documented local service API. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 453174fe13ee. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
This adds AI Usage Limits to the README’s integrations list.
It’s a macOS Stream Deck plugin that displays a selected CodexBar provider, account, and usage metrics on Stream Deck keys and Stream Deck+ dials, using the local
codexbar serveAPI. CodexBar continues to handle provider configuration, authentication, and data refresh.Docs-only change, happy to adjust the wording or placement if you’d prefer.