Skip to content

Conversation

@kcoopermiller
Copy link
Member

@kcoopermiller kcoopermiller commented Nov 13, 2025

Note

Adds first-class registry support across SDK and CLI.

  • SDK (prime-sandboxes): new TemplateClient/AsyncTemplateClient for /template/registry-credentials and /template/check-docker-image; new models RegistryCredentialSummary, DockerImageCheckResponse; add registry_credentials_id to Sandbox, CreateSandboxRequest, and UpdateSandboxRequest; export new clients/models in __init__.
  • CLI: new prime images commands — push (build + upload via /images/build), list, delete; new prime registry commands — list (credentials), check-image (validate accessibility, optional credentials); prime sandbox create accepts --registry-credentials-id and sandbox get displays it.
  • Docs: README command examples updated (simplified sandbox create syntax).

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

@kcoopermiller kcoopermiller marked this pull request as ready for review November 18, 2025 02:37
Copy link
Member

@JannikSt JannikSt left a comment

Choose a reason for hiding this comment

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

  • Let's flag the images command with "Beta" only
  • I would recheck if we actually want the emojis - this emoji does not really make sense for example "🔐"

burnpiro
burnpiro previously approved these changes Dec 15, 2025
burnpiro
burnpiro previously approved these changes Dec 18, 2025
@JannikSt JannikSt merged commit db0ab1d into main Dec 29, 2025
11 checks passed
@JannikSt JannikSt deleted the feature/primeregistry branch December 29, 2025 13:26
JannikSt pushed a commit that referenced this pull request Jan 3, 2026
* custom image registry for sandboxes

* prime images

* --image typo

* linux/amd64

* updated to not build locally

* full image path

* rm emojis

* remove inline

* image status

* full image path

* add cleanup

* adjust scope output

* bug bot stuff

* validate_output_format

* bug bot comment

* update prime images list

* limit platform

* bump timeout

* add closed beta info
JannikSt added a commit that referenced this pull request Jan 3, 2026
* Implement commands for hosted RL

* Hosted RL

* Allow for user to use just
 Usage: prime rl [OPTIONS] ENVIRONMENTS... | COMMAND [ARGS]...

 Manage RL training runs.

 By default, 'prime rl <environments>' runs 'prime rl run <environments>'.

╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help  -h        Show this message and exit.                                                                                                                                                                      │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ run      Create an RL training run with specified environments and model.                                                                                                                                          │
│ models   List available models for RL training.                                                                                                                                                                    │
│ runs     List your RL training runs.                                                                                                                                                                               │
│ stop     Stop an RL training run.                                                                                                                                                                                  │
│ delete   Delete an RL training run.                                                                                                                                                                                │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ to start a run

* Support tomls on prime rl cmd

* Minor fix

* Cleanup references to RFT

* Minor improvements

* Fix ruff

* Match post rft run schema to new backend

* Refactor delete_run method to remove return value and simplify success handling in RLClient and related command.

* Fix/prime rl list (#267)

* quick fix for prime rl list when no name set

* remove truncation of id in prime rl list

* Add support for run_config

* feat: add eval_config support to RL API client (#271)

* feat: add eval_config support to RL API client

* Remove accidentally committed test files

* feat: add logs command for RL runs

* fix: move time import to top, add rl_config example

* feat: add --watch flag and improve log streaming

* fix: allow built-in envs like reverse-text, update example

* feat: add --eval-* options to rl run command

* fix: strip ANSI escape codes from logs output

* fix: increase poll interval to 5s, add rate limit handling

* fix: filter progress bars from logs output, remove redundant --watch flag

* fix: keep 100% progress bar completion lines in logs

* fix: address review comments - simplify log follow, warn on unused eval options

* fix: handle log rotation in follow mode when tail window is full

* fix: always use overlap detection for log follow to handle fast growth with rotation

* feat: add [eval] section support in TOML config files

* fix: improve progress bar filtering to remove empty lines

* fix: require owner/name format for environments, remove example config

* fix: use from_sources for eval config merging, require owner/name format

- Use BaseConfig.from_sources for eval config precedence instead of manual if-statements
- Require owner/name format for --eval-envs (same as training environments)
- Rename EvalConfig.eval_base_model to base_model for proper underscore mapping

* prime registry support (#215)

* custom image registry for sandboxes

* prime images

* --image typo

* linux/amd64

* updated to not build locally

* full image path

* rm emojis

* remove inline

* image status

* full image path

* add cleanup

* adjust scope output

* bug bot stuff

* validate_output_format

* bug bot comment

* update prime images list

* limit platform

* bump timeout

* add closed beta info

* Chore/bump version 0.5.8 (#270)

* bump version to 0.5.8

* bump versions

* Fix: Update eval sample field (#265)

* Update eval sample field.

* Update docs.

* Fix: Remove trailing comma from API token URL (#273)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: sami <sami@primeintellect.ai>

---------

Co-authored-by: Johannes Hagemann <johannes@primeintellect.ai>
Co-authored-by: JannikSt <JannikSt@users.noreply.github.com>
Co-authored-by: Jannik Straube <info@jannik-straube.de>
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.

4 participants