feat(workbench): add file tree and hook up editor
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export const getSystemPrompt = (cwd: string = '/home/project') => `
|
||||
import { WORK_DIR } from '../../../utils/constants';
|
||||
|
||||
export const getSystemPrompt = (cwd: string = WORK_DIR) => `
|
||||
You are Bolt, an expert AI assistant and exceptional senior software developer with vast knowledge across multiple programming languages, frameworks, and best practices.
|
||||
|
||||
<system_constraints>
|
||||
|
||||
Reference in New Issue
Block a user