v1.2.2
Changed 2
- Update stale `interface.display_name` and `interface.short_description` in `writing-for-agents` skill
- Move `writing-for-agents` skill from User-invoked list to Model-invoked list in `README.md` and `skills/productivity/README.md`
Fixed 1
- Make `writing-for-agents` model-invokable in Codex again by removing `policy.allow_implicit_invocation: false` from `agents/openai.yaml`
Patch Changes
-
#766
4aaccb5Thanks @mattpocock! - Makewriting-for-agentsmodel-invokable in Codex again.- Drop
policy.allow_implicit_invocation: falsefromagents/openai.yaml. Codex filtered the skill out of the model-visible skills list, so its description could not trigger it — only an explicit$writing-for-agentsmention worked. - Update the stale
interface.display_nameandinterface.short_description, which still named the oldwriting-great-skillsskill. - Move the skill from the User-invoked list to the Model-invoked list in
README.mdandskills/productivity/README.md.
- Drop