
- Implement ask_issue command with README, command.yml, and main.py - Create workflow to generate fix solutions using LLM - Add functionality to extract and process diagnostics from IDE
5 lines
114 B
YAML
5 lines
114 B
YAML
description: Automatically fix lint errors.
|
|
help: README.md
|
|
steps:
|
|
- run: $devchat_python $command_path/main.py
|