Commit 88bafdb
committed
Remove stale 'preparing-worktree' send phase
Worktree preparation now happens server-side as part of the bootstrap
payload, so the client-side 'preparing-worktree' phase no longer
corresponds to any actual work. Between setting it and transitioning to
'sending-turn', async operations (auto-title, persistThreadSettings)
could run, leaving a misleading 'Preparing worktree...' indicator in
the UI.
Remove the phase entirely: always begin with 'sending-turn', drop the
isPreparingWorktree derived flag and its UI references.1 parent 2535cf1 commit 88bafdb
2 files changed
+5
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
662 | 661 | | |
663 | 662 | | |
664 | 663 | | |
| |||
2573 | 2572 | | |
2574 | 2573 | | |
2575 | 2574 | | |
2576 | | - | |
| 2575 | + | |
2577 | 2576 | | |
2578 | 2577 | | |
2579 | 2578 | | |
| |||
4006 | 4005 | | |
4007 | 4006 | | |
4008 | 4007 | | |
4009 | | - | |
4010 | | - | |
4011 | | - | |
4012 | | - | |
4013 | | - | |
4014 | 4008 | | |
4015 | 4009 | | |
4016 | 4010 | | |
| |||
4115 | 4109 | | |
4116 | 4110 | | |
4117 | 4111 | | |
4118 | | - | |
4119 | | - | |
4120 | | - | |
4121 | | - | |
4122 | | - | |
| 4112 | + | |
| 4113 | + | |
| 4114 | + | |
4123 | 4115 | | |
4124 | 4116 | | |
4125 | 4117 | | |
| |||
0 commit comments