Skip to content

Conversation

@were
Copy link
Contributor

@were were commented Feb 4, 2026

Add Response header for acw TTY stdout

Summary

  • emit a Response header between the echoed editor prompt and assistant output on TTY stdout
  • document the TTY stdout Response header behavior in acw CLI and dispatch docs
  • update the TTY stdout test expectations for Response header ordering
  • Issue 798 resolved

Testing

  • bash tests/cli/test-acw-flags.sh

closes #798

Summary:
- add Response header to the TTY stdout echo path for chat/editor/stdout
- document the Response header behavior in acw CLI and dispatch docs
- assert Response header ordering in the TTY stdout test

Files:
- src/cli/acw/dispatch.sh: emit Response header after the user prompt echo on TTY stdout.
- docs/cli/acw.md: document Response header for TTY stdout chat/editor mode.
- src/cli/acw/dispatch.md: describe Response header in stdout capture behavior.
- tests/cli/test-acw-flags.sh: assert Response header presence and ordering on TTY stdout; ensure non-TTY excludes it.
- tests/cli/test-acw-flags.md: update TTY echo expectations to include Response header.

Issue: #798
Tests: `bash tests/cli/test-acw-flags.sh` (passed)
@were were merged commit fbfdd56 into main Feb 4, 2026
4 checks 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.

[plan] [#798] Add Response Header to acw TTY stdout

1 participant