Skip to content

Make skill loading filesystem-aware#17720

Merged
pakrym-oai merged 15 commits into
mainfrom
pakrym/skill-loading-fs-full-ci
Apr 14, 2026
Merged

Make skill loading filesystem-aware#17720
pakrym-oai merged 15 commits into
mainfrom
pakrym/skill-loading-fs-full-ci

Conversation

@pakrym-oai
Copy link
Copy Markdown
Collaborator

@pakrym-oai pakrym-oai commented Apr 13, 2026

Migrates skill loading to support reading repo skills from the remote environment.

@pakrym-oai
Copy link
Copy Markdown
Collaborator Author

@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: a459c3e3d9

ℹ️ 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 thread codex-rs/core-skills/src/loader.rs
Comment thread codex-rs/core/src/plugins/manager.rs Outdated
Comment thread codex-rs/core/src/plugins/manager.rs
Comment thread codex-rs/core/src/codex.rs Outdated
Comment thread codex-rs/core/src/thread_manager.rs Outdated
Comment thread codex-rs/core/tests/suite/skills.rs Outdated
…to pakrym/skill-loading-fs-full-ci

# Conflicts:
#	codex-rs/core/src/codex.rs
#	codex-rs/core/src/plugins/manager.rs
#	codex-rs/core/src/plugins/manager_tests.rs
#	codex-rs/core/src/thread_manager.rs
@pakrym-oai pakrym-oai changed the base branch from main to pakrym/make-loadplugin-async April 14, 2026 04:09
Base automatically changed from pakrym/make-loadplugin-async to main April 14, 2026 04:52
…fs-full-ci

# Conflicts:
#	codex-rs/core/src/codex.rs
#	codex-rs/core/src/plugins/manager.rs
#	codex-rs/core/src/thread_manager.rs
Copy link
Copy Markdown
Contributor

@starr-openai starr-openai left a comment

Choose a reason for hiding this comment

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

let's add an ExecutorAbsolutePath or something like that sooner rather than later - this was we can just pass in the path object and many of these changes are drop in replacements.

As is we have to thread in the filesystem and remember to use that for all fs operations on the path (eg calling cwd.ancestors() right now is host local, not the executor side ancestors)

@pakrym-oai pakrym-oai merged commit 96254a7 into main Apr 14, 2026
36 of 46 checks passed
@pakrym-oai pakrym-oai deleted the pakrym/skill-loading-fs-full-ci branch April 14, 2026 22:40
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants