maxmilian/dsh-sentry

maxmilian★ 2TypeScript最后同步: 2026-08-27

在 GitHub 打开

Read-only Sentry issue and event tools for DeepSeek Harness.

README 摘要

dsh-sentry English 繁體中文 简体中文 日本語 dsh-sentry is a free, open-source, read-only DeepSeek Harness plugin for the Sentry Web API. Every tool is an HTTP GET ; the plugin never resolves, assigns, archives, or otherwise changes Sentry state. Its main job is not proxying the API — it is trimming responses so an agent's context survives a real stacktrace . A raw events/latest/ payload is routinely 200KB–2MB. This plugin reduces it to the frames, source lines, and metadata that actually help debugging, and tells you in meta.trimmed what it had to leave out. Tools Tool Purpose sentry list projects List up to 100 projects in the configured organization. sentry search issues Search issues with Sentry search syntax, in one project or the whole organization. sentry get issue Read one issue by numeric id or short id, without event bodies. sentry get latest event Read an issue's latest event with a trimmed stacktrace. sentry get event Read one event by id within a project, with the same trimming. All tools are read-only. Version 0.1 does not modify issues, create releases, or send events. Requirements - DeepSeek Harness with compatible @deepseek-ai/dsh-tools APIs - Node.js 22.19 or newer in the 22.…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginsentryagentsearch

分类