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

dcdpr / jp / 29003970314
69%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 08:14AM UTC
Jobs 1
Files 434
Run time 1min
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

09 Jul 2026 08:12AM UTC coverage: 68.346% (+0.06%) from 68.282%
29003970314

push

github

web-flow
fix(cli): Echo synthesized queries from `--no-edit` (#859)

When `jp query --no-edit` runs without an explicit query, the request is
synthesized (either the conversation's trailing message is re-sent, or a
default "continue" is used) instead of coming from the user. This
synthesized text was previously treated the same as a plain inline query
and never echoed, so the user had no way to see what was actually sent
to the LLM.

The query's origin is now tracked with a three-way `QuerySource` enum
(`Editor`, `Inline`, `Synthesized`) instead of a plain boolean.
`should_echo_request` echoes whenever the source isn't `Inline`, so
editor-composed, replayed, and now synthesized queries are all shown to
the user before the turn runs.

---------

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

7 of 18 new or added lines in 1 file covered. (38.89%)

39322 of 57534 relevant lines covered (68.35%)

664.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
42.79
2.85% crates/jp_cli/src/cmd/query.rs
Jobs
ID Job ID Ran Files Coverage
1 29003970314.1 09 Jul 2026 08:14AM UTC 434
68.35
GitHub Action Run
Source Files on build 29003970314
  • Tree
  • List 434
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29003970314
  • 329a5b1b on github
  • Prev Build on main (#28999203519)
  • Next Build on main (#29023037975)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc