Add codespace plugin v0.5.5 - #865
Conversation
Adds the codespace plugin v0.5.5 to the CLI plugin index. - Plugin: codespace (Connect to DataRobot Codespace via SSH) - Version: 0.5.5 - Release: https://github.com/datarobot/drcs/releases/tag/v0.5.5 - SHA256: 0bc6930325562e84d5ae61532b258cec2c09f6652d0a7605df952573aab03630 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
👋 Thanks so much for contributing to the DataRobot community! As a quick heads-up on how our team handles reviews: if you're still iterating on Once everything is finalized and you're ready for feedback, just click "Ready for review" |
Code OwnershipCli Maintainers
Review requested from the teams above. Labels will be removed automatically upon approval. |
|
/approve-smoke-tests |
|
🔐 Fork PR smoke tests triggered by @ajalon1 What happens next:
|
|
🔐 Fork smoke tests started by maintainer ⏳ Security scans passed. Running smoke tests... Commit: |
|
✅ All smoke tests passed! (Fork PR) ✅ Security Scan: success |
RATIONALE
Publishes the new
codespaceplugin (SSH-only build) to the CLI plugin registry sodr plugin install codespacecan pick it up.CHANGES
0bc6930325562e84d5ae61532b258cec2c09f6652d0a7605df952573aab03630Adds
docs/plugins/codespace/codespace-0.5.5.tar.xzand a newcodespaceentry indocs/plugins/index.json.TESTING
dr plugin install codespaceinstalls successfullydr codespace --helpshows usagePR Automation
Comment-Commands: Trigger CI by commenting on the PR:
/trigger-smoke-testor/trigger-test-smoke- Run smoke tests/trigger-install-testor/trigger-test-install- Run installation testsLabels: Apply labels to trigger workflows:
run-smoke-testsorgo- Run smoke tests on demand (only works for non-forked PRs)Important
For Forked PRs: The
run-smoke-testslabel won't work. A required Smoke Tests check will block merge until a maintainer acts:/approve-smoke-teststo run smoke tests (results will set the check)/skip-smoke-teststo bypass the check without running testsPlease comment requesting a maintainer review if you need smoke tests to run.
🤖 Generated with Claude Code
Note
Low Risk
Adds a new plugin catalog entry and artifact reference only; no application or security-sensitive code paths are modified in this diff.
Overview
Registers the codespace CLI plugin in
docs/plugins/index.jsonsodr plugin install codespacecan resolve v0.5.5 (SSH connection to DataRobot Codespace), including tarball path, SHA256, and release date.This is a registry/metadata update alongside the packaged artifact (
codespace-0.5.5.tar.xz); it does not change core CLI install logic.Reviewed by Cursor Bugbot for commit 62b6673. Configure here.