Private
Public Access
0
0

conductor(plan): mark t2.1-t2.5 complete; advance to t2.6 (Green)

This commit is contained in:
2026-06-11 00:53:58 -04:00
parent 060f471cb9
commit 3940eb36ac
@@ -38,12 +38,12 @@ t1_10 = { status = "completed", commit_sha = "d7d7d5c", description = "Green: im
t1_11 = { status = "in_progress", commit_sha = "", description = "Add dashscope>=1.14.0,<2.0.0 to pyproject.toml dependencies" }
t1_12 = { status = "completed", commit_sha = "03da130", description = "Phase 1 checkpoint commit + git note" }
# Phase 2: Qwen via DashScope
t2_1 = { status = "pending", commit_sha = "", description = "Red: tests/test_qwen_provider.py::test_send_qwen_routes_to_dashscope" }
t2_2 = { status = "pending", commit_sha = "", description = "Red: tests/test_qwen_provider.py::test_qwen_tool_format_translation" }
t2_3 = { status = "pending", commit_sha = "", description = "Red: tests/test_qwen_provider.py::test_qwen_vl_vision_image_base64" }
t2_4 = { status = "pending", commit_sha = "", description = "Red: tests/test_qwen_provider.py::test_qwen_error_classification" }
t2_5 = { status = "pending", commit_sha = "", description = "Red: tests/test_qwen_provider.py::test_list_qwen_models" }
t2_6 = { status = "pending", commit_sha = "", description = "Green: implement _send_qwen, _ensure_qwen_client, _classify_qwen_error, _list_qwen_models in src/ai_client.py" }
t2_1 = { status = "completed", commit_sha = "060f471", description = "Red: tests/test_qwen_provider.py::test_send_qwen_routes_to_dashscope" }
t2_2 = { status = "completed", commit_sha = "060f471", description = "Red: tests/test_qwen_provider.py::test_qwen_tool_format_translation" }
t2_3 = { status = "completed", commit_sha = "060f471", description = "Red: tests/test_qwen_provider.py::test_qwen_vl_vision_image_base64" }
t2_4 = { status = "completed", commit_sha = "060f471", description = "Red: tests/test_qwen_provider.py::test_qwen_error_classification" }
t2_5 = { status = "completed", commit_sha = "060f471", description = "Red: tests/test_qwen_provider.py::test_list_qwen_models" }
t2_6 = { status = "in_progress", commit_sha = "", description = "Green: implement _send_qwen, _ensure_qwen_client, _classify_qwen_error, _list_qwen_models in src/ai_client.py" }
t2_7 = { status = "pending", commit_sha = "", description = "Add [qwen] section to credentials_template.toml" }
t2_8 = { status = "pending", commit_sha = "", description = "Add qwen to PROVIDERS in src/gui_2.py and src/app_controller.py" }
t2_9 = { status = "pending", commit_sha = "", description = "Add Qwen models to capability registry in src/vendor_capabilities.py" }