返回 DeepSeek-Reasonix
task.toml
1 prompt = """statuscodes.py repeats the same code→label chain in two functions. Refactor:
2 - define the mapping once as a LABELS dict in statuscodes.py
3 - label_for and summary must both read from it
4 - behavior stays identical, including the Unknown fallback"""
5 class = "refactor"
6 max_steps = 20
7 timeout_sec = 300
8
8 lines TOML