Releases: LingLambda/dsh-logger-panel
Release list
v0.1.0-preview.1
Preview release of dsh-logger-panel, the runtime log panel for DeepSeek Harness.
This is a preview published to the
nextdist-tag. Install it explicitly withdsh-logger-panel@next. The stable0.1.0release 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(0700dir /0600files, 30-day retention). - Standard dsh bundle:
cordis.patch.ymlactivates the Host plugin,dsh.clientauto-discovers the browser bundle.
dsh plugin --profile demo add dsh-logger-panel@next
dsh --profile demoRequires DeepSeek Harness 0.1.0-rc.6 or newer with the Web profile.
v0.1.0
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).
Install
dsh plugin --profile demo add dsh-logger-panel
dsh --profile demoRequires 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(0700dir /0600files, 30-day retention, bounded write queue). - Standard dsh bundle:
cordis.patch.ymlactivates the Host plugin,dsh.clientauto-discovers the browser bundle. - Plain-text rendering only — raw logger arguments, Fiber references, ANSI, and executable markup never cross the browser wire.
