Skip to content

add team id for image builds#310

Merged
JannikSt merged 8 commits intomainfrom
fix/image-billing
Feb 19, 2026
Merged

add team id for image builds#310
JannikSt merged 8 commits intomainfrom
fix/image-billing

Conversation

@kcoopermiller
Copy link
Copy Markdown
Member

@kcoopermiller kcoopermiller commented Jan 16, 2026

Note

Medium Risk
Touches image build/list/delete request parameters and reference parsing, so mistakes could lead to missing/extra results or deleting the wrong team-scoped image. Changes are localized to CLI behavior and API calls but affect destructive operations.

Overview
Adds team-aware behavior to prime images commands. push now validates image names (no /) and includes team_id in the build request when configured.

list gains --all and defaults to listing images for the active team context via teamId query param, with updated table output (owner column, improved title, prefers displayRef). delete now supports team-{teamId}/name:tag references and passes teamId when deleting, improving confirmation messaging and error handling (explicit 403 vs 404).

Written by Cursor Bugbot for commit ce77827. This will update automatically on new commits. Configure here.

Comment thread packages/prime/src/prime_cli/commands/images.py Outdated
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

Comment thread packages/prime/src/prime_cli/commands/images.py
Comment thread packages/prime/src/prime_cli/commands/images.py
pokgak
pokgak previously approved these changes Jan 23, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment thread packages/prime/src/prime_cli/commands/images.py
@JannikSt JannikSt merged commit ef6f9fd into main Feb 19, 2026
12 checks passed
@JannikSt JannikSt deleted the fix/image-billing branch February 19, 2026 17:21
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.

3 participants