this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Stricter prompt to avoid chatty responses

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

alice aeca6ab8 63acc2d0

+1 -1
+1 -1
cli.ts
··· 10 10 11 11 const { textStream } = streamText({ 12 12 model: anthropic("claude-haiku-4-5-20251001"), 13 - system: "Convert to shell command. Output ONLY the raw command. No markdown, no code fences, no explanation.", 13 + 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.", 14 14 prompt: input.trim(), 15 15 onError({ error }: { error: any }) { 16 16 const msg = error.statusCode === 401 ? "Invalid API key"