phodal / shire

Shire - AI Coding Agent Language (编程智能体语言), which can enables communication between an LLM and control IDE for automated programming.
https://shire.phodal.com/
Mozilla Public License 2.0
152 stars 20 forks source link

fix: Add ShirePluginDisposable to eliminate warnings about memory leaks #130

Closed lkk214 closed 5 days ago

lkk214 commented 5 days ago

ShireProgramRunner does not have any parent disposable, leading to potential memory leaks, It should be registered to a parent disposable with the same life cycle as the plugin.