Skip to content

feat(cli): sync beta cluster SDK updates#444

Merged
blainekasten merged 3 commits into
mainfrom
cursor/cli-sdk-updates-5948
Jul 21, 2026
Merged

feat(cli): sync beta cluster SDK updates#444
blainekasten merged 3 commits into
mainfrom
cursor/cli-sdk-updates-5948

Conversation

@cursor

@cursor cursor Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add --project-id to beta cluster storage volume creation
  • forward cluster --project-id to inline shared-volume creation
  • allow the new HOST_POWER_CYCLE remediation mode and new remediation states across CLI commands

Tests

  • .venv/bin/python -m pytest tests/cli/test_beta_clusters.py
  • .venv/bin/python -m ruff check src/together/lib/cli/api/beta/clusters/create.py src/together/lib/cli/api/beta/clusters/remediations/approve.py src/together/lib/cli/api/beta/clusters/remediations/create.py src/together/lib/cli/api/beta/clusters/remediations/list.py src/together/lib/cli/api/beta/clusters/storage/create.py tests/cli/test_beta_clusters.py
Open in Web View Automation 

cursoragent and others added 2 commits July 13, 2026 15:54
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
@broly-code-security-scanner

broly-code-security-scanner Bot commented Jul 13, 2026

Copy link
Copy Markdown

Broly Security Scan

Note

Clean scan
No vulnerabilities detected in this PR.

Note

Re-scan this PR anytime with /broly scan — useful after /broly undismiss, or to refresh findings without a new push.

Broly — SAST (zai-org/GLM-5.2) · Secrets · SCA · GH Actions (zizmor) · Containers · SBOM · Powered by Together AI

Optional[bool],
Parameter(help="Keep the storage volume after cluster decommissioning"),
] = None,
project_id: Annotated[

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@cursoragent remove the project_id updates in this PR

@cursor cursor Bot Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Removed all new project_id storage updates and related tests.

  • Commit: f3f8eb73
  • Tests: 71 passed
  • Ruff: passed
  • Branch pushed and PR updated

Env setup suggestion: configure uv sync --locked --group dev at cursor.com/onboard.

Open in Web Open in Cursor 

Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
@blainekasten
blainekasten marked this pull request as ready for review July 20, 2026 14:55
@blainekasten
blainekasten merged commit da019d3 into main Jul 21, 2026
11 checks passed
@github-actions github-actions Bot mentioned this pull request Jul 21, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Documentation updated for this merge in https://github.com/togethercomputer/mintlify-docs/pull/1297.

Covers:

  • HOST_POWER_CYCLE remediation mode in tg beta clusters remediations create/approve/list
  • QUARANTINING and QUARANTINED state filters on tg beta clusters remediations ls
  • Cycle repair action in the node repair guide and July 21 changelog entry

View PR

Open in Web View Automation 

Sent by Cursor Automation: Update mintlify-docs from code changes

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.

2 participants