We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d1e70 commit 3b8ae8fCopy full SHA for 3b8ae8f
1 file changed
apps/twig/src/renderer/sagas/task/task-creation.ts
@@ -200,8 +200,8 @@ export class TaskCreationSaga extends Saga<
200
repoPath: agentCwd ?? "",
201
});
202
} else {
203
- // Await for create too - prevents race with TaskLogsPanel useEffect
204
- await getSessionActions().connectToTask({
+ // Don't await for create - allows faster navigation to task page
+ getSessionActions().connectToTask({
205
task,
206
207
initialPrompt,
0 commit comments