K.T.dev
K.T.dev
Hi, ### Summary In CJK (Chinese, Japanese, Korean) locale environments (i.e., non-UTF-8 systems like Japanese Windows), `aider` fails to load config files if they contain UTF-8 encoded non-ASCII characters. ###...
Hi, This patch fixes a config file decoding issue that occurs on Windows systems with non-UTF-8 locales (e.g., Japanese cp932). On Windows systems with non-UTF-8 locales (especially CJK: Chinese, Japanese,...
Hi, ## Summary When entering instructions that include emoji characters like 🤖, > (A) the emoji is not displayed correctly in the terminal, and > (B) the application crashes during...
Hi, thanks for maintaining this project. ### Summary `pkg_resources` is deprecated and scheduled for removal after **2025-11-30** (setuptools 81). The `git-ai-commit` implementation currently imports `pkg_resources` in multiple modules. ### Impact...
## Description - Added `setuptools` to `install_requires` in setup.cfg - Fixes `ModuleNotFoundError: No module named 'pkg_resources'` on Python 3.12+ - This error occurred because setuptools was not listed as a...
Hi, thanks for maintaining this project --- I encountered an issue with Python 3.12. ### Summary `git-ai-commit` fails to run on Python 3.12 with `ModuleNotFoundError: No module named 'pkg_resources'`. ###...
Hi. Thank you for providing such a powerful and helpful tool ! ## Summary In the current Git Cola Console tab, operation events and Git’s standard output are shown, but...
Hi. Thank you for providing such a powerful and helpful tool ! ## Request I would appreciate consideration of one or both of the following features: - An option to...