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 b64ca2c commit b4d3920Copy full SHA for b4d3920
src/services/ipcMain.ts
@@ -693,7 +693,7 @@ export class IpcMain {
693
694
try {
695
// 1. Generate workspace title and branch name using AI (use same model as message)
696
- const { title, branchName} = await generateWorkspaceNames(
+ const { title, branchName } = await generateWorkspaceNames(
697
message,
698
options.model,
699
this.config
0 commit comments