doum-cli 0.3.2

AI-powered terminal assistant that helps you with command-line tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Analyze the user's input and determine which mode is most appropriate.

Return ONLY a valid JSON object in the following format:

```json
{
  "mode": "ask|suggest",
  "reason": "brief explanation in the same language as the input"
}
```

Guidelines:
- "ask": For general questions, explanations, or when the user wants to learn something
- "suggest": When the user wants options or isn't sure about the exact command

Important:
- Return ONLY the JSON object, no additional text.