chore(openshell): re-vendor proto to v0.0.91#147
Open
onsails wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR re-vendors the OpenShell protobuf definitions in right-openshell to upstream tag v0.0.69, updating the API/wire surface that right-openshell compiles against and communicates with.
Changes:
- Updated vendored upstream tracking metadata to v0.0.69.
- Updated
openshell.prototo include new provider profile update RPCs/messages, a newProviderProfile.resource_versionfield, and replacedSandboxSpec.gpuwithSandboxSpec.resource_requirements(plus new resource requirement messages).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| crates/right-openshell/proto/UPSTREAM.md | Bumps recorded upstream proto tag/fetch timestamp to v0.0.69. |
| crates/right-openshell/proto/openshell/openshell.proto | Updates the vendored OpenShell API surface (new RPC/messages, new resource_version, and breaking SandboxSpec field-9 change). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
1094
to
1099
| ProviderProfileDiscovery discovery = 9; | ||
| // Storage resource version for custom profiles. Built-in profiles and new | ||
| // profile files use 0. Gateway responses set this for stored custom profiles. | ||
| // Update calls use this for optimistic concurrency. | ||
| uint64 resource_version = 10; | ||
| } |
Comment on lines
321
to
+326
| openshell.sandbox.v1.SandboxPolicy policy = 7; | ||
| // Provider names to attach to this sandbox. | ||
| repeated string providers = 8; | ||
| // Request NVIDIA GPU resources for this sandbox. | ||
| bool gpu = 9; | ||
| // Portable resource requirements used by the gateway for driver selection | ||
| // and by drivers for provisioning. | ||
| ResourceRequirements resource_requirements = 9; |
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
June 26, 2026 07:14
af4fc08 to
1e6a5d1
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
4 times, most recently
from
June 30, 2026 07:13
46e0d9f to
4281031
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 1, 2026 07:15
4281031 to
f977de9
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 2, 2026 07:05
f977de9 to
1b30e2a
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 3, 2026 07:00
1b30e2a to
22efaff
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 4, 2026 06:51
22efaff to
5c3d31a
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
2 times, most recently
from
July 6, 2026 09:52
a85bf08 to
44ede34
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 7, 2026 09:06
44ede34 to
46cd062
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
2 times, most recently
from
July 10, 2026 09:04
cf620a3 to
8d12ac3
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 11, 2026 07:39
8d12ac3 to
19895ea
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
3 times, most recently
from
July 14, 2026 07:41
673ec35 to
9b1956e
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 15, 2026 07:45
9b1956e to
a4c9291
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
2 times, most recently
from
July 17, 2026 07:49
d679dd9 to
5c6fbec
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
5 times, most recently
from
July 22, 2026 08:10
b81f791 to
e74f74f
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
2 times, most recently
from
July 24, 2026 08:10
ac0f67d to
ae58766
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 25, 2026 07:49
ae58766 to
bc00228
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 26, 2026 08:10
bc00228 to
b80a25f
Compare
onsails
force-pushed
the
automation/openshell-proto-revendor
branch
from
July 27, 2026 09:11
b80a25f to
7a58b30
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated re-vendor of the OpenShell protos to v0.0.91.
buf breaking(PACKAGE)cargo check -p right-openshellbuf breaking output
cargo check (tail)
A BREAKING or FAILED result means upstream changed the wire/API shape.
Audit
SandboxReadinessand any code decoding moved/removed fields, then bumpMIN_OPENSHELL_VERSIONand the CIOPENSHELL_VERSIONpin as needed.This bot surfaces drift only — it does not fix Rust. Full CI runs on this PR only
when
BOT_PR_TOKEN(a fine-grained PAT) is configured as a repo secret;otherwise bot-authored PRs don't trigger downstream workflows. Either way, the
openshell-proto-compatworkflow run itself goes RED whencargo checkfails,so a failing proto bump is visible in the Actions tab even without full CI.