···10101111const { textStream } = streamText({
1212 model: anthropic("claude-haiku-4-5-20251001"),
1313- system: "Convert to shell command. Output ONLY the raw command. No markdown, no code fences, no explanation.",
1313+ system: "Convert natural language to a shell command. Output ONLY the command itself - no explanations, no markdown, no alternatives, no questions. Make reasonable assumptions. One line only.",
1414 prompt: input.trim(),
1515 onError({ error }: { error: any }) {
1616 const msg = error.statusCode === 401 ? "Invalid API key"