Codex Spreadsheets missing load_workspace_dependencies

Open
#34,091 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
node.js
Domain
cli

Research direction

Start with the uploaded thread 019f77be-d66b-7af0-8a73-287a176d6349 and the Spreadsheets SKILL.md instructions to trace how @Spreadsheets is selected. Check where load_workspace_dependencies should be exposed and how the supported node_modules path for @oai/artifact-tool is provided. Done means an explicitly selected Spreadsheets session exposes the tool and permits the attached workbook to be inspected and rendered as specified.

Written by the indexing model from the issue text.

Description

bug CLI skills tool-calls
What version of Codex CLI is running?

codex-cli 0.144.5

What subscription do you have?

ChatGPT Plus

Which model were you using?

gpt-5.6-sol

What platform is your computer?

Darwin 25.5.0 arm64 arm

What terminal emulator and version are you using (if applicable)?

VS Code integrated terminal 1.129.1

Codex doctor report
{
      "schemaVersion": 1,
      "generatedAt": "1784423132s since unix epoch",
      "overallStatus": "ok",
      "codexVersion": "0.144.5",
      "checks": {
        "app_server.status": {
          "id": "app_server.status",
          "category": "app-server",
          "status": "ok",
          "summary": "background server is not running",
          "details": {
            "control socket": "/Users/carsten/.codex/app-server-control/app-server-control.sock",
            "daemon state dir": "/Users/carsten/.codex/app-server-daemon",
            "mode": "ephemeral",
            "pid file": "/Users/carsten/.codex/app-server-daemon/app-server.pid (missing)",
            "settings": "/Users/carsten/.codex/app-server-daemon/settings.json (missing)",
            "status": "not running",
            "update-loop pid file": "/Users/carsten/.codex/app-server-daemon/app-server-updater.pid (missing)"
          },
          "remediation": null,
          "durationMs": 0
        },
        "auth.credentials": {
    … +282 lines (ctrl + t to view transcript)
            "terminal title source": "default"
          },
          "remediation": null,
          "durationMs": 0
        },
        "updates.status": {
          "id": "updates.status",
          "category": "updates",
          "status": "ok",
          "summary": "update configuration is locally consistent",
          "details": {
            "cached latest version": "0.144.6",
            "check for update on startup": "true",
            "last checked at": "2026-07-19T00:20:27.332500Z",
            "latest version": "0.144.6",
            "latest version status": "newer version is available",
            "npm update target": "/Users/carsten/.local/lib/node_modules/@openai/codex",
            "update action": "npm install -g @openai/codex",
            "version cache": "/Users/carsten/.codex/version.json"
          },
          "remediation": null,
          "durationMs": 228
        }
      }
    }
What issue are you seeing?

The Spreadsheets plugin and its SKILL.md are available, but the required load_workspace_dependencies tool is not exposed in the
session. Therefore the required runtime path for @oai/artifact-tool cannot be loaded.

According to the Spreadsheets skill instructions, the attached Excel workbook must not be read with replacement libraries when this
runtime is unavailable. The workbook analysis is therefore blocked even though @Spreadsheets was explicitly selected and the .xlsx
file was attached.

What steps can reproduce the bug?

Uploaded thread: 019f77be-d66b-7af0-8a73-287a176d6349

What is the expected behavior?

When @Spreadsheets is selected, the session should expose load_workspace_dependencies. It should provide the supported node_modules
path containing @oai/artifact-tool so that the attached workbook can be inspected and rendered according to the Spreadsheets skill
instructions.

Additional information

No response

Dominant language
Rust
Stars
125k
Forks
19.5k
Avg merge
1m
Merged PRs (30d)
1k

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.