v0.1.1
Fixed
- Shadowed tools silently never registering, leaving sessions on the built-ins: per-agent installation failed with
cannot get property "fs" without injectatsession-start. The plugin now declaresinject = ['tools', 'systemPrompt', 'fs']and resolves the hostfsservice from the plugin's ownrootCtx(the agent fiber chain does not carry the plugin's inject list).