Skip to content

Releases: LingLambda/dsh-logger-panel

v0.1.0-preview.1

Choose a tag to compare

@LingLambda LingLambda released this 14 Aug 09:18

Preview release of dsh-logger-panel, the runtime log panel for DeepSeek Harness.

This is a preview published to the next dist-tag. Install it explicitly with dsh-logger-panel@next. The stable 0.1.0 release follows the fresh-profile install verification.

  • Live SSE log view under Settings > Logs (snapshot + 100 ms batched appends, level filter, search, bottom-follow).
  • Bounded, date/size rotating JSONL under $DSH_HOME/logs/dsh-logger-panel (0700 dir / 0600 files, 30-day retention).
  • Standard dsh bundle: cordis.patch.yml activates the Host plugin, dsh.client auto-discovers the browser bundle.
dsh plugin --profile demo add dsh-logger-panel@next
dsh --profile demo

Requires DeepSeek Harness 0.1.0-rc.6 or newer with the Web profile.

v0.1.0

Choose a tag to compare

@LingLambda LingLambda released this 14 Aug 09:41

Stable release of dsh-logger-panel, the runtime log panel for DeepSeek Harness. Verified end-to-end in a fresh profile: dsh plugin --profile web add dsh-logger-panel then booting the Web profile shows Settings > Logs streaming live Host logs, with the same records persisted under $DSH_HOME/logs/dsh-logger-panel (0600 JSONL, date/size rotation, 30-day retention).

Log panel demo

Install

dsh plugin --profile demo add dsh-logger-panel
dsh --profile demo

Requires DeepSeek Harness 0.1.0-rc.6 or newer with the Web profile.

Features

  • Live SSE log view under Settings > Logs: snapshot + 100 ms batched appends, level filter, free-text search, bottom auto-follow.
  • Bounded, date/size rotating JSONL under $DSH_HOME/logs/dsh-logger-panel (0700 dir / 0600 files, 30-day retention, bounded write queue).
  • Standard dsh bundle: cordis.patch.yml activates the Host plugin, dsh.client auto-discovers the browser bundle.
  • Plain-text rendering only — raw logger arguments, Fiber references, ANSI, and executable markup never cross the browser wire.