Skip to content

fix(orch): deliver question answers to live sessions#77

Merged
nathanwhit merged 1 commit into
mainfrom
codex/deliver-question-answers
Jul 9, 2026
Merged

fix(orch): deliver question answers to live sessions#77
nathanwhit merged 1 commit into
mainfrom
codex/deliver-question-answers

Conversation

@nathanwhit

Copy link
Copy Markdown
Owner

Summary

  • route answered user questions through the existing Steer path so live interactive sessions receive the answer as input
  • keep objective unblocking and answer audit behavior intact
  • add a regression test that proves AnswerQuestion delivers answer: ... into the live provider input channel

Root Cause

AnswerQuestion persisted the answer and appended an answer: ... transcript message, but it never sent input to the running interactive provider. A dashboard answer could therefore mark the question answered and the objective active while leaving the manager session idle.

Validation

  • go test ./...

@nathanwhit nathanwhit merged commit 82e9899 into main Jul 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant