v10.10.0
Highlights
✨ Filter syslog live by os_log subsystem/category
New first-class -s/--subsystem and -c/--category options for syslog live match directly on the parsed os_log label, replacing the previous brittle combination of --label plus --match on the rendered [subsystem][category] substring:
# Only WebKit subsystems
pymobiledevice3 syslog live -s 'com.apple.WebKit*'
# Networking subsystem, connection category only
pymobiledevice3 syslog live -s com.apple.network -c connectionPatterns are case-insensitive globs; each option is repeatable (OR within an option, AND across the two), entries without a subsystem/category label are dropped when either filter is set, and the filters apply to both text and JSON output.
📝 Claude Code plugin renamed to pymobiledevice3-device-operator
The Claude Code plugin shipped from this repo's marketplace is now named pymobiledevice3-device-operator (matching the skill it vendors), and the README now advertises how to install it:
/plugin marketplace add doronz88/pymobiledevice3
/plugin install pymobiledevice3-device-operator@pymobiledevice3What's Changed
- 804561e feat(syslog): add --subsystem/--category filters to
syslog live(#1861) (@doronz88) - 09ca5a7 docs: advertise the Claude Code plugin in README (#1860) (@doronz88)
- 677f9d6 claude-plugin: rename plugin to pymobiledevice3-device-operator (#1860) (@doronz88)
Full Changelog: v10.9.0...v10.10.0