Commit 0d234e7
Eric Wheeler
fix: Remove misleading task resumption message
This commit removes the misleading [TASK RESUMPTION] message that appears when a task is interrupted. The message was confusing the model and triggering unnecessary re-reads by suggesting things had changed when they hadn't.
<environment_details> will always be provided fresh with any necessary information, so the model should assume tasks are up to date.
Fixes: #5850
Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>1 parent 2f4d833 commit 0d234e7
1 file changed
+3
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
990 | | - | |
991 | | - | |
992 | | - | |
993 | | - | |
994 | | - | |
995 | | - | |
996 | | - | |
997 | | - | |
998 | | - | |
999 | 990 | | |
1000 | 991 | | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
1010 | 995 | | |
1011 | 996 | | |
1012 | 997 | | |
| |||
0 commit comments