Skill results now flag when a skill was only read rather than actually run.
What's wrong with this entry?
Results from the skill tool now carry an optional readOnly flag, set when a skill's instructions were loaded without anything being run. Anyone consuming skill results through the SDK or the streaming output can now tell a read-only load apart from a real execution.
- New optional boolean on the skill tool's result schema, documented as true when the instructions were loaded and nothing ran.
- Not gated; it appears whenever the load was read-only.
True when the skill instructions were loaded read-only (nothing was executed)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.