• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 27700064723
67%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 03:26PM UTC
Jobs 1
Files 416
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jun 2026 03:24PM UTC coverage: 66.574% (+0.001%) from 66.573%
27700064723

push

github

web-flow
fix(cli, md): Preserve trailing separator after terminal tight list (#756)

When a streamed message ended with a tight list and was then flushed
(e.g. because a tool call followed), the trailing blank-line separator
was swallowed. The tight-list suppression in `jp_md` is intentional for
mid-stream items — it keeps list items visually tight while more content
is still arriving — but it should not apply to the *final* block of a
content region.

The fix threads a `force_trailing_separator` flag through
`TerminalOptions` in `jp_md`. `print_block` in the chat renderer now
distinguishes between `Event::Block` (mid-stream, passes `false`) and
`Event::Flush` (terminal, passes `true`), so only the end-of-region
drain forces the separator back on. Reasoning blocks are excluded
because they already defer their separator via
`suppress_trailing_separator`.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

7 of 7 new or added lines in 2 files covered. (100.0%)

35470 of 53279 relevant lines covered (66.57%)

384.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27700064723.1 17 Jun 2026 03:26PM UTC 416
66.57
GitHub Action Run
Source Files on build 27700064723
  • Tree
  • List 416
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27700064723
  • 4778a5cd on github
  • Prev Build on main (#27685679491)
  • Next Build on main (#27716315784)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc