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

dcdpr / jp / 28548811187
69%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 09:29PM UTC
Jobs 1
Files 432
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

01 Jul 2026 09:26PM UTC coverage: 67.553% (-0.3%) from 67.827%
28548811187

push

github

web-flow
feat(plugin, cli, serve-web): Add conversation browser web UI plugin (#546)

The new `jp-serve-web` plugin serves a read-only web interface for
browsing JP conversations. It integrates with the command plugin system
and communicates with the `jp` host over the JSON-lines plugin protocol
(stdin/stdout).

Run it via `jp serve web`, or with custom options:

    jp serve web --bind 0.0.0.0 --port 8080

The server defaults to `127.0.0.1:3000`. Bind and port can also be set
in `.jp/config.toml` under `[plugins.command.serve.options]`.

The plugin fetches conversation data on demand through the host protocol
and renders it as HTML using `maud` templates, with `axum` as the HTTP
server. Markdown is rendered via `comrak`. A custom tracing layer
buffers log events during startup, then forwards them to the host as
`PluginToHost::Log` messages once the connection is established.

---------

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

264 of 617 new or added lines in 9 files covered. (42.79%)

38131 of 56446 relevant lines covered (67.55%)

38717.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
166
0.0
crates/plugins/command/serve-web/src/main.rs
84
0.0
crates/plugins/command/serve-web/src/routes.rs
32
0.0
crates/plugins/command/serve-web/src/views/list.rs
23
83.69
crates/plugins/command/serve-web/src/client.rs
15
0.0
crates/plugins/command/serve-web/src/views/detail.rs
12
0.0
crates/plugins/command/serve-web/src/style.rs
11
85.53
crates/plugins/command/serve-web/src/log_layer.rs
7
0.0
crates/plugins/command/serve-web/src/views/layout.rs
3
96.43
crates/plugins/command/serve-web/src/render.rs
Jobs
ID Job ID Ran Files Coverage
1 28548811187.1 01 Jul 2026 09:29PM UTC 432
67.55
GitHub Action Run
Source Files on build 28548811187
  • Tree
  • List 432
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28548811187
  • 2f3ddd95 on github
  • Prev Build on main (#28538696237)
  • Next Build on main (#28567646880)
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