wangbobo-coder/gitee-ai-employee1

gitee-ai-employee

Gitee/GitHub AI 员工:在 issue 里 @ 机器人,它自动克隆仓库、按你指定的分支开发并提交 PR(可自动合并、自动关闭 issue)。An issue-driven AI developer for DeepSeek Harness (Gitee & GitHub): @ the bot on an issue, it clones the repo, implements on the branch you name, opens a PR, and can auto-merge and close.

包名
gitee-ai-employee
版本
1.1.1
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wangbobo-coder/gitee-ai-employee

Usage

  1. Make sure pollEnabled is on (or use the manual trigger URL shown in the status API).
  2. Open (or edit) an issue in a watched repo and mention your bot:
    @gitee-ai
    需要修改 release-v1.2 分支
    参会人员选择增加学生选项,注意回显处理。
    
  3. The plugin picks it up (usually within one poll interval), comments "已接单", runs the worker, and later posts the result with the PR link. With autoCloseIssue on, the issue is closed on success.

For GitHub repos the same flow applies — just configure githubToken and add the repo as github:owner/repo in watchRepos (or set defaultPlatform to github). For one-off runs you can also trigger directly:

http://:
/gitee-ai/go?platform=github&owner=octo&repo=hello&number=5

The bot name match uses a lookahead ((?![A-Za-z0-9_])) so both ASCII and CJK bot names trigger correctly.