We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd56390 commit 407fc18Copy full SHA for 407fc18
src/services/ipcMain.ts
@@ -714,7 +714,7 @@ export class IpcMain {
714
715
try {
716
// 1. Generate workspace title and branch name using AI (use same model as message)
717
- const { title, branchName} = await generateWorkspaceNames(
+ const { title, branchName } = await generateWorkspaceNames(
718
message,
719
options.model,
720
this.config
0 commit comments