This commit is contained in:
Matt Rubens
2024-12-12 23:29:08 -05:00
parent 03340918a0
commit bc4983e468
10 changed files with 17343 additions and 18346 deletions

View File

@@ -1,12 +1,16 @@
import defaultShell from "default-shell"
import os from "os"
import osName from "os-name"
import fs from 'fs/promises'
import path from 'path'
import { DiffStrategy } from "../diff/DiffStrategy"
import { McpHub } from "../../services/mcp/McpHub"
export const SYSTEM_PROMPT = async (
cwd: string,
supportsComputerUse: boolean,
mcpHub: McpHub,
mcpHub: McpHub,
diffStrategy?: DiffStrategy
) => `You are Cline, a highly skilled software engineer with extensive knowledge in many programming languages, frameworks, design patterns, and best practices.
====