Skip to content

fix: update static output block to match real CLI progress format#71

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

fix: update static output block to match real CLI progress format#71
juhgiyo wants to merge 0 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 the real format from TerminalProgressRenderer
  • New format shows: Session started, > Delegating to {role}..., ✓ {role} completed ({duration}), ✓ Session complete
  • Uses role names (implementer, code-reviewer) instead of activity descriptions
  • Durations are realistic (1m 23s, 47s, 2m 34s)
  • demo-script.yaml already uses strawpot run — no changes needed there

Closes strawpot/strawpot#510

Test plan

  • HTML structure is valid (proper <pre><code> nesting, no broken tags)
  • <span class="s"> wrapper preserved around checkmarks for CSS styling
  • Whitespace in <pre> block matches the 2-space indent from the real renderer
  • Visual: npm run dev and verify the output section renders cleanly

🤖 Generated with Claude Code

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