DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Adb Logcat — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-adb-logcat

Adb Logcat

Android Studio-style ADB logcat viewer for the DSH Web GUI: device list, live logcat streaming, level/tag/text filtering, level colors, floating and docked layouts, draggable height.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:dxsdyhm/dsh-adb-logcat#dacccd77f6455b1db4fd49f53f727d0ccf0014b5
READMECompatibilityVersions

Compatibility and provenance

Adb Logcat is published as dsh-adb-logcat and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

1.0.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/26/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-adb-logcat

Android Studio-style ADB logcat viewer for the DeepSeek Harness (DSH) Web GUI.

Connects to ADB devices and shows a live, filterable, color-coded logcat panel — floating over the app or docked under the chat composer, like Android Studio's bottom tool window. Built as a proper installable web plugin (host + browser halves).

Features

  • Device list — adb devices -l, auto-refreshed, with serial / state / model.
  • Live streaming — adb -s <serial> logcat -v threadtime -T 300, parsed into rows.
  • Level filtering — show all by default; select V/D/I/W/E/F to show only those levels.
  • Text / tag filtering — keyword or regex, with a per-level color legend.
  • Level colors — V gray / D blue / I green / W amber / E red / F bright red (theme-aware).
  • Layouts — floating (bottom-right capsule) or docked under the chat input box.
  • Resizable — drag the panel's top edge to grow/shrink the log area.
  • Options — wrap (auto word-wrap), full-width, auto-scroll.
  • Auto-start — capture begins when the panel opens (device present).

Requirements

  • adb on the host PATH (from Android platform-tools).
  • A device with USB debugging enabled (or an authorized emulator).

Install

dsh plugin --profile web add dsh-adb-logcat

Then restart dsh web.

From a local checkout (development)

dsh plugin --profile web add link:/path/to/dsh-adb-logcat

Usage

  1. Open the "ADB Logcat" capsule in the bottom-right corner.
  2. Pick a device (auto-selected when one is present) — capture starts automatically.
  3. Use the level chips, text / tag filters, and the wrap / full-width / auto-scroll toggles.
  4. "Dock" moves the panel below the chat input box; "Float" returns it to the overlay.

Security

  • The host half mounts a loopback-only HTTP gateway (/api/logcat/*); remote browsers get 403.
  • All device access goes through the host's subprocess service (no shell string interpolation).

License

MIT