fix(release): restore plugin runtime loading

This commit is contained in:
Peter Steinberger
2026-05-02 14:28:46 +01:00
parent 61fc62ade7
commit 81e1deade2
7 changed files with 57 additions and 25 deletions

View File

@@ -187,6 +187,9 @@ source "$trusted_scripts_dir/lib/live-docker-stage.sh"
openclaw_live_stage_source_tree "$tmp_dir"
openclaw_live_stage_node_modules "$tmp_dir"
openclaw_live_link_runtime_tree "$tmp_dir"
if [ -d /app/dist/extensions/codex ]; then
export OPENCLAW_BUNDLED_PLUGINS_DIR=/app/dist/extensions
fi
openclaw_live_stage_state_dir "$tmp_dir/.openclaw-state"
if [ -n "${OPENCLAW_LIVE_CODEX_TRUSTED_HARNESS_DIR:-}" ] && [ -d "$OPENCLAW_LIVE_CODEX_TRUSTED_HARNESS_DIR" ]; then
for harness_file in src/gateway/gateway-codex-harness.live-helpers.ts; do