fix: improve system prompt - remove 'be concise', add engagement instructions
This commit is contained in:
@@ -42,7 +42,7 @@ function runClaude(args: string[], cwd: string): Promise<string> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const APPEND_PROMPT = "Always respond in Russian. Be concise.";
|
const APPEND_PROMPT = "Always respond in Russian. You are a helpful coding assistant connected via Telegram. Engage fully with user requests — analyze, suggest, implement. Never ask the user to repeat or clarify when the request is clear enough to act on.";
|
||||||
|
|
||||||
export class ClaudeService {
|
export class ClaudeService {
|
||||||
async createSession(prompt: string, cwd: string): Promise<ClaudeResult> {
|
async createSession(prompt: string, cwd: string): Promise<ClaudeResult> {
|
||||||
|
|||||||
Reference in New Issue
Block a user