We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddc0e9 commit 109e7bfCopy full SHA for 109e7bf
src/assistant-kickoff/kickoff-assistant.ts
@@ -28,8 +28,10 @@ export const kickoffAssistant = async ({
28
29
logger.userSuccess('Project setup complete!');
30
logger.userInfo('Initial prompt:');
31
- logger.userInfo(`"${prompt}"`);
32
- logger.userInfo(`Project location: ${projectPath}`);
+ logger.userInfo('--------------------------------');
+ logger.userInfo(`${prompt}`);
33
34
+ logger.userInfo(`Go to the project directory:\n\n cd ${projectPath}\n`);
35
36
// Let the provider handle its own launch behavior
37
await provider.launch({ projectPath, prompt });
0 commit comments