
- Updated commit/command.yml to use "en" language code - Updated commit/commit.py to handle model's maximum context length error - Updated commit/zh/command.yml to use "zh" language code - Updated libs/llm_api/openai.py to ignore tokens limit error Closes devchat-ai/devchat#189
5 lines
299 B
YAML
5 lines
299 B
YAML
description: 'Writes a well-formatted commit message for selected code changes and commits them via Git. Include an issue number if desired (e.g., input "/commit to close #12").'
|
|
hint: to close Issue #issue_number
|
|
input: optional
|
|
steps:
|
|
- run: $devchat_python $command_path/commit.py "$input" "en" |