Skip to content

Implement remote plugin search - #36409

Merged
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/ac29c5480ed8089d998b6275bc5f11c8d9a43fd1
Aug 1, 2026
Merged

Implement remote plugin search#36409
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/ac29c5480ed8089d998b6275bc5f11c8d9a43fd1

Conversation

@copyberry

@copyberry copyberry Bot commented Aug 1, 2026

Copy link
Copy Markdown

Implement remote plugin search

What changed

  • Implement plugin/search by querying the remote plugin service without using the catalog cache.
  • Support global, workspace, and personal scopes with bounded page sizes and passthrough cursors.
  • Respect plugin feature gates and omit shared workspace results when plugin sharing is disabled.
  • Keep search terms and pagination tokens out of transport errors and telemetry, and return search results as uninstalled plugin summaries.

Testing

  • Add remote search coverage for request parameters, result conversion, authentication, pagination, scope mapping, and error redaction.
  • Add app-server coverage for remote-plugin and plugin-sharing feature gates.
## What changed

- Implement `plugin/search` by querying the remote plugin service without using the catalog cache.
- Support global, workspace, and personal scopes with bounded page sizes and passthrough cursors.
- Respect plugin feature gates and omit shared workspace results when plugin sharing is disabled.
- Keep search terms and pagination tokens out of transport errors and telemetry, and return search results as uninstalled plugin summaries.

## Testing

- Add remote search coverage for request parameters, result conversion, authentication, pagination, scope mapping, and error redaction.
- Add app-server coverage for remote-plugin and plugin-sharing feature gates.

GitOrigin-RevId: ac29c5480ed8089d998b6275bc5f11c8d9a43fd1
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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
copyberry Bot force-pushed the copyberry/codex-internal-to-codex-oss/ac29c5480ed8089d998b6275bc5f11c8d9a43fd1 branch from 048d1e2 to a850875 Compare August 1, 2026 00:18
@copyberry
copyberry Bot merged commit a850875 into main Aug 1, 2026
26 of 32 checks passed
@copyberry
copyberry Bot deleted the copyberry/codex-internal-to-codex-oss/ac29c5480ed8089d998b6275bc5f11c8d9a43fd1 branch August 1, 2026 00:20
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants