mirror of
https://github.com/openai/skills.git
synced 2026-09-11 19:47:26 +03:00
[codex] Update skill installer post-install guidance (#507)
## Summary - Update the skill installer's post-install guidance to say the skill will be available on the user's next turn. - Remove the obsolete instruction to restart Codex. ## Why Codex refreshes its skill catalog between turns. The existing instruction predates that behavior and causes the model to recommend an unnecessary restart. ## Impact Users receive accurate guidance after installing a skill. ## Related - Bundled Codex copy: https://github.com/openai/codex/pull/29768 ## Validation - `git diff --check` - No tests run (instruction-only Markdown change).
This commit is contained in:
@@ -27,7 +27,7 @@ Skills from {repo}:
|
||||
Which ones would you like installed?
|
||||
"""
|
||||
|
||||
After installing a skill, tell the user: "Restart Codex to pick up new skills."
|
||||
After installing a skill, tell the user it will be available on their next turn.
|
||||
|
||||
## Scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user