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
133 stars 17 forks source link

Is this actionCache shared by multiple projects? #109

Closed lkk214 closed 6 hours ago

lkk214 commented 2 weeks ago

Description After supporting dynamic updates for actioncache(https://github.com/phodal/shire/pull/98), a question was raised: Is this actionCache shared by multiple projects?

When users develop multiple projects, modifying the shire file can result in incorrect shire actions in Context Menu, and each project cannot maintain its own shire configuration.

Expected behavior Each project has its own shire configuration, and multiple projects do not affect each other

phodal commented 2 weeks ago

For current, it's bugs, and

lkk214 commented 2 weeks ago

Got it, let me fix it.