Skip to content

[codex] Enable model invocation for MCP host skills#8

Merged
lbeck-dropbox merged 3 commits into
mainfrom
codex/enable-codex-skill-model-invocation
Jun 26, 2026
Merged

[codex] Enable model invocation for MCP host skills#8
lbeck-dropbox merged 3 commits into
mainfrom
codex/enable-codex-skill-model-invocation

Conversation

@lbeck-dropbox

@lbeck-dropbox lbeck-dropbox commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

Updates all Codex and Claude Dropbox skill frontmatter so disable-model-invocation is explicitly set to false.

This changes the skills that previously set the flag to true and adds the same explicit false value to skills that were missing the key.

Impact

Codex and Claude skills now stay byte-for-byte aligned where their tool references match, while allowing model-driven skill selection instead of disabling invocation through frontmatter.

Validation

  • rg -n "disable-model-invocation" claude/skills codex/skills
  • rg -n "disable-model-invocation: true" claude/skills codex/skills returned no matches
  • diff -qr claude/skills codex/skills

@lbeck-dropbox lbeck-dropbox changed the title [codex] Enable model invocation for Codex skills [codex] Enable model invocation for MCP host skills Jun 26, 2026
@lbeck-dropbox lbeck-dropbox marked this pull request as ready for review June 26, 2026 21:03

@maci-dropbox maci-dropbox left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Free the model!

@meastes meastes left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This works though you should also be able to omit the property.

@lbeck-dropbox

Copy link
Copy Markdown
Collaborator Author

This works though you should also be able to omit the property.

@meastes I considered that, but I leaned towards making it explicit, so we don't question it in the future.

@lbeck-dropbox lbeck-dropbox merged commit 4135e81 into main Jun 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants