Skip to content

skills not detected on Windows with symlink or junctions #8400

@joshmouch

Description

@joshmouch

What version of Codex is running?

0.76.0

What subscription do you have?

Pro

Which model were you using?

N/A

What platform is your computer?

Microsoft Windows NT 10.0.26220.0 x64

What issue are you seeing?

Using a symlink or a junction on windows to "add" a skill to Codex CLI does not work. Codex will not detect the skill. This same skill can be copied as a real folder and be detected.

What steps can reproduce the bug?

  1. Try either one of the following:
- Symlink
    New-Item -ItemType SymbolicLink -Path "~\.codex\skills\.system\{folder-of-skill-under-development}" -Target "{absolute-path-to-folder-of-skill-under-development}"
  - Junction
    New-Item -ItemType Junction -Path "C:\Users\josh\.codex\skills\.system\evolv" -Path "~\.codex\skills\.system\{folder-of-skill-under-development}" -Target "{absolute-path-to-folder-of-skill-under-development}"
  1. Enter codex CLI. Type /skills
  2. List does not show new skill.

What is the expected behavior?

  1. Enter codex CLI. Type /skills
  2. List shows new skill

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLIIssues related to the Codex CLIbugSomething isn't workingwindows-osIssues related to Codex on Windows systems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions