Skip to content

[runtime] introduce runtime/install api#24111

Draft
acrognale-oai wants to merge 2 commits into
mainfrom
acrognale/runtime-install-artifacts
Draft

[runtime] introduce runtime/install api#24111
acrognale-oai wants to merge 2 commits into
mainfrom
acrognale/runtime-install-artifacts

Conversation

@acrognale-oai
Copy link
Copy Markdown
Contributor

@acrognale-oai acrognale-oai commented May 22, 2026

Summary

  • Add the v2 runtime/install request and response surface and route app-server requests through the selected execution environment.
  • Install runtime artifacts end to end: download, checksum verification, archive extraction, runtime metadata handling, and validation of required Node, node_modules, and Python paths.
  • Finalize successful installs by publishing bundled skills and plugin marketplaces into the target environment's CODEX_HOME, clearing app-server caches so installed resources are visible.
  • Make publication rollback-safe through staged replacement and backup restoration, and reject invalid legacy skill removal paths before modifying disk state.

Test Plan

  • Regenerated app-server schema fixtures; formatting and scoped Clippy checks passed.
  • codex-app-server-protocol, codex-exec-server, and focused codex-app-server runtime-install tests passed.

Stack

  1. #24111 - Introduce runtime/install API
  2. #24112 - Add progress and cancellation APIs
  3. #24113 - Forward runtime APIs from app-server to exec-server

@acrognale-oai acrognale-oai changed the title [runtime] install validated runtime artifacts [runtime] introduce runtime/install api May 22, 2026
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.

1 participant