Skip to content

Conversation

@alexsong-oai
Copy link
Contributor

No description provided.

@alexsong-oai alexsong-oai added the oai PRs contributed by OpenAI employees label Jan 27, 2026
Copy link
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: 28253fa7a3

ℹ️ 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 +375 to +377
let interface_path = skill_dir.join(SKILLS_JSON_FILENAME);
if !interface_path.exists() {
return None;
Copy link
Contributor

Choose a reason for hiding this comment

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

P2 Badge Preserve legacy SKILL.toml interface metadata

Because load_skill_interface now returns None whenever SKILL.json is missing, any skill that still publishes interface metadata only in SKILL.toml (the legacy format still referenced in the protocol docs) will silently lose display_name, icons, and default_prompt, so clients/UI regress to bare SKILL.md metadata. If TOML-based skills are still in circulation, this change is a backward‑compat break unless you migrate them or keep a fallback reader.

Useful? React with 👍 / 👎.

@alexsong-oai alexsong-oai merged commit 2f8a44b into main Jan 27, 2026
32 checks passed
@alexsong-oai alexsong-oai deleted the alexs/rmv-toml-fallback branch January 27, 2026 20:06
@github-actions github-actions bot locked and limited conversation to collaborators Jan 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

oai PRs contributed by OpenAI employees

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants