已关闭
[Bug]: Skill Rail should persist session baseline and isolate runtime Skill changes #1368
l_x_d创建于 7月20日关闭于 7月23日
openJiuwen-bot
7月20日 评论:
7月20日 评论:
7月20日 将 iamcandiceguo 设为负责人
7月20日 添加了label:sig/sig-agent-core
openJiuwen-bot
7月20日 评论:
7月20日 评论:
欢迎来到 openJiuwen 社区
Hey @l_x_d , 感谢你对社区的贡献.
机器人使用手册
有关指令的使用,可以点击 此处 查看详情。开发人员可以在每个PR或Issue下方评论特定指令来触发机器人任务。
联系指引
有疑问可以联系 SIG: sig-agent-core ,
维护者是: @seanzhang_cn, @xinyu-jiuwen ,
审核者是: @alan_cheng, @deyang, @iamcandiceguo, @yangzequ .


Checklist
🐞 Detailed Description of the Problem
The current Skill Rail injects the latest Skill catalog directly into the system prompt. When Skills are installed, removed, or modified during a Session, the system prompt changes accordingly. This can invalidate the stable prompt prefix and reduce KV-cache reuse.
In addition, Skill changes are not clearly separated from the Session’s initial Skill state. A newly installed Skill may incorrectly become part of the default system prompt immediately, while removed Skills may not be reported to the Agent.
Detailed Environment Information Description
python3.11 mac
Additional Information
Version Information
Thanks for your contribution 🎉!