diff --git a/conductor/tracks/qwen_llama_grok_integration_20260606/state.toml b/conductor/tracks/qwen_llama_grok_integration_20260606/state.toml index 0836cfd4..5ecddeff 100644 --- a/conductor/tracks/qwen_llama_grok_integration_20260606/state.toml +++ b/conductor/tracks/qwen_llama_grok_integration_20260606/state.toml @@ -43,11 +43,11 @@ t2_2 = { status = "completed", commit_sha = "060f471", description = "Red: tests 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" } -t2_10 = { status = "pending", commit_sha = "", description = "Add Qwen pricing to src/cost_tracker.py" } +t2_6 = { status = "completed", commit_sha = "bc2cce1", description = "Green: implement _send_qwen, _ensure_qwen_client, _classify_qwen_error, _list_qwen_models in src/ai_client.py" } +t2_7 = { status = "cancelled", commit_sha = "ab6b53f", description = "SKIPPED: no credentials_template.toml exists in project; user maintains single credentials.toml directly" } +t2_8 = { status = "completed", commit_sha = "ab6b53f", description = "Add qwen to PROVIDERS (centralized in src/models.py; gui_2.py and app_controller.py import from there)" } +t2_9 = { status = "completed", commit_sha = "6be04bc", description = "Add Qwen models to capability registry (DONE in Phase 1 initial population; 8 qwen entries: 1 wildcard + 7 specific)" } +t2_10 = { status = "completed", commit_sha = "ab6b53f", description = "Add Qwen pricing to src/cost_tracker.py" } t2_11 = { status = "pending", commit_sha = "", description = "Phase 2 checkpoint commit + git note" } # Phase 3: Grok + Llama via shared helper t3_1 = { status = "pending", commit_sha = "", description = "Red: tests/test_grok_provider.py::test_send_grok_uses_xai_endpoint" }