Skip to content

feat: bind package manager#13571

Merged
jif-oai merged 3 commits intomainfrom
jif/pm
Mar 5, 2026
Merged

feat: bind package manager#13571
jif-oai merged 3 commits intomainfrom
jif/pm

Conversation

@jif-oai
Copy link
Copy Markdown
Collaborator

@jif-oai jif-oai commented Mar 5, 2026

No description provided.

@jif-oai
Copy link
Copy Markdown
Collaborator Author

jif-oai commented Mar 5, 2026

@codex review

Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fbdf5bd563

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +95 to +99
let include_artifact_tools = features.enabled(Feature::Artifact)
&& codex_artifacts::is_js_runtime_available(
codex_home,
PINNED_ARTIFACT_RUNTIME_VERSION,
);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep artifacts tool discoverable before first install

Do not gate include_artifact_tools on is_js_runtime_available(...). This check requires a cached runtime or preinstalled machine JS runtime before exposing the tool. But the handler now uses ArtifactRuntimeManager::ensure_installed() to fetch the runtime on demand, so fresh environments can get stuck in a catch-22 where the tool is hidden and installation never happens.

Useful? React with 👍 / 👎.

@jif-oai jif-oai merged commit f304b2e into main Mar 5, 2026
29 of 31 checks passed
@jif-oai jif-oai deleted the jif/pm branch March 5, 2026 11:57
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant