fix: Plan model_validate throw exception in auto_accepted_plan (#1111)

* fix: Plan.model_validate throw exception in auto_accepted_plan

* improve log

* add UT

* fix ci

* reverse uv.lock

* add blank

* fix
This commit is contained in:
Xun
2026-03-12 17:13:39 +08:00
committed by GitHub
parent 172ba2d7ad
commit 2ab2876580
3 changed files with 143 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.testing.pytestArgs": [
"tests"
],