Added
- Introduced a new '--context-size' (-c) command-line argument to control the snippet size from files. The default value is 8192 and the maximum allowed is 32768. If an invalid value is provided, a friendly error message is displayed and the program exits.
- Added support for API key configuration: users can now provide their OpenAI API key via the command-line (--api-key), the OPENAI_API_KEY environment variable, or a config file at ~/.repoghostconfig.json.