Skip to content

Commit 04170e6

Browse files
yotsudaclaude
andcommitted
docs(release): add Highlights section to 1.8.0 emphasizing the
Verbose / Debug / native-exe-stderr capture surface The capture-surface change is what users feel most after upgrading (the tool description's "Verbose and Debug streams are NOT visible" caveat is gone, and `cmd /c '... 1>&2'` style stderr no longer disappears). Without a Highlights section the change was buried in the second New Features bullet under "Five output channels..." and the headline value got lost. The live v1.8.0 GitHub release body is updated separately via `gh release edit` to match this file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c03c086 commit 04170e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Staging/ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Version: 1.8.0
2+
3+
## Highlights
4+
5+
**Verbose / Debug / native exe stderr are now visible to the AI.** Pre-1.8 the tool description explicitly told you "Verbose and Debug streams are NOT visible to you" and native exe stderr (e.g. `cmd /c '... 1>&2'`) was effectively swallowed. They now appear in the AI response in the same time-ordered position as everything else — closing the AI's biggest documented blind spot in the Output→Error→Warning→Verbose→Debug capture surface.
6+
27
## New Features
38
- **Hybrid stream capture: chronological pipeline replaces bucketed sections.** Output, Error, Warning, Verbose, and Debug records now interleave in a single time-ordered text block in the AI response — the AI sees each event in its actual position relative to surrounding output. Pre-1.8 the four separate `=== ERRORS ===` / `=== WARNINGS ===` etc. sections lost the "warning fired between step-A and step-B, then the error hit" context.
49
- **Five output channels that used to bypass the AI's view are now captured:**

0 commit comments

Comments
 (0)