terminal v0.0.0

✓ Generated PR title:

feat: Add user authentication with JWT tokens

✓ Generated description:

## Changes
- Implement JWT-based authentication system
- Add login/logout endpoints
- Update user model with auth fields

Model Selection:

Choose from any Groq model that supports structured outputs. Available models at: Groq Docs

Recommended models optimized for PR generation:

openai/gpt-oss-20b (default)

Best for standard commit histories

openai/gpt-oss-120b

Recommended for large/complex histories

Configuration:

Manage configuration with set, get, and remove commands:

Configuration Options:

GROQ_API_KEY*required

Your Groq API key for AI-powered PR generation

LOCALE(default: en)

Language for PR content: en, es, pt, fr, de, it, ja, ko, zh

MAX_RETRIES(default: 2)

Number of retry attempts for API calls

TIMEOUT(default: 10000)

Request timeout in milliseconds

DEFAULT_BRANCH(default: master)

Default branch used when running lazypr command

MODEL(default: openai/gpt-oss-20b)

AI model to use for generating PR content.