Releases: myinusa/filename-suggestion-ai
Releases · myinusa/filename-suggestion-ai
v1.6.0
v1.5.0
v1.4.0
v1.3.0
1.3.0 (2024-08-31)
Features
- args.py: add new optional arguments for directory and filter processing (b819649)
- main.py: implement directory and filter based file processing with progress tracking (b819649)
- poetry.lock: add tqdm package for progress tracking functionality (b819649)
- pyproject.toml: include tqdm in project dependencies for progress tracking (b819649)
v1.2.0
1.2.0 (2024-08-31)
Features
- config: add import of args module in init.py (5428fd4)
- config: add new command line argument for file input in args.py (5428fd4)
- main: add new payload creation function for POST requests (5428fd4)
- main: integrate argument parsing and dynamic user content handling (5428fd4)
- models: add new LMStudioChatResponse data model (5428fd4)
- utils: implement utility function to read file content (5428fd4)
v1.1.0
1.1.0 (2024-08-31)
Features
- config: add initial configuration files for filename_suggestion_ai (bf2d70c)
- config: configure logging with rich handler in setup_logging.py (bf2d70c)
- config: define constants for API interaction in constants.py (bf2d70c)
- config: implement argument parsing in args.py (bf2d70c)
- config: setup environment and logging configurations in enviornment_setup.py (bf2d70c)
- main: add main execution flow and POST request handling in main.py (bf2d70c)