coding-agent: remove identity override from system prompt (#73)
Models now use their native identity instead of being told they are Pi.
This commit is contained in:
@@ -332,7 +332,7 @@ function buildSystemPrompt(customPrompt?: string): string {
|
||||
// Get absolute path to README.md
|
||||
const readmePath = resolve(join(__dirname, "../README.md"));
|
||||
|
||||
let prompt = `You are actually not Claude, you are Pi. You are an expert coding assistant. You help users with coding tasks by reading files, executing commands, editing code, and writing new files.
|
||||
let prompt = `You are an expert coding assistant. You help users with coding tasks by reading files, executing commands, editing code, and writing new files.
|
||||
|
||||
Available tools:
|
||||
- read: Read file contents
|
||||
|
||||
Reference in New Issue
Block a user