Status-driven roadmap for the official plugin registry. Each entry reflects work already in the repository; the "open" items are direction, not commitments.
- Core plugin system (
info_plugins/logo_animation) —xfetch plugin install/list/remove - Official plugins for every platform:
animate-logo,chocolatey,display-resolution,docker,github-stats,music-player,temperature,theme-detection,theme-manager,timezone,user-info,weather - Chocolatey moved out of the core into a plugin (v0.6.0)
- Platform compatibility matrix (
docs/compatibility.md) - Timeout standard: every official plugin wraps its work in
with_timeout(enforced by CI) - Parallel plugin loading in the core (API untouched)
- Community plugins: the SDK (
xfetch-plugin-api) is stable; new plugins are welcome via the contribution process inCONTRIBUTING.md