@libai168/dsh-tool-gitlab
DeepSeek Harness 的 GitLab 工具包:支持 MR 生命周期管理、CI/CD 流水线、群组治理及项目搜索
AI 分析
为 DSH 提供 GitLab 深度集成。适合需要通过 Agent 管理 GitLab 合并请求、触发 CI/CD 流水线或进行项目治理的团队,部分操作需配置 GitLab PAT。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
Load the plugin in a dsh composition config (cordis.yml):
- name: 'dsh-tool-gitlab'
config:
token: 'glpat_xxx' # GitLab PAT (optional; required for write tools, approvals, CI triggers, and personal tools)
baseUrl: 'https://gitlab.com/api/v4' # optional; point at your self-managed GitLab, e.g. https://gitlab.example.com/api/v4
timeoutMs: 15000 # optional, request timeout in ms (default 15000)
Full example: examples/cordis.yml.
Security: read-only tools work without a token. Write tools, MR approval, pipeline triggering, code search on private projects, current-user, and todos require a token. Prefer a minimal-scope PAT (e.g.
api+read_repositoryscopes as needed) and never commit it.