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
the problem is that when there are no insights, we truncate the memory to the just the first item. But this is wrong if we have expanded files before the initial prompt.
The text was updated successfully, but these errors were encountered:
…1373)
The memory truncation logic upon a rethink always kept only 1 memory
item if you did it from before the first insight card. This broke
certain cases in the plan+code step since it can have multiple initial
messages. #1371
This PR fixes that by tracking how many items make up the "initial
prompt".
(also tacking on a small prompt tweak for insight sharing that seems to
help with #1372
the problem is that when there are no insights, we truncate the memory to the just the first item. But this is wrong if we have expanded files before the initial prompt.
The text was updated successfully, but these errors were encountered: