LJH-snow/dsh-tool-linear0

@libai168/dsh-tool-linear

DeepSeek Harness 的 Linear 工具包:支持搜索 Issue、检查项目/周期/团队、创建与更新工单及评论

AI 分析

为 DSH 提供 Linear 项目管理工具集成。适合使用 Linear 进行研发协同、需要 Agent 辅助管理工单的团队,配置时必须提供 Linear 个人 API 密钥。

包名
@libai168/dsh-tool-linear
版本
0.1.0
许可证
MIT
最近更新
2026年8月27日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Configuration

Load the plugin in a dsh composition config (cordis.yml):

- name: 'github:LJH-snow/dsh-tool-linear'
  config:
    apiKey: 'lin_api_xxx'              # required: Linear personal API key
    baseUrl: 'https://api.linear.app/graphql'  # optional
    timeoutMs: 15000                    # optional, default 15000

Full example: examples/cordis.yml.

Security: the first version requires an API key for every tool because Linear workspaces are access-controlled and several tools modify tickets. Create a personal API key under Linear Settings > Security & access, grant it the minimum permissions needed, and never commit it.