Skip to content

v0.1.0

Latest

Choose a tag to compare

@LingLambda LingLambda released this 14 Aug 09:41
· 3 commits to main since this release

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.