You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
fix: archive a parked question before its reply (#2616)
Before there was a bug where the agent question disappears from the
chat:
https://github.com/user-attachments/assets/3e422b25-cb21-4b8b-b21c-52f2e7227e20
After, this is now stable across refreshes:
https://github.com/user-attachments/assets/0ce5a581-7cf4-4693-8276-55949b31a55e
---
*🤖 written by Claude (start)*
## Changelog
An agent's question no longer disappears from the transcript once you
answer it: a parked task holds the question in its status, which the
reply replaces, so it is now archived as history first.
## Testing
1. Ask an agent to ask you a question, and answer it through the prompt.
2. Reload the page — the question is still there, above your answer.
---
*🤖 written by Claude (end)*
---------
Signed-off-by: Nicholas Bucher <behappy54321@gmail.com>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
0 commit comments