Skip to content

fix(analyzers/groq): surface free and paid plan resources - #5159

Open
mattbrady-1 wants to merge 1 commit into
mainfrom
fix/groq-analyzer-surface-models
Open

fix(analyzers/groq): surface free and paid plan resources#5159
mattbrady-1 wants to merge 1 commit into
mainfrom
fix/groq-analyzer-surface-models

Conversation

@mattbrady-1

@mattbrady-1 mattbrady-1 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Surface whatever the Groq key can access: models on every plan, plus batches and files on paid Developer plans.
  • Free keys no longer look like they have zero permissions; paid keys still pick up batch/file resources when available.
  • Fix metadata and binding construction so analyze results are populated correctly.

Test plan

  • Free-tier key: go run . analyze groq shows model resources with full_access
  • Paid Developer key with batches/files: same command also shows those resources with full_access
  • go build ./pkg/analyzer/analyzers/groq/
  • go test ./pkg/analyzer/analyzers/groq/ -count=1 (needs GCP test secrets)

…resources

Free-tier keys previously left analyze empty because only batches/files were probed.

Co-authored-by: Cursor <cursoragent@cursor.com>
@mattbrady-1
mattbrady-1 requested a review from a team July 27, 2026 18:24
@mattbrady-1
mattbrady-1 requested a review from a team as a code owner July 27, 2026 18:24
@mattbrady-1 mattbrady-1 changed the title fix(analyzers/groq): surface model bindings for free-tier keys fix(analyzers/groq): surface free and paid plan resources Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant