fix: improve system prompt - remove 'be concise', add engagement instructions

This commit is contained in:
neken
2026-04-10 18:08:17 +05:00
parent eaa542b11f
commit 164cafec73
+1 -1
View File
@@ -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 {
async createSession(prompt: string, cwd: string): Promise<ClaudeResult> {