feat: better branch titles

This commit is contained in:
2026-07-22 11:17:24 -04:00
parent c46f8f1783
commit 0034272c54
3 changed files with 50 additions and 14 deletions

View File

@@ -778,6 +778,8 @@ async function executeTask(
config.paths.stateDir,
task.id,
progress.getKey(),
undefined,
task.title,
)
: null;
const worktreeDir = wt?.dir ?? projectDir;