Skip to content

fix: update Output block to match TerminalProgressRenderer format#73

Closed
juhgiyo wants to merge 1 commit intomainfrom
claude/510-update-output-block
Closed

fix: update Output block to match TerminalProgressRenderer format#73
juhgiyo wants to merge 1 commit intomainfrom
claude/510-update-output-block

Conversation

@juhgiyo
Copy link
Copy Markdown
Contributor

@juhgiyo juhgiyo commented Mar 25, 2026

Summary

  • Replace aspirational checkmark output in the "Output" section with format matching the real TerminalProgressRenderer from cli/src/strawpot/progress.py
  • New output shows: session start, delegation stages with role names and durations, session complete line
  • Keeps existing <span class="s"> CSS styling on checkmark characters

Closes strawpot/strawpot#510

Acceptance Criteria

  • Output block matches TerminalProgressRenderer format (Session started, > Delegating to..., ✓ completed, ✓ Session complete)
  • Stage names use real role slugs (implementer, code-reviewer)
  • Durations are realistic (1m 23s, 47s, 2m 34s)
  • HTML renders correctly — build passes
  • demo-script.yaml command (strawpot run) is consistent with run command from #509

Test plan

  • npm run build passes
  • Visual inspection of <pre><code> block structure

🤖 Generated with Claude Code

Replace aspirational checkmark output with format that matches the
actual TerminalProgressRenderer from the CLI progress system: session
start, delegation stages with role names and durations, and session
complete line.

Closes strawpot/strawpot#510

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@juhgiyo
Copy link
Copy Markdown
Contributor Author

juhgiyo commented Mar 25, 2026

Closing as redundant — PR #72 already includes these output block changes along with the Under the Hood audit. See #72 for the combined update.

@juhgiyo juhgiyo closed this Mar 25, 2026
@juhgiyo juhgiyo deleted the claude/510-update-output-block branch March 28, 2026 02:33
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.

7/8: Update strawpot.com static output block to match real CLI progress output

1 participant