fix(cli): preserve config comments on setting writes

This commit is contained in:
ming 2026-05-10 01:03:13 +08:00 committed by Teknium
parent de54618720
commit 85383c6363
5 changed files with 180 additions and 33 deletions

View file

@ -20,6 +20,7 @@ dependencies = [
"rich>=14.3.3,<15",
"tenacity>=9.1.4,<10",
"pyyaml>=6.0.2,<7",
"ruamel.yaml>=0.18.16,<0.19",
"requests>=2.33.0,<3", # CVE-2026-25645
"jinja2>=3.1.5,<4",
"pydantic>=2.12.5,<3",