Keep local agent running after chat summary (#3260)
## Summary
- Stop treating set_chat_summary as a local-agent stream stop condition.
- Update local-agent prompt and tool guidance to call the chat summary
tool early and exactly once.
- Add coverage and update prompt/request snapshots for the new behavior.
## Test plan
- npm run fmt && npm run lint:fix && npm run ts
- npm test
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/dyad-sh/dyad/pull/3260"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open in Devin Review">
</picture>
</a>
<!-- devin-review-badge-end -->
正在显示
请
注册
或者
登录
后发表评论