fix-update-integration

Fix: update integration_chat init helper for explicit init route

Metadata

Statusdone
Assignedagent-1816
Agent identityf51439356729d112a6c404803d88015d5b44832c6c584c62b96732b63c2b0c7e
Created2026-05-03T01:21:45.931164924+00:00
Started2026-05-03T01:25:18.117105326+00:00
Completed2026-05-03T01:32:18.108915038+00:00
Tagseval-scheduled
Eval score0.87
└ blocking impact0.85
└ completeness0.95
└ constraint fidelity0.85
└ coordination overhead0.85
└ correctness0.90
└ downstream usability0.78
└ efficiency0.85
└ intent fidelity0.77
└ style adherence0.90

Description

Description

The full cargo test run from fix-tui-supervisor-coexistence currently stops in tests/integration_chat.rs because that helper calls wg init with no model or route. Current wg init intentionally requires an explicit route/model, so the integration test setup needs to use an offline-friendly explicit route (for example wg init --route claude-cli or a suitable legacy executor path) or the init contract needs to be clarified.

Implement directly — do not decompose further.

Validation

  • cargo test --test integration_chat passes
  • Full cargo test progresses past tests/integration_chat.rs without the no-model/route init failure
  • No unrelated test helpers are weakened

Depends on

Required by

Log