Forward install attempt IDs for remote plugins - #37773
Merged
copyberry[bot] merged 1 commit intoAug 10, 2026
Merged
Conversation
## Why Clients need to correlate a remote plugin installation request with a specific installation attempt. ## What changed - Add the optional `installAttemptId` field to `PluginInstallParams`. - Forward the value as `install_attempt_id` in the remote plugin install POST body. - Preserve the existing empty request body when the field is omitted. ## Testing - Cover protocol serialization and remote install request bodies with and without an attempt ID. GitOrigin-RevId: ffdceff4f9329b650848e6428a9ba39646c242c3
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/ffdceff4f9329b650848e6428a9ba39646c242c3
branch
from
August 10, 2026 03:29
9db7699 to
89a335e
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/ffdceff4f9329b650848e6428a9ba39646c242c3
branch
August 10, 2026 03:30
NgoQuocViet2001
temporarily deployed
to
issue-triage
August 10, 2026 03:57 — with
GitHub Actions
Inactive
NgoQuocViet2001
temporarily deployed
to
issue-triage
August 10, 2026 03:57 — with
GitHub Actions
Inactive
NgoQuocViet2001
temporarily deployed
to
issue-triage
August 10, 2026 03:57 — with
GitHub Actions
Inactive
empire-visual
temporarily deployed
to
issue-triage
August 10, 2026 04:04 — with
GitHub Actions
Inactive
empire-visual
temporarily deployed
to
issue-triage
August 10, 2026 04:04 — with
GitHub Actions
Inactive
empire-visual
temporarily deployed
to
issue-triage
August 10, 2026 04:04 — with
GitHub Actions
Inactive
cineraria01
temporarily deployed
to
issue-triage
August 10, 2026 04:11 — with
GitHub Actions
Inactive
cineraria01
temporarily deployed
to
issue-triage
August 10, 2026 04:11 — with
GitHub Actions
Inactive
cineraria01
temporarily deployed
to
issue-triage
August 10, 2026 04:11 — with
GitHub Actions
Inactive
chassehiboux
temporarily deployed
to
issue-triage
August 10, 2026 04:28 — with
GitHub Actions
Inactive
chassehiboux
temporarily deployed
to
issue-triage
August 10, 2026 04:28 — with
GitHub Actions
Inactive
chassehiboux
temporarily deployed
to
issue-triage
August 10, 2026 04:28 — with
GitHub Actions
Inactive
chassehiboux
temporarily deployed
to
issue-triage
August 10, 2026 04:29 — with
GitHub Actions
Inactive
xiangpeng2008
temporarily deployed
to
issue-triage
August 10, 2026 04:52 — with
GitHub Actions
Inactive
xiangpeng2008
temporarily deployed
to
issue-triage
August 10, 2026 04:52 — with
GitHub Actions
Inactive
xiangpeng2008
temporarily deployed
to
issue-triage
August 10, 2026 04:52 — with
GitHub Actions
Inactive
xiangpeng2008
temporarily deployed
to
issue-triage
August 10, 2026 04:54 — with
GitHub Actions
Inactive
prashantbhamu
temporarily deployed
to
issue-triage
August 10, 2026 05:03 — with
GitHub Actions
Inactive
prashantbhamu
temporarily deployed
to
issue-triage
August 10, 2026 05:03 — with
GitHub Actions
Inactive
prashantbhamu
temporarily deployed
to
issue-triage
August 10, 2026 05:03 — with
GitHub Actions
Inactive
JamesWangccc23
temporarily deployed
to
issue-triage
August 10, 2026 05:06 — with
GitHub Actions
Inactive
JamesWangccc23
temporarily deployed
to
issue-triage
August 10, 2026 05:06 — with
GitHub Actions
Inactive
JamesWangccc23
temporarily deployed
to
issue-triage
August 10, 2026 05:06 — with
GitHub Actions
Inactive
JamesWangccc23
temporarily deployed
to
issue-triage
August 10, 2026 05:07 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
August 10, 2026 05:18 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
August 10, 2026 05:18 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
August 10, 2026 05:18 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
August 10, 2026 05:19 — with
GitHub Actions
Inactive
dingyiyi0226
temporarily deployed
to
issue-triage
August 10, 2026 06:20 — with
GitHub Actions
Inactive
dingyiyi0226
temporarily deployed
to
issue-triage
August 10, 2026 06:20 — with
GitHub Actions
Inactive
dingyiyi0226
temporarily deployed
to
issue-triage
August 10, 2026 06:20 — with
GitHub Actions
Inactive
dingyiyi0226
temporarily deployed
to
issue-triage
August 10, 2026 06:21 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Forward install attempt IDs for remote plugins
Why
Clients need to correlate a remote plugin installation request with a specific
installation attempt.
What changed
installAttemptIdfield toPluginInstallParams.install_attempt_idin the remote plugin install POSTbody.
Testing
without an attempt ID.